summaryrefslogtreecommitdiff
path: root/src/backend/partitioning/partdesc.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-12Fix creation of partition descriptor during concurrent detach+dropAlvaro Herrera
2024-06-11Fix creation of partition descriptor during concurrent detachAlvaro Herrera
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-07-20Add missing ObjectIdGetDatum() in syscache lookup calls for OidsMichael Paquier
2023-05-02Fix typos in commentsMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-08-01Have ExecFindPartition cache the last found partitionDavid Rowley
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-10-04Fix duplicate words in commentsDaniel Gustafsson
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-05-06Track detached partitions more accurately in partdescsAlvaro Herrera
2021-04-28Allow a partdesc-omitting-partitions to be cachedAlvaro Herrera
2021-04-22Fix uninitialized memory bugAlvaro Herrera
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-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-11-07Move catalog index declarationsPeter Eisentraut
2020-05-22Fix two typos in a commentAlvaro Herrera
2020-03-18Enable BEFORE row-level triggers for partitioned tablesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Remove equalPartitionDescs().Tom Lane
2019-12-25Load relcache entries' partitioning data on-demand, not immediately.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-13Prevent memory leaks associated with relcache rd_partcheck structures.Tom Lane
2019-03-16Update copyright year in files added by 1bb5e78218.Amit Kapila
2019-03-15Further reduce memory footprint of CLOBBER_CACHE_ALWAYS testing.Tom Lane
2019-03-14Fix some oversights in commit 2455ab488.Tom Lane
2019-03-14Defend against leaks into RelationBuildPartitionDesc.Robert Haas
2019-03-07Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas
2019-02-21Move code for managing PartitionDescs into a new file, partdesc.cRobert Haas