Commits

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

DateSubjectAuthorReleases
2021-04-06 Postpone some more stuff out of ExecInitModifyTable. Tom Lane 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-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 14.0
2021-01-21 Fix initialization of FDW batching in ExecInitModifyTable Tomas Vondra 14.0
2021-01-20 Implement support for bulk inserts in postgres_fdw Tomas Vondra 14.0
2021-01-13 Pass down "logically unchanged index" hint. Peter Geoghegan 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-15 Remove useless variable stores Alvaro Herrera 14.0
2020-11-25 Remove catalog function currtid() Michael Paquier 14.0
2020-10-26 In INSERT/UPDATE, use the table's real tuple descriptor as target. 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-10-19 Clean up code to resolve the "root target relation" in nodeModifyTable.c Heikki Linnakangas 14.0
2020-10-15 Refactor code for cross-partition updates to a separate function. Heikki Linnakangas 14.0
2020-10-14 Remove es_result_relation_info from EState. Heikki Linnakangas 14.0
2020-10-13 Create ResultRelInfos later in InitPlan, index them by RT index. Heikki Linnakangas 14.0
2020-09-16 Don't fetch partition check expression during InitResultRelInfo. Tom Lane 14.0