aboutsummaryrefslogtreecommitdiff
path: root/src/backend/partitioning/partbounds.c
Commit message (Expand)AuthorAge
* 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