Commits

DateSubjectAuthorReleases
2013-07-23 Change post-rewriter representation of dropped columns in joinaliasvars. Tom Lane 9.2.5
2012-08-31 Fix LATERAL references to join alias variables. Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-18 Another round of planner fixes for LATERAL. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-08-07 Implement SQL-standard LATERAL subqueries. Tom Lane 9.3.0
2012-02-14 Preserve column names in the execution-time tupledesc for a RowExpr. Tom Lane 9.2.0
2011-11-02 Preserve Var location information during flatten_join_alias_vars. Tom Lane 9.2.0
2011-10-08 Support index-only scans using the visibility map to avoid heap fetches. Tom Lane 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
2010-11-04 Reimplement planner's handling of MIN/MAX aggregate optimization. Tom Lane 9.1.0
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 7.4.30
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.0.26
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.1.22
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.2.18
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.3.12
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 8.4.5
2010-07-08 Fix "cannot handle unplanned sub-select" error that can occur when a Tom Lane 9.0.0
2009-04-19 Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from Tom Lane 8.4.0
2009-02-25 Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of Tom Lane 8.4.0
2008-10-22 Dept of better ideas: refrain from creating the planner's placeholder_list 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-10-06 When expanding a whole-row Var into a RowExpr during ResolveNew(), attach Tom Lane 8.4.0
2008-09-01 Add a bunch of new error location reports to parse-analysis error messages. Tom Lane 8.4.0