summaryrefslogtreecommitdiff
path: root/src/include/partitioning/partdesc.h
AgeCommit message (Expand)Author
2025-03-10Fix incorrect #endif commentDavid Rowley
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-01-08Update copyright for 2022Bruce Momjian
2021-04-22Fix relcache inconsistency hazard in partition detachAlvaro Herrera
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-07-14Fix some header identificationsMichael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-03-16Update copyright year in files added by 1bb5e78218.Amit Kapila
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas