Commits

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

DateSubjectAuthorReleases
2025-09-04 Fix replica identity check for MERGE. Dean Rasheed 16.11
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 16.11
2025-03-29 Fix MERGE with DO NOTHING actions into a partitioned table. Dean Rasheed 16.9
2024-06-27 Fix thinkos in comments Alvaro Herrera 16.4
2024-06-24 Fix partition pruning setup during DETACH CONCURRENTLY Alvaro Herrera 16.4
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 16.1
2023-05-04 Revert "Move PartitionPruneInfo out of plan nodes into PlannedStmt" Alvaro Herrera 16.0
2023-03-24 Invent GENERIC_PLAN option for EXPLAIN. Tom Lane 16.0
2023-02-22 Fix Assert failure for MERGE into a partitioned table with RLS. Dean Rasheed 16.0
2023-01-02 Update copyright for 2023 Bruce Momjian 16.0
2022-12-20 Allow batching of inserts during cross-partition updates. Etsuro Fujita 16.0
2022-12-08 Remove new structure member from ResultRelInfo. Etsuro Fujita 16.0
2022-12-02 Generalize ri_RootToPartitionMap to use for non-partition children Alvaro Herrera 16.0
2022-12-01 Move PartitioPruneInfo out of plan nodes into PlannedStmt Alvaro Herrera 16.0
2022-11-29 Add 'missing_ok' argument to build_attrmap_by_name Alvaro Herrera 16.0
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 16.0
2022-09-19 Remove various duplicated words David Rowley 16.0
2022-08-25 More -Wshadow=compatible-local warning fixes David Rowley 16.0
2022-08-17 Avoid using list_length() to test for empty list. Tom Lane 16.0
2022-08-01 Have ExecFindPartition cache the last found partition David Rowley 16.0