aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/partcache.c
Commit message (Expand)AuthorAge
* Generated columnsPeter Eisentraut2019-03-30
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-21
* Refactor planner's header files.Tom Lane2019-01-29
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-21
* Update copyright for 2019Bruce Momjian2019-01-02
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-19
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-16
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-14
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-27
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-05
* 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