Commits

DateSubjectAuthorReleases
2014-11-28 Add bms_next_member(), and use it where appropriate. Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2012-11-08 Rename ResolveNew() to ReplaceVarsFromTargetList(), and tweak its API. Tom Lane 9.3.0
2012-08-27 Fix up planner infrastructure to support LATERAL properly. Tom Lane 9.3.0
2012-08-10 Centralize the logic for detecting misplaced aggregates, window funcs, etc. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.2.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.3.0
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.3.20
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 8.4.13
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.0.9
2012-06-30 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. Tom Lane 9.1.5
2011-09-03 Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. Tom Lane 9.2.0
2011-03-26 Pass collation to makeConst() instead of looking it up internally. Tom Lane 9.1.0
2010-11-04 Reimplement planner's handling of MIN/MAX aggregate optimization. Tom Lane 9.1.0
2010-10-10 Support triggers on views. Tom Lane 9.1.0
2009-11-05 Don't treat NEW and OLD as reserved words anymore. For the purposes of rules Tom Lane 9.0.0
2009-10-26 Re-implement EvalPlanQual processing to improve its performance and eliminate Tom Lane 9.0.0
2009-09-02 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr Tom Lane 8.4.1
2009-09-02 Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr Tom Lane 9.0.0
2009-02-25 Get rid of the rather fuzzily defined FlattenedSubLink node type in favor of Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-11-15 Make SELECT FOR UPDATE/SHARE work on inheritance trees, by having the plan 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