Commits

DateSubjectAuthorReleases
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2018-01-04 Minor preparatory refactoring for UPDATE row movement. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-15 Centralize executor-related partitioning code. Robert Haas 11.0
2017-11-09 Add hash partitioning. Robert Haas 11.0
2017-10-06 Copy information from the relcache instead of pointing to it. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 10.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 11.0
2017-08-15 Assorted preparatory refactoring for partition-wise join. Robert Haas 11.0
2017-08-03 Teach map_partition_varattnos to handle whole-row expressions. Robert Haas 10.0
2017-05-13 Teach \d+ to show partitioning constraints. Robert Haas 10.0
2017-03-03 Improve error reporting for tuple-routing failures. Robert Haas 10.0
2017-01-24 Reindent table partitioning code. Robert Haas 10.0
2017-01-19 Fix RETURNING to work correctly with partition tuple routing. Robert Haas 10.0
2017-01-13 Fix a bug in how we generate partition constraints. Robert Haas 10.0
2017-01-04 Remove unnecessary arguments from partitioning functions. Robert Haas 10.0
2016-12-22 Fix tuple routing in cases where tuple descriptors don't match. Robert Haas 10.0
2016-12-07 Implement table partitioning. Robert Haas 10.0