Commits

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

DateSubjectAuthorReleases
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 12.17
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 12.7
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 12.6
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 12.6
2020-09-08 Check default partitions constraints while descending Alvaro Herrera 12.5
2020-08-05 Fix matching of sub-partitions when a partitioned plan is stale. Tom Lane 12.4
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-05-22 Initial pgindent run for v12. Tom Lane 12.0
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 12.0
2019-04-15 Fix thinko in ExecCleanupTupleRouting(). Etsuro Fujita 12.0
2019-04-04 tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering. Andres Freund 12.0
2019-03-30 Speed up planning when partitions can be pruned at plan time. Tom Lane 12.0
2019-03-22 Collations with nondeterministic comparison Peter Eisentraut 12.0
2019-03-11 tableam: Add and use scan APIs. Andres Freund 12.0
2019-03-07 Allow ATTACH PARTITION with only ShareUpdateExclusiveLock. Robert Haas 12.0
2019-03-06 Don't reuse slots between root and partition in ON CONFLICT ... UPDATE. Andres Freund 12.0
2019-03-02 Use a virtual rather than a heap slot in two places where that suffices. Andres Freund 12.0
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-02-21 Delay lock acquisition for partitions until we route a tuple to them. Robert Haas 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. Andres Freund 12.0
2019-01-21 Replace heapam.h includes with {table, relation}.h where applicable. Andres Freund 12.0
2019-01-15 Don't include heapam.h from others headers. Andres Freund 12.0
2019-01-02 Update copyright for 2019 Bruce Momjian 12.0
2018-11-22 Fix typo in description of ExecFindPartition Michael Paquier 12.0
2018-11-21 Fix PartitionDispatchData vertical whitespace Alvaro Herrera 12.0