Commits

DateSubjectAuthorReleases
2018-11-16 Redesign initialization of partition routing structures Alvaro Herrera 12.0
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-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-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 Allow multi-inserts during COPY into a partitioned table Peter Eisentraut 12.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 commentary about run-time partition pruning data structures. Tom Lane 11.0
2018-06-10 Assorted cosmetic cleanup of run-time-partition-pruning code. Tom Lane 11.0
2018-06-10 Improve run-time partition pruning to handle any stable expression. Tom Lane 11.0
2018-04-26 C comment: add description of root_tuple_slot Bruce Momjian 11.0
2018-04-26 Post-feature-freeze pgindent run. Tom Lane 11.0
2018-04-15 Reorganize partitioning code Alvaro Herrera 11.0
2018-04-12 Revert MERGE patch Simon Riggs 11.0
2018-04-07 Support partition pruning at execution time Alvaro Herrera 11.0
2018-04-06 Allow insert and update tuple routing and COPY for foreign tables. Robert Haas 11.0
2018-04-03 MERGE SQL Command following SQL:2016 Simon Riggs 11.0
2018-04-02 Revert "Modified files for MERGE" Simon Riggs 11.0
2018-04-02 Modified files for MERGE Simon Riggs 11.0
2018-02-26 Update PartitionTupleRouting struct comment Alvaro Herrera 11.0
2018-02-22 Be lazier about partition tuple routing. Robert Haas 11.0
2018-01-24 Avoid referencing off the end of subplan_partition_offsets. Robert Haas 11.0
2018-01-19 Allow UPDATE to move rows between partitions. Robert Haas 11.0