summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/partcache.c
Commit message (Expand)AuthorAgeFilesLines
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-6/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Resolve partition strategy during early parsingAlvaro Herrera2022-11-031-0/+6
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Remove unused function parameter in get_qual_from_partboundJohn Naylor2021-07-141-1/+1
* ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera2021-03-251-3/+9
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Allow whole-row Vars to be used in partitioning expressions.Tom Lane2019-12-251-6/+1
* Load relcache entries' partitioning data on-demand, not immediately.Tom Lane2019-12-251-6/+26
* Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane2019-07-151-1/+1
* Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane2019-04-131-15/+39
* Generated columnsPeter Eisentraut2019-03-301-0/+1
* Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas2019-02-211-124/+0
* Refactor planner's header files.Tom Lane2019-01-291-2/+1
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas2018-11-191-17/+23
* Redesign initialization of partition routing structuresAlvaro Herrera2018-11-161-4/+12
* Refactor code creating PartitionBoundInfoMichael Paquier2018-11-141-504/+35
* Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane2018-09-271-19/+29
* Simplify partitioned table creation vs. relcacheAlvaro Herrera2018-09-051-17/+4
* Fix some ill-chosen names for globally-visible partition support functions.Tom Lane2018-06-131-4/+4
* Plural of modulus is moduliAlvaro Herrera2018-04-191-1/+1
* Reorganize partitioning codeAlvaro Herrera2018-04-141-0/+967