Commits

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

DateSubjectAuthorReleases
2025-09-04 Fix replica identity check for INSERT ON CONFLICT DO UPDATE. Dean Rasheed 14.20
2024-06-27 Fix thinkos in comments Alvaro Herrera 14.13
2024-06-24 Fix partition pruning setup during DETACH CONCURRENTLY Alvaro Herrera 14.13
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 14.10
2022-12-08 Remove new structure member from ResultRelInfo. Etsuro Fujita 14.7
2022-11-25 Fix handling of pending inserts in nodeModifyTable.c. Etsuro Fujita 14.7
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 14.0
2021-04-22 Fix relcache inconsistency hazard in partition detach Alvaro Herrera 14.0
2021-04-06 Postpone some stuff out of ExecInitModifyTable. Tom Lane 14.0
2021-03-31 Rework planning and execution of UPDATE and DELETE. Tom Lane 14.0
2021-03-25 ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY Alvaro Herrera 14.0
2021-02-17 Fix tuple routing to initialize batching only for inserts Tomas Vondra 14.0
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 14.0
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 14.0
2021-01-20 Implement support for bulk inserts in postgres_fdw Tomas Vondra 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-10-19 Remove PartitionRoutingInfo struct. Heikki Linnakangas 14.0
2020-10-19 Revise child-to-root tuple conversion map management. Heikki Linnakangas 14.0
2020-09-16 Don't fetch partition check expression during InitResultRelInfo. Tom Lane 14.0
2020-09-08 Check default partitions constraints while descending Alvaro Herrera 14.0
2020-08-05 Fix matching of sub-partitions when a partitioned plan is stale. Tom Lane 14.0