Commits

Showing commits that first shipped in 8.3 (backpatches included). Clear

DateSubjectAuthorReleases
2008-07-10 Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in Tom Lane 8.3.4
2008-03-31 Apply my original fix for Taiki Yamaguchi's bug report about DISTINCT MAX(). Tom Lane 8.3.2
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-12-03 Fix build_minmax_path() to cope if an IS NULL clause turns up in the Tom Lane 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-10-13 Teach planagg.c that partial indexes specifying WHERE foo IS NOT NULL can be Tom Lane 8.3.0
2007-04-27 Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the Tom Lane 8.3.0
2007-04-21 Some further performance tweaks for planning large inheritance trees that Tom Lane 8.3.0
2007-03-17 Fix up the remaining places where the expression node structure would lose Tom Lane 8.3.0
2007-02-22 Turn the rangetable used by the executor into a flat list, and avoid storing Tom Lane 8.3.0
2007-02-20 Remove the Query structure from the executor's API. This allows us to stop Tom Lane 8.3.0
2007-02-19 Get rid of some old and crufty global variables in the planner. When Tom Lane 8.3.0
2007-02-06 Fix a performance regression in 8.2: optimization of MIN/MAX into indexscans Tom Lane 8.3.0
2007-01-09 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST Tom Lane 8.3.0
2007-01-05 Update CVS HEAD for 2007 copyright. Back branches are typically not Bruce Momjian 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0