Commits

DateSubjectAuthorReleases
2018-10-04 Centralize executor's opening/closing of Relations for rangetable entries. Tom Lane 12.0
2018-10-02 Use slots more widely in tuple mapping code and make naming more consistent. Andres Freund 12.0
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0
2018-09-14 Move PartitionDispatchData struct definition to execPartition.c Alvaro Herrera 11.0
2018-09-14 Move PartitionDispatchData struct definition to execPartition.c Alvaro Herrera 12.0
2018-08-16 Fix executor prune failure when plan already pruned Alvaro Herrera 12.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 run-time partition pruning for appends with multiple source rels. Tom Lane 12.0
2018-08-01 Fix unnoticed variable shadowing in previous commit Alvaro Herrera 12.0
2018-08-01 Fix per-tuple memory leak in partition tuple routing Alvaro Herrera 12.0
2018-08-01 Fix per-tuple memory leak in partition tuple routing Alvaro Herrera 11.0
2018-08-01 Allow multi-inserts during COPY into a partitioned table Peter Eisentraut 12.0
2018-07-27 Use key and partdesc from PartitionDispatch where possible. Robert Haas 12.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