Commits

DateSubjectAuthorReleases
2023-01-18 Remove redundant grouping and DISTINCT columns. Tom Lane 16.0
2023-01-09 Allow left join removals and unique joins on partitioned tables David Rowley 16.0
2022-12-16 Remove pessimistic cost penalization from Incremental Sort David Rowley 16.0
2022-10-27 Avoid making commutatively-duplicate clauses in EquivalenceClasses. Tom Lane 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 16.0
2022-10-03 Revert "Optimize order of GROUP BY keys". Tom Lane 15.0
2022-03-30 Optimize order of GROUP BY keys Tomas Vondra 15.0
2022-01-12 Consider fractional paths in generate_orderedappend_paths Tomas Vondra 15.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2020-09-21 Copy editing: fix a bunch of misspellings and poor wording. Tom Lane 13.0
2020-09-21 Copy editing: fix a bunch of misspellings and poor wording. Tom Lane 14.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 14.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 11.9
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 13.0
2020-07-14 Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join. Tom Lane 12.4
2020-04-08 Allow partitionwise join to handle nested FULL JOIN USING cases. Tom Lane 13.0
2020-04-08 Allow partitionwise joins in more cases. Etsuro Fujita 13.0
2019-12-16 Clean up some misplaced comments in partition_join.sql regression test. Etsuro Fujita 11.7
2019-12-16 Clean up some misplaced comments in partition_join.sql regression test. Etsuro Fujita 12.2
2019-12-16 Clean up some misplaced comments in partition_join.sql regression test. Etsuro Fujita 13.0
2019-12-11 Further adjust EXPLAIN's choices of table alias names. Tom Lane 13.0
2019-12-03 Fix EXPLAIN's column alias output for mismatched child tables. Tom Lane 13.0
2019-11-05 Generate EquivalenceClass members for partitionwise child join rels. Tom Lane 12.1
2019-11-05 Generate EquivalenceClass members for partitionwise child join rels. Tom Lane 13.0
2019-08-29 Fix typo in regression test comment. Etsuro Fujita 11.6