Commits

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

DateSubjectAuthorReleases
2026-01-16 Fix rowmark handling for non-relation RTEs during executor init Amit Langote 18.2
2025-10-25 Fix incorrect logic for caching ResultRelInfos for triggers David Rowley 18.1
2025-10-16 Fix EPQ crash from missing partition directory in EState Amit Langote 18.1
2025-09-19 Fix EPQ crash from missing partition pruning state in EState Amit Langote 18.0
2025-09-04 Fix replica identity check for MERGE. Dean Rasheed 18.0
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 18.0
2025-08-11 Fix security checks in selectivity estimation functions. Dean Rasheed 18.0
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-04-19 Fix typos and grammar in the code Michael Paquier 18.0
2025-03-28 Add support for not-null constraints on virtual generated columns Peter Eisentraut 18.0
2025-03-28 Modernize some code a bit Peter Eisentraut 18.0
2025-03-28 Rename a node field for clarity Peter Eisentraut 18.0
2025-03-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-02-14 Fix assertion on dereferenced object Daniel Gustafsson 18.0
2025-02-07 Virtual generated columns Peter Eisentraut 18.0
2025-02-07 Track unpruned relids to avoid processing pruned relations Amit Langote 18.0
2025-01-31 Perform runtime initial pruning outside ExecInitNode() Amit Langote 18.0
2025-01-30 Move PartitionPruneInfo out of plan nodes into PlannedStmt Amit Langote 18.0
2025-01-16 Add OLD/NEW support to RETURNING in DML queries. Dean Rasheed 18.0
2025-01-11 Add support for NOT ENFORCED in CHECK constraints Peter Eisentraut 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-10 Doc: add some commentary about ExecutorRun's NoMovement special case. Tom Lane 18.0
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2024-11-11 Add two attributes to pg_stat_database for parallel workers activity Michael Paquier 18.0