Commits

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

DateSubjectAuthorReleases
2021-07-27 Avoid using ambiguous word "non-negative" in error messages. Fujii Masao 13.4
2021-01-28 Fix hash partition pruning with asymmetric partition sets. Tom Lane 13.2
2020-11-16 Do not return NULL for error cases in satisfies_hash_partition(). Tom Lane 13.2
2020-09-10 Clean up some code and comments in partbounds.c. Etsuro Fujita 13.0
2020-05-14 Initial pgindent and pgperltidy run for v13. Tom Lane 13.0
2020-04-27 Fix some typos Michael Paquier 13.0
2020-04-10 Suppress unused-variable warning. Tom Lane 13.0
2020-04-08 Allow partitionwise joins in more cases. Etsuro Fujita 13.0
2020-03-23 Add object names to partition integrity violations. Amit Kapila 13.0
2020-02-27 Move src/backend/utils/hash/hashfn.c to src/common Robert Haas 13.0
2020-02-21 Avoid redundant checks in partition_bounds_copy(). Etsuro Fujita 13.0
2020-02-20 Remove extra word from comment. Etsuro Fujita 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-12-25 Allow whole-row Vars to be used in partitioning expressions. Tom Lane 13.0
2019-12-25 Load relcache entries' partitioning data on-demand, not immediately. Tom Lane 13.0
2019-12-12 Remove extra parenthesis from comment. Etsuro Fujita 13.0
2019-11-12 Make the order of the header file includes consistent in backend modules. Amit Kapila 13.0
2019-10-21 Update obsolete comment. Etsuro Fujita 13.0
2019-09-07 Avoid using INFO elevel for what are fundamentally debug messages. Tom Lane 13.0
2019-08-13 Fix inconsistencies and typos in the tree, take 10 Michael Paquier 13.0
2019-08-07 Fix typos in comments. Etsuro Fujita 13.0
2019-07-22 Fix inconsistencies and typos in the tree Michael Paquier 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0