summaryrefslogtreecommitdiff
path: root/src/backend/utils/cache/partcache.c
AgeCommit message (Expand)Author
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-03Resolve partition strategy during early parsingAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-14Remove unused function parameter in get_qual_from_partboundJohn Naylor
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas
2019-01-29Refactor planner's header files.Tom Lane
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-19Reduce unnecessary list construction in RelationBuildPartitionDesc.Robert Haas
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-11-14Refactor code creating PartitionBoundInfoMichael Paquier
2018-09-27Fix assorted bugs in pg_get_partition_constraintdef().Tom Lane
2018-09-05Simplify partitioned table creation vs. relcacheAlvaro Herrera
2018-06-13Fix some ill-chosen names for globally-visible partition support functions.Tom Lane
2018-04-19Plural of modulus is moduliAlvaro Herrera
2018-04-15Reorganize partitioning codeAlvaro Herrera