Commits

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

DateSubjectAuthorReleases
2026-06-25 Avoid ABI break in ModifyTableState from the FDW pruning fix Amit Langote 18 (unreleased)
2026-06-23 Re-index ModifyTable FDW arrays when pruning result relations Amit Langote 18 (unreleased)
2025-08-17 Update obsolete comments in ResultRelInfo struct. Etsuro Fujita 18.0
2025-07-01 Update comment for IndexInfo.ii_NullsNotDistinct Peter Eisentraut 18.0
2025-07-01 Update comment for IndexInfo.ii_WithoutOverlaps Peter Eisentraut 18.0
2025-07-01 Fix outdated comment for IndexInfo Peter Eisentraut 18.0
2025-05-22 Revert "Don't lock partitions pruned by initial pruning" Amit Langote 18.0
2025-03-28 Add support for not-null constraints on virtual generated columns Peter Eisentraut 18.0
2025-03-28 Rename a node field for clarity Peter Eisentraut 18.0
2025-03-25 Remove 'additional' pointer from TupleHashEntryData. Jeff Davis 18.0
2025-03-25 Create accessor functions for TupleHashEntry. Jeff Davis 18.0
2025-03-25 HashAgg: use Bump allocator for hash TupleHashTable entries. Jeff Davis 18.0
2025-03-15 BitmapHeapScan uses the read stream API Melanie Plageman 18.0
2025-03-11 Show index search count in EXPLAIN ANALYZE, take 2. Peter Geoghegan 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-02-17 Fix an oversight in cbc127917 to handle MERGE correctly Amit Langote 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-13 Revert "TupleHashTable: store additional data along with tuple." Jeff Davis 18.0
2025-01-13 Fix pgindent damage Richard Guo 18.0
2025-01-11 TupleHashTable: store additional data along with tuple. Jeff Davis 18.0
2025-01-07 Remove unused TupleHashTableData->entrysize. Jeff Davis 18.0