Commits

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

DateSubjectAuthorReleases
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-03-28 Add support for not-null constraints on virtual generated columns 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-19 Ensure first ModifyTable rel initialized if all are pruned Amit Langote 18.0
2025-03-11 Replace EEOP_DONE with special steps for return/no return Daniel Gustafsson 18.0
2025-02-20 Don't lock partitions pruned by initial pruning Amit Langote 18.0
2025-02-07 Track unpruned relids to avoid processing pruned relations Amit Langote 18.0
2025-02-03 Integrate GistTranslateCompareType() into IndexAmTranslateCompareType() Peter Eisentraut 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-11 TupleHashTable: store additional data along with tuple. Jeff Davis 18.0
2025-01-01 Update copyright for 2025 Bruce Momjian 18.0
2024-12-19 Get rid of old version of BuildTupleHashTable(). Tom Lane 18.0
2024-12-19 Convert SetOp to read its inputs as outerPlan and innerPlan. Tom Lane 18.0
2024-12-17 Fix incorrect slot type in BuildTupleHashTableExt David Rowley 18.0
2024-12-11 Use ExprStates for hashing in GROUP BY and SubPlans David Rowley 18.0
2024-12-10 Replace get_equal_strategy_number_for_am() by get_equal_strategy_number() Peter Eisentraut 18.0
2024-12-09 Simplify executor's determination of whether to use parallelism. Tom Lane 18.0
2024-08-20 Log the conflicts while applying changes in logical replication. Amit Kapila 18.0
2024-08-20 Speed up Hash Join by making ExprStates support hashing David Rowley 18.0