Commits

DateSubjectAuthorReleases
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-09-01 Remove unnecessary #include references, per pgrminclude script. Bruce Momjian 9.2.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.1.0
2011-07-12 Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window. Tom Lane 9.2.0
2011-04-16 Clean up collation processing in prepunion.c. Tom Lane 9.1.0
2011-01-01 Stamp copyrights for year 2011. Bruce Momjian 9.1.0
2010-10-31 Provide hashing support for arrays. Tom Lane 9.1.0
2010-09-20 Remove cvs keywords from all files. Magnus Hagander 9.1.0
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-04-19 Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from Tom Lane 8.4.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-10-21 Add a concept of "placeholder" variables to the planner. These are variables Tom Lane 8.4.0
2008-08-25 Move exprType(), exprTypmod(), expression_tree_walker(), and related routines Tom Lane 8.4.0
2008-08-07 Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make any Tom Lane 8.4.0
2008-08-07 Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow, Tom Lane 8.4.0
2008-08-02 Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT items Tom Lane 8.4.0
2008-01-01 Update copyrights in source tree to 2008. Bruce Momjian 8.3.0
2007-11-15 pgindent run for 8.3. Bruce Momjian 8.3.0
2007-11-08 Fix EquivalenceClass code to handle volatile sort expressions in a more Tom Lane 8.3.0
2007-11-08 Last week's patch for make_sort_from_pathkeys wasn't good enough: it has 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-08-10 Fix UNION/INTERSECT/EXCEPT so that when two inputs being merged have Tom Lane 8.2.0
2006-03-05 Update copyright for 2006. Update scripts. Bruce Momjian 8.2.0
2006-02-03 Teach planner to convert simple UNION ALL subqueries into append relations, Tom Lane 8.2.0