Commits

DateSubjectAuthorReleases
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 15 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 14 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 16 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 17 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 18 (unreleased)
2026-06-08 Fix missed checks for hashability of container-type equality. Tom Lane 19 (unreleased)
2026-03-26 Add an alternative_plan_name field to PlannerInfo. Robert Haas 19 (unreleased)
2026-03-12 Convert NOT IN sublinks to anti-joins when safe Richard Guo 19 (unreleased)
2026-02-27 Doc: improve user docs and code comments about EXISTS(SELECT * ...). Tom Lane 19 (unreleased)
2026-02-25 Fix unsafe RTE_GROUP removal in simplify_EXISTS_query Richard Guo 18.4
2026-02-25 Fix unsafe RTE_GROUP removal in simplify_EXISTS_query Richard Guo 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-11-02 Improve planner's estimates of tuple hash table sizes. Tom Lane 19 (unreleased)
2025-10-07 Assign each subquery a unique name prior to planning it. Robert Haas 19 (unreleased)
2025-09-08 Don't generate fake "ANY_subquery" aliases, either. Robert Haas 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)
2025-07-22 Centralize collection of catalog info needed early in the planner Richard Guo 19 (unreleased)
2025-07-22 Expand virtual generated columns before sublink pull-up Richard Guo 19 (unreleased)
2025-04-04 Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate Alexander Korotkov 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-11-28 Remove useless casts to (void *) Peter Eisentraut 18.0
2024-10-25 Remove the RTE_GROUP RTE if we drop the groupClause Richard Guo 18.0
2024-06-05 Fix some grammatical errors in some comments David Rowley 17.0
2024-05-21 Re-allow planner to use Merge Append to efficiently implement UNION. Robert Haas 17.0