Commits

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

DateSubjectAuthorReleases
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 13.22
2024-08-09 Fix "failed to find plan for subquery/CTE" errors in EXPLAIN. Tom Lane 13.17
2024-08-05 Restrict accesses to non-system views and foreign tables during pg_dump. Masahiko Sawada 13.16
2022-04-21 Remove inadequate assertion check in CTE inlining. Tom Lane 13.7
2022-02-11 Don't use_physical_tlist for an IOS with non-returnable columns. Tom Lane 13.7
2022-01-03 Fix index-only scan plans, take 2. Tom Lane 13.6
2022-01-01 Fix index-only scan plans when not all index columns can be returned. Tom Lane 13.6
2021-05-31 Fix mis-planning of repeated application of a projection. Tom Lane 13.4
2021-04-20 Fix planner failure in some cases of sorting by an aggregate. Tom Lane 13.3
2020-12-22 Improve find_em_expr_usable_for_sorting_rel comment Tomas Vondra 13.2
2020-09-29 Add for_each_from, to simplify loops starting from non-first list cells. Tom Lane 13.1
2020-07-13 Revert "Use CP_SMALL_TLIST for hash aggregate" Jeff Davis 13.0
2020-06-07 pgindent run prior to branching v13. Tom Lane 13.0
2020-05-31 Use CP_SMALL_TLIST for hash aggregate Tomas Vondra 13.0
2020-04-07 Support FETCH FIRST WITH TIES Alvaro Herrera 13.0
2020-04-06 Implement Incremental Sort Tomas Vondra 13.0
2020-02-27 Save calculated transitionSpace in Agg node. Jeff Davis 13.0
2020-01-30 Clean up newlines following left parentheses Alvaro Herrera 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-11-06 Request small targetlist for input to WindowAgg. Andrew Gierth 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-08-02 Fix representation of hash keys in Hash/HashJoin nodes. Andres Freund 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0