Commits

Showing commits that first shipped in 10 (backpatches included). Clear

DateSubjectAuthorReleases
2019-12-12 Remove extra parenthesis from comment. Etsuro Fujita 10.12
2019-08-07 Fix typo in comment. Etsuro Fujita 10.11
2019-04-13 Prevent memory leaks associated with relcache rd_partcheck structures. Tom Lane 10.8
2018-09-27 Fix assorted bugs in pg_get_partition_constraintdef(). Tom Lane 10.6
2018-07-10 Better handle pseudotypes as partition keys Alvaro Herrera 10.5
2018-01-31 Fix list partition constraints for partition keys of array type. Robert Haas 10.2
2017-09-08 Fix uninitialized-variable bug. Tom Lane 10.0
2017-08-17 Don't lock tables in RelationGetPartitionDispatchInfo. Robert Haas 10.0
2017-08-14 Final pgindent + perltidy run for v10. Tom Lane 10.0
2017-08-10 Improve the error message when creating an empty range partition. Robert Haas 10.0
2017-08-03 Teach map_partition_varattnos to handle whole-row expressions. Robert Haas 10.0
2017-08-01 Comment fix for partition_rbound_cmp(). Dean Rasheed 10.0
2017-07-24 Be more consistent about errors for opfamily member lookup failures. Tom Lane 10.0
2017-07-21 Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds. Dean Rasheed 10.0
2017-07-06 Clarify the contract of partition_rbound_cmp(). Dean Rasheed 10.0
2017-07-06 Simplify the logic checking new range partition bounds. Dean Rasheed 10.0
2017-06-30 Add missing period to comment. Robert Haas 10.0
2017-06-26 Avoid useless "x = ANY(ARRAY[])" test for empty partition list. Tom Lane 10.0
2017-06-22 Fix typo in comment Magnus Hagander 10.0
2017-06-21 Phase 3 of pgindent updates. Tom Lane 10.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2017-06-21 Initial pgindent run with pg_bsd_indent version 2.0. Tom Lane 10.0
2017-06-20 Fix typo in code comment Peter Eisentraut 10.0
2017-06-13 Always initialize PartitionBoundInfoData's null_index. Robert Haas 10.0
2017-06-04 Replace over-optimistic Assert in partitioning code with a runtime test. Tom Lane 10.0