Commits

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

DateSubjectAuthorReleases
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
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 12.0
2018-08-16 Fix executor prune failure when plan already pruned Alvaro Herrera 12.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 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