Commits

DateSubjectAuthorReleases
2016-04-06 Run pgindent on a batch of (mostly-planner-related) source files. Tom Lane 9.6.0
2015-12-23 Allow omitting one or both boundaries in an array slice specifier. Tom Lane 9.6.0
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.5.0
2015-12-11 Get rid of the planner's LateralJoinInfo data structure. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.6.0
2015-07-25 Redesign tablesample method API, and do extensive code review. Tom Lane 9.5.0
2015-03-12 Improve planner's cost estimation in the presence of semijoins. Tom Lane 9.5.0
2015-02-22 Add parse location fields to NullTest and BooleanTest structs. Tom Lane 9.5.0
2015-02-22 Get rid of multiple applications of transformExpr() to the same tree. Tom Lane 9.5.0
2014-07-10 Implement IMPORT FOREIGN SCHEMA. Tom Lane 9.5.0
2014-06-18 Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ... Tom Lane 9.5.0
2014-06-10 Fix planner bug with nested PlaceHolderVars in 9.2 (only). Tom Lane 9.2.9
2013-12-23 Support ordered-set (WITHIN GROUP) aggregates. Tom Lane 9.4.0
2013-11-22 Support multi-argument UNNEST(), and TABLE() syntax for multiple functions. Tom Lane 9.4.0
2013-09-03 Allow aggregate functions to be VARIADIC. Tom Lane 9.4.0
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.3.0
2013-08-18 Fix planner problems with LATERAL references in PlaceHolderVars. Tom Lane 9.4.0
2013-08-14 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. Tom Lane 9.4.0
2013-08-14 Remove ph_may_need from PlaceHolderInfo, with attendant simplifications. Tom Lane 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-04-27 Incidental cleanup of matviews code. Tom Lane 9.3.0
2013-04-12 Clean up the mess around EXPLAIN and materialized views. Tom Lane 9.3.0
2013-01-22 Add infrastructure for storing a VARIADIC ANY function's VARIADIC flag. Tom Lane 9.3.0
2012-10-12 Make equal() ignore CoercionForm fields for better planning with casts. Tom Lane 9.3.0