Commits

DateSubjectAuthorReleases
2019-02-21 Move code for managing PartitionDescs into a new file, partdesc.c Robert Haas 12.0
2018-02-28 Update and improve comments. Robert Haas 11.0
2018-02-23 Revise API for partition bound search functions. Robert Haas 11.0
2018-02-23 Revise API for partition_rbound_cmp/partition_rbound_datum_cmp. Robert Haas 11.0
2018-02-02 Refactor code for partition bound searching Robert Haas 11.0
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 10.2
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 11.0
2018-01-04 Minor preparatory refactoring for UPDATE row movement. Robert Haas 11.0
2017-12-11 Improve comment about PartitionBoundInfoData. Robert Haas 11.0
2017-12-01 Minor code beautification in partition_bounds_equal. Robert Haas 11.0
2017-11-29 Update typedefs.list and re-run pgindent Robert Haas 11.0
2017-11-28 If a range-partitioned table has no default partition, reject null keys. Robert Haas 11.0
2017-11-28 Add null test to partition constraint for default range partitions. Robert Haas 11.0
2017-11-21 Fix multiple problems with satisfies_hash_partition. Robert Haas 11.0
2017-11-16 Fix typo in comment. 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-28 Fix misplaced ReleaseSysCache call in get_default_partition_oid. Robert Haas 11.0
2017-10-12 Synchronize error messages. Robert Haas 11.0
2017-10-06 Copy information from the relcache instead of pointing to it. Robert Haas 11.0
2017-10-05 On CREATE TABLE, consider skipping validation of subpartitions. Robert Haas 11.0
2017-10-05 Fix typo. Robert Haas 11.0
2017-09-14 Make RelationGetPartitionDispatchInfo expand depth-first. Robert Haas 11.0
2017-09-08 Allow a partitioned table to have a default partition. Robert Haas 11.0
2017-09-08 Refactor get_partition_for_tuple a bit. Robert Haas 11.0