Commits

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

DateSubjectAuthorReleases
2026-04-01 Add support for extended statistics on virtual generated columns. Dean Rasheed 19 (unreleased)
2026-03-09 Replace get_relation_info_hook with build_simple_rel_hook. Robert Haas 19 (unreleased)
2026-02-12 Add support for INSERT ... ON CONFLICT DO SELECT. Dean Rasheed 19 (unreleased)
2026-01-28 Allow for plugin control over path generation strategies. Robert Haas 19 (unreleased)
2026-01-05 Fix typos and inconsistencies in code and comments Michael Paquier 19 (unreleased)
2026-01-01 Update copyright for 2026 Bruce Momjian 19 (unreleased)
2025-12-30 Change IndexAmRoutines to be statically-allocated structs. Tom Lane 19 (unreleased)
2025-12-11 Fix infer_arbiter_index for partitioned tables Álvaro Herrera 19 (unreleased)
2025-12-09 Use palloc_object() and palloc_array() in backend code Michael Paquier 19 (unreleased)
2025-12-09 Fix const-simplification for index expressions and predicate Richard Guo 19 (unreleased)
2025-12-02 Remove doc and code comments about ON CONFLICT deficiencies Álvaro Herrera 19 (unreleased)
2025-12-01 Fix ON CONFLICT ON CONSTRAINT during REINDEX CONCURRENTLY Álvaro Herrera 19 (unreleased)
2025-11-24 Fix infer_arbiter_index during concurrent index operations Álvaro Herrera 19 (unreleased)
2025-11-03 Doc: cover index CONCURRENTLY causing errors in INSERT ... ON CONFLICT. Noah Misch 19 (unreleased)
2025-10-21 Use CompactAttribute more often, when possible David Rowley 19 (unreleased)
2025-09-20 Re-allow using statistics for bool-valued functions in WHERE. Tom Lane 19 (unreleased)
2025-09-15 Expand virtual generated columns in constraint expressions Peter Eisentraut 19 (unreleased)
2025-09-12 Fix misuse of Relids for storing attribute numbers Richard Guo 19 (unreleased)
2025-08-30 Fix const-simplification for constraints and stats Richard Guo 19 (unreleased)
2025-08-08 Disallow collecting transition tuples from child foreign tables. Etsuro Fujita 19 (unreleased)
2025-07-22 Reduce "Var IS [NOT] NULL" quals during constant folding Richard Guo 19 (unreleased)