aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning/partbounds.c
Commit message (Expand)AuthorAge
* Avoid using ambiguous word "non-negative" in error messages.Fujii Masao2021-07-28
* Fix hash partition pruning with asymmetric partition sets.Tom Lane2021-01-28
* Do not return NULL for error cases in satisfies_hash_partition().Tom Lane2020-11-16
* Remove extra word from comment.Etsuro Fujita2020-02-20
* Remove extra parenthesis from comment.Etsuro Fujita2019-12-12
* Update obsolete comment.Etsuro Fujita2019-10-21
* Avoid using INFO elevel for what are fundamentally debug messages.Tom Lane2019-09-07
* Fix typos in comments.Etsuro Fujita2019-08-07
* pgindent run prior to branching v12.Tom Lane2019-07-01
* Fix for dropped columns in a partitioned table's default partitionAlvaro Herrera2019-06-28
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix failure with textual partition hash keys.Tom Lane2019-04-15
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* Fix misplaced constPeter Eisentraut2019-03-26
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Refactor planner's header files.Tom Lane2019-01-29
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-21
* Don't include heapam.h from others headers.Andres Freund2019-01-14
* Update copyright for 2019Bruce Momjian2019-01-02
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Introduce notion of different types of slots (without implementing them).Andres Freund2018-11-15
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund2018-09-25
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* Better handle pseudotypes as partition keysAlvaro Herrera2018-07-10
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-13
* Plural of modulus is moduliAlvaro Herrera2018-04-19
* Reorganize partitioning codeAlvaro Herrera2018-04-14