Commits

DateSubjectAuthorReleases
2026-05-08 Consider opfamily and collation when removing redundant GROUP BY columns Richard Guo 18.4
2026-05-08 Consider opfamily and collation when removing redundant GROUP BY columns Richard Guo 19 (unreleased)
2026-04-06 Fix volatile function evaluation in eager aggregation Richard Guo 19 (unreleased)
2026-04-06 Fix collation handling for grouping keys in eager aggregation Richard Guo 19 (unreleased)
2026-03-16 Reduce header inclusions via execnodes.h Álvaro Herrera 19 (unreleased)
2026-03-12 Convert NOT IN sublinks to anti-joins when safe Richard Guo 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-11-26 Have the planner replace COUNT(ANY) with COUNT(*), when possible David Rowley 19 (unreleased)
2025-10-09 Remove unnecessary include of "utils/fmgroids.h" Richard Guo 19 (unreleased)
2025-10-08 Implement Eager Aggregation Richard Guo 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-04-08 Fix PG 17 [NOT] NULL optimization bug for domains Bruce Momjian 18.0
2025-04-08 Fix PG 17 [NOT] NULL optimization bug for domains Bruce Momjian 17.5
2025-03-04 Avoid NullTest deduction for clone clauses Richard Guo 17.5
2025-03-04 Avoid NullTest deduction for clone clauses Richard Guo 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-12 Detect redundant GROUP BY columns using UNIQUE indexes David Rowley 18.0
2024-12-12 Defer remove_useless_groupby_columns() work until query_planner() David Rowley 18.0
2024-11-08 Fix inconsistent RestrictInfo serial numbers Richard Guo 17.1
2024-11-08 Fix inconsistent RestrictInfo serial numbers Richard Guo 18.0
2024-09-27 Recalculate where-needed data accurately after a join removal. Tom Lane 18.0
2024-09-10 Mark expressions nullable by grouping sets Richard Guo 18.0
2024-04-12 Fix recently introduced typo in code comment David Rowley 17.0
2024-04-12 Fix IS [NOT] NULL qual optimization for inheritance tables David Rowley 17.0