Commits

DateSubjectAuthorReleases
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 12.2
2020-01-17 Repair more failures with SubPlans in multi-row VALUES lists. Tom Lane 13.0
2019-12-11 Allow executor startup pruning to prune all child nodes. Tom Lane 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-08-12 Remove EState.es_range_table_array. Tom Lane 13.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2018-10-17 Improve some comments related to executor result relations. Tom Lane 12.0
2018-10-08 Avoid O(N^2) cost in ExecFindRowMark(). Tom Lane 12.0
2018-10-04 In the executor, use an array of pointers to access the rangetable. Tom Lane 12.0
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 10.6
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 11.0
2018-09-17 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). Tom Lane 12.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-02-07 Support all SQL:2011 options for window frame clauses. Tom Lane 11.0
2017-12-21 Rearrange execution of PARAM_EXTERN Params for plpgsql's benefit. Tom Lane 11.0
2017-11-01 Allow bitmap scans to operate as index-only scans when possible. Tom Lane 11.0
2017-10-16 Repair breakage of aggregate FILTER option. Tom Lane 11.0
2017-10-16 Repair breakage of aggregate FILTER option. Tom Lane 10.1
2017-10-12 Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 11.0
2017-10-12 Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 10.1
2017-10-12 Fix AggGetAggref() so it won't lie to aggregate final functions. Tom Lane 9.6.6
2017-09-16 Fix SQL-spec incompatibilities in new transition table feature. Tom Lane 10.0
2017-09-16 Fix SQL-spec incompatibilities in new transition table feature. Tom Lane 11.0
2017-08-31 Avoid memory leaks when a GatherMerge node is rescanned. Tom Lane 11.0