Commits

DateSubjectAuthorReleases
2019-10-21 Update obsolete comment. Etsuro Fujita 13.0
2019-09-07 Avoid using INFO elevel for what are fundamentally debug messages. Tom Lane 13.0
2019-09-07 Avoid using INFO elevel for what are fundamentally debug messages. Tom Lane 12.0
2019-08-13 Fix inconsistencies and typos in the tree, take 10 Michael Paquier 13.0
2019-08-07 Fix typos in comments. Etsuro Fujita 12.0
2019-08-07 Fix typos in comments. Etsuro Fujita 13.0
2019-07-22 Fix inconsistencies and typos in the tree Michael Paquier 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0
2019-07-01 pgindent run prior to branching v12. Tom Lane 12.0
2019-06-28 Fix for dropped columns in a partitioned table's default partition Alvaro Herrera 11.5
2019-06-28 Fix for dropped columns in a partitioned table's default partition Alvaro Herrera 12.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-15 Fix failure with textual partition hash keys. Tom Lane 12.0
2019-04-05 Use Append rather than MergeAppend for scanning ordered partitions. Tom Lane 12.0
2019-03-26 Fix misplaced const Peter Eisentraut 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-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2019-01-29 Refactor planner's header files. Tom Lane 12.0
2019-01-21 Replace uses of heap_open et al with the corresponding table_* function. 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-19 Reduce unnecessary list construction in RelationBuildPartitionDesc. Robert Haas 12.0
2018-11-16 Introduce notion of different types of slots (without implementing them). Andres Freund 12.0
2018-11-14 Refactor code creating PartitionBoundInfo Michael Paquier 12.0