Commits

DateSubjectAuthorReleases
2026-02-10 Store information about Append node consolidation in the final plan. Robert Haas 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-10-14 Rename apply_at to apply_agg_at for clarity Richard Guo 19 (unreleased)
2025-10-08 Implement Eager Aggregation Richard Guo 19 (unreleased)
2025-08-19 Pathify RHS unique-ification for semijoin planning Richard Guo 19 (unreleased)
2025-06-20 Remove planner's have_dangerous_phv() join-order restriction. Tom Lane 18.0
2025-02-19 Fix freeing a child join's SpecialJoinInfo Richard Guo 17.5
2025-02-19 Fix freeing a child join's SpecialJoinInfo Richard Guo 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-08 Disallow partitionwise join when collations don't match Amit Langote 12.21
2024-07-29 Reduce memory used by partitionwise joins Richard Guo 18.0
2024-07-05 Support "Right Semi Join" plan shapes Richard Guo 18.0
2024-06-12 Harmonize function parameter names for Postgres 17. Peter Geoghegan 17.0
2024-03-25 Code review for 6190d828cd2 Amit Langote 17.0
2024-03-25 Do not translate dummy SpecialJoinInfos for child joins Amit Langote 17.0
2024-03-25 Reduce memory used by partitionwise joins Amit Langote 17.0
2024-01-04 Update copyright for 2024 Bruce Momjian 17.0
2023-08-06 Tidy up join_search_one_level code David Rowley 17.0
2023-07-22 Avoid compiler warning in non-assert builds. Tom Lane 17.0
2023-07-22 Avoid compiler warning in non-assert builds. Tom Lane 16.0
2023-07-21 Fix calculation of relid sets for partitionwise child joins. Tom Lane 16.0
2023-07-21 Fix calculation of relid sets for partitionwise child joins. Tom Lane 17.0
2023-05-17 Fix some issues with improper placement of outer join clauses. Tom Lane 16.0
2023-04-05 Support "Right Anti Join" plan shapes. Tom Lane 16.0