Commits

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

DateSubjectAuthorReleases
2021-07-27 Avoid using ambiguous word "non-negative" in error messages. Fujii Masao 12.8
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 12.6
2020-11-16 Do not return NULL for error cases in satisfies_hash_partition(). Tom Lane 12.6
2020-02-20 Remove extra word from comment. Etsuro Fujita 12.3
2019-12-12 Remove extra parenthesis from comment. Etsuro Fujita 12.2
2019-10-21 Update obsolete comment. Etsuro Fujita 12.1
2019-09-07 Avoid using INFO elevel for what are fundamentally debug messages. Tom Lane 12.0
2019-08-07 Fix typos in comments. Etsuro Fujita 12.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 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
2018-09-25 Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple. Andres Freund 12.0