Commits

DateSubjectAuthorReleases
2019-05-06 Fix tuple printing in error message of tuple routing for partitions Michael Paquier 11.3
2019-04-15 Fix thinko in ExecCleanupTupleRouting(). Etsuro Fujita 12.0
2019-04-08 Fix partition tuple routing with dropped attributes Michael Paquier 11.3
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
2018-11-21 Remove WITH OIDS support, change oid catalog column visibility. Andres Freund 12.0
2018-11-16 Avoid re-typedef'ing PartitionTupleRouting Alvaro Herrera 12.0
2018-11-16 Redesign initialization of partition routing structures Alvaro Herrera 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-15 Improve performance of partition pruning remapping a little. Tom Lane 12.0
2018-11-02 Fix spelling errors and typos in comments Magnus Hagander 12.0
2018-10-07 Remove some unnecessary fields from Plan trees. Tom Lane 12.0