Commits

DateSubjectAuthorReleases
2013-11-07 Fix generation of MergeAppend plans for optimized min/max on expressions. Tom Lane 9.4.0
2013-11-07 Fix generation of MergeAppend plans for optimized min/max on expressions. Tom Lane 9.1.11
2013-11-07 Fix generation of MergeAppend plans for optimized min/max on expressions. Tom Lane 9.2.6
2013-11-07 Fix generation of MergeAppend plans for optimized min/max on expressions. Tom Lane 9.3.2
2013-08-05 Simplify query_planner's API by having it return the top-level RelOptInfo. Tom Lane 9.4.0
2013-07-17 Implement the FILTER clause for aggregate function calls. Noah Misch 9.4.0
2013-07-17 Comment on why planagg.c punts "MIN(x ORDER BY y)". Noah Misch 9.4.0
2013-05-29 pgindent run for release 9.3 Bruce Momjian 9.3.0
2013-04-29 Postpone creation of pathkeys lists to fix bug #8049. Tom Lane 9.2.5
2013-04-29 Postpone creation of pathkeys lists to fix bug #8049. Tom Lane 9.3.0
2013-01-01 Update copyrights for 2013 Bruce Momjian 9.3.0
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.1.7
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.2.2
2012-11-26 Fix SELECT DISTINCT with index-optimized MIN/MAX on inheritance trees. Tom Lane 9.3.0
2012-08-30 Split tuple struct defs from htup.h to htup_details.h Alvaro Herrera 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-07-21 Account for SRFs in targetlists in planner rowcount estimates. Tom Lane 9.2.0
2012-07-21 Account for SRFs in targetlists in planner rowcount estimates. Tom Lane 9.3.0
2012-06-10 Run pgindent on 9.2 source tree in preparation for first 9.3 Bruce Momjian 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.2.0
2012-03-16 Revisit handling of UNION ALL subqueries with non-Var output columns. Tom Lane 9.1.4
2012-01-01 Update copyright notices for year 2012. Bruce Momjian 9.2.0
2011-04-24 Improve cost estimation for aggregates and window functions. Tom Lane 9.1.0
2011-04-10 pgindent run before PG 9.1 beta 1. Bruce Momjian 9.1.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0