summaryrefslogtreecommitdiff
path: root/src/backend/catalog/partition.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-21Fix prologue of get_partition_ancestors()Peter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-29Add 'missing_ok' argument to build_attrmap_by_nameAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-25ALTER TABLE ... DETACH PARTITION ... CONCURRENTLYAlvaro Herrera
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-07Plug memory leak in index_get_partitionAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Allow whole-row Vars to be used in partitioning expressions.Tom Lane
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-12-18Refactor attribute mappings used in logical tuple conversionMichael Paquier
2019-11-12Make the order of the header file includes consistent in backend modules.Amit Kapila
2019-09-03Remove 'msg' parameter from convert_tuples_by_nameAlvaro Herrera
2019-07-15Represent Lists as expansible arrays, not chains of cons-cells.Tom Lane
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-05Fix style violations in syscache lookups.Tom Lane
2019-03-20Add index_get_partition convenience functionAlvaro Herrera
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 uses of heap_open et al with the corresponding table_* function.Andres Freund
2019-01-21Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-12Add comment about default partition in check_new_partition_boundAlvaro Herrera
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-06Faster partition pruningAlvaro Herrera
2018-04-06Rename MemoryContextCopySetIdentifier() for clarityPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-03-21Fix relcache handling of the 'default' partitionAlvaro Herrera
2018-03-11Fix improper uses of canonicalize_qual().Tom Lane
2018-02-28Update and improve comments.Robert Haas
2018-02-23Revise API for partition bound search functions.Robert Haas
2018-02-23Revise API for partition_rbound_cmp/partition_rbound_datum_cmp.Robert Haas
2018-02-19Remove bogus "extern" annotations on function definitions.Tom Lane
2018-02-19Remove redundant function declarationPeter Eisentraut
2018-02-02Refactor code for partition bound searchingRobert Haas
2018-01-31Fix list partition constraints for partition keys of array type.Robert Haas
2018-01-28C includes: Reorder C includes in partition.cBruce Momjian
2018-01-04Minor preparatory refactoring for UPDATE row movement.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-12-11Improve comment about PartitionBoundInfoData.Robert Haas
2017-12-01Minor code beautification in partition_bounds_equal.Robert Haas