summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/partitionfuncs.c
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-10-05Rename shadowed local variablesDavid Rowley
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-03Some RELKIND macro refactoringPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-03-22Fix crash with pg_partition_rootMichael Paquier
2019-03-04pg_partition_ancestorsAlvaro Herrera
2019-03-02Consider only relations part of partition trees in partition functionsMichael Paquier
2019-03-01Make pg_partition_tree return no rows on unsupported and undefined objectsMichael Paquier
2019-02-07Add pg_partition_root to display top-most parent of a partition treeMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-12-12Tweak pg_partition_tree for undefined relations and unsupported relkindsMichael Paquier
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-10-30Add pg_partition_tree to display information about partitionsMichael Paquier