Commits

DateSubjectAuthorReleases
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.2.3
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
2006-10-04 pgindent run for 8.2. Bruce Momjian 8.2.0
2006-08-12 Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. Tom Lane 8.2.0
2006-07-27 Aggregate functions now support multiple input arguments. I also took Tom Lane 8.2.0
2006-07-26 Code review for bigint-LIMIT patch. Fix missed planner dependency, Tom Lane 8.2.0
2006-07-14 Remove 576 references of include files that were not needed. Bruce Momjian 8.2.0
2006-07-11 Alphabetically order reference to include files, "N" - "S". Bruce Momjian 8.2.0
2006-07-01 Revise the planner's handling of "pseudoconstant" WHERE clauses, that is Tom Lane 8.2.0
2006-06-06 Make the planner estimate costs for nestloop inner indexscans on the basis Tom Lane 8.2.0
2006-04-28 Remove the restriction originally coded into optimize_minmax_aggregates() that Tom Lane 8.1.4
2006-04-28 Remove the restriction originally coded into optimize_minmax_aggregates() that Tom Lane 8.2.0