Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2022-09-06 Further fixes for MULTIEXPR_SUBLINK fix. Tom Lane 10.23
2022-09-02 Fix oversight in recent MULTIEXPR_SUBLINK fix. Tom Lane 10.23
2022-08-27 Repair rare failure of MULTIEXPR_SUBLINK subplans in inherited updates. Tom Lane 10.23
2022-03-21 Fix assorted missing logic for GroupingFunc nodes. Tom Lane 10.21
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 10.20
2020-08-15 Be more careful about the shape of hashable subplan clauses. Tom Lane 10.15
2019-01-11 Avoid sharing PARAM_EXEC slots between different levels of NestLoop. Tom Lane 10.7
2018-03-11 Fix improper uses of canonicalize_qual(). Tom Lane 10.4
2017-08-30 Force rescanning of parallel-aware scan nodes below a Gather[Merge]. Tom Lane 10.0
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
2017-04-01 Add infrastructure to support EphemeralNamedRelation references. Kevin Grittner 10.0
2017-03-29 Cast result of copyObject() to correct type Peter Eisentraut 10.0
2017-03-09 Add a Gather Merge executor node. Robert Haas 10.0
2017-03-08 Support XMLTABLE query expression Alvaro Herrera 10.0
2017-02-21 Make more use of castNode() Peter Eisentraut 10.0
2017-02-14 Allow parallel workers to execute subplans. Robert Haas 10.0
2017-01-18 Move targetlist SRF handling from expression evaluation to new executor node. Andres Freund 10.0
2017-01-03 Update copyright via script for 2017 Bruce Momjian 10.0
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 10.0