Commits

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

DateSubjectAuthorReleases
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 11.22
2021-05-10 Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists. Tom Lane 11.12
2021-02-08 Fix permission checks on constraint violation errors on partitions. Heikki Linnakangas 11.11
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 11.11
2019-05-17 Restructure creation of run-time pruning steps. Tom Lane 11.4
2019-05-06 Fix tuple printing in error message of tuple routing for partitions Michael Paquier 11.3
2019-04-08 Fix partition tuple routing with dropped attributes Michael Paquier 11.3
2018-09-14 Move PartitionDispatchData struct definition to execPartition.c Alvaro Herrera 11.0
2018-08-16 Fix executor prune failure when plan already pruned Alvaro Herrera 11.0
2018-08-01 Fix run-time partition pruning for appends with multiple source rels. Tom Lane 11.0
2018-08-01 Fix per-tuple memory leak in partition tuple routing Alvaro Herrera 11.0
2018-06-13 Fix some ill-chosen names for globally-visible partition support functions. Tom Lane 11.0
2018-06-13 Fix up run-time partition pruning's use of relcache's partition data. Tom Lane 11.0
2018-06-11 Improve ExecFindInitialMatchingSubPlans's subplan renumbering logic. Tom Lane 11.0
2018-06-11 Don't needlessly check the partition contraint twice Alvaro Herrera 11.0
2018-06-10 Assorted cosmetic cleanup of run-time-partition-pruning code. Tom Lane 11.0
2018-06-10 Relocate partition pruning structs to a saner place. Tom Lane 11.0
2018-06-10 Improve run-time partition pruning to handle any stable expression. Tom Lane 11.0
2018-05-18 Further adjust comment in get_partition_dispatch_recurse. Robert Haas 11.0
2018-05-16 Improve comment in get_partition_dispatch_recurse. Robert Haas 11.0
2018-05-01 Fix interaction of foreign tuple routing with remote triggers. Robert Haas 11.0
2018-04-25 Update ExecInitPartitionInfo comment Alvaro Herrera 11.0
2018-04-24 Initialize ExprStates once in run-time partition pruning Alvaro Herrera 11.0
2018-04-21 Add missing "static" marker. Tom Lane 11.0
2018-04-19 Remove quick path in ExecInitPartitionInfo for equal tupdescs Alvaro Herrera 11.0