summaryrefslogtreecommitdiff
path: root/src/include/catalog/partition.h
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-01-08Update copyright for 2022Bruce Momjian
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-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.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-02Update copyright for 2019Bruce Momjian
2018-11-16Redesign initialization of partition routing structuresAlvaro Herrera
2018-09-25Remove fmgr.h inclusion from partition.hAlvaro Herrera
2018-04-15Reorganize partitioning codeAlvaro Herrera
2018-04-06Faster partition pruningAlvaro Herrera
2018-03-26Handle INSERT .. ON CONFLICT with partitioned tablesAlvaro Herrera
2018-01-04Minor preparatory refactoring for UPDATE row movement.Robert Haas
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-29Update typedefs.list and re-run pgindentRobert Haas
2017-11-15Centralize executor-related partitioning code.Robert Haas
2017-11-09Add hash partitioning.Robert Haas
2017-10-06Copy information from the relcache instead of pointing to it.Robert Haas
2017-09-08Allow a partitioned table to have a default partition.Robert Haas
2017-08-17Don't lock tables in RelationGetPartitionDispatchInfo.Robert Haas
2017-08-15Assorted preparatory refactoring for partition-wise join.Robert Haas
2017-08-03Teach map_partition_varattnos to handle whole-row expressions.Robert Haas
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-05-29Code review focused on new node types added by partitioning support.Tom Lane
2017-05-13Teach \d+ to show partitioning constraints.Robert Haas
2017-03-03Improve error reporting for tuple-routing failures.Robert Haas
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-24Reindent table partitioning code.Robert Haas
2017-01-19Fix RETURNING to work correctly with partition tuple routing.Robert Haas
2017-01-13Fix a bug in how we generate partition constraints.Robert Haas
2017-01-04Remove unnecessary arguments from partitioning functions.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Fix tuple routing in cases where tuple descriptors don't match.Robert Haas
2016-12-07Implement table partitioning.Robert Haas