Commits

DateSubjectAuthorReleases
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-04-12 Mark finished Plan nodes with parallel_safe flags. Tom Lane 10.0
2017-04-10 Improve castNode notation by introducing list-extraction-specific variants. Tom Lane 10.0
2016-11-25 Mark a query's topmost Paths parallel-unsafe if they will have initPlans. Tom Lane 9.6.2
2016-11-25 Mark a query's topmost Paths parallel-unsafe if they will have initPlans. Tom Lane 10.0
2016-09-13 Improve parser's and planner's handling of set-returning functions. Tom Lane 10.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.6.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 10.0
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.3.15
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.1.24
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.2.19
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.4.10
2016-08-24 Fix improper repetition of previous results from a hashed aggregate. Tom Lane 9.5.5
2016-07-02 Fix some interrelated planner issues with initPlans and Param munging. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.6.0
2016-05-11 Fix assorted missing infrastructure for ON CONFLICT. Tom Lane 9.5.4
2016-03-07 Make the upper part of the planner work by generating and comparing Paths. Tom Lane 9.6.0
2015-08-12 Postpone extParam/allParam calculations until the very end of planning. 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-05-10 Code review for foreign/custom join pushdown patch. Tom Lane 9.5.0
2015-02-21 Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[]. Tom Lane 9.5.0
2014-11-25 Support arrays as input to array_agg() and ARRAY(SELECT ...). Tom Lane 9.5.0
2014-11-23 Allow simplification of EXISTS() subqueries containing LIMIT. Tom Lane 9.5.0
2014-11-21 Rearrange CustomScan API. Tom Lane 9.5.0