Commits

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

DateSubjectAuthorReleases
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 11.22
2023-10-12 Doc: fix grammatical errors for enable_partitionwise_aggregate David Rowley 11.22
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 11.22
2023-06-22 Doc: mention that extended stats aren't used for joins David Rowley 11.21
2023-06-19 Don't use partial unique indexes for unique proofs in the planner David Rowley 11.21
2023-04-14 Fix incorrect partition pruning logic for boolean partitioned tables David Rowley 11.20
2023-03-30 Fix List memory issue in transformColumnDefinition David Rowley 11.20
2023-02-13 Disable WindowAgg inverse transitions when subplans are present David Rowley 11.20
2022-09-05 Doc: clarify partitioned table limitations David Rowley 11.18
2022-09-01 Fix some possibly latent bugs in slab.c David Rowley 11.18
2021-08-13 Fix incorrect hash table resizing code in simplehash.h David Rowley 11.14
2021-08-09 Doc: Fix misleading statement about VACUUM memory limits David Rowley 11.13
2021-07-13 Robustify tuplesort's free_sort_tuple function David Rowley 11.13
2021-07-13 Fix theoretical bug in tuplesort David Rowley 11.13
2021-07-09 Add missing Int64GetDatum macro in dbsize.c David Rowley 11.13
2021-07-09 Fix incorrect return value in pg_size_pretty(bigint) David Rowley 11.13
2021-07-04 Doc: mention that VACUUM can't utilize over 1GB of RAM David Rowley 11.13
2021-05-17 Fix typo and outdated information in README.barrier David Rowley 11.13
2021-01-25 Fix hypothetical bug in heap backward scans David Rowley 11.11
2020-10-19 Relax some asserts in merge join costing code David Rowley 11.10
2020-09-30 Doc: Improve clarity on partitioned table limitations David Rowley 11.10
2020-08-20 Fix a few typos in JIT comments and README David Rowley 11.10
2020-07-28 Doc: Improve documentation for pg_jit_available() David Rowley 11.9
2020-07-14 Fix timing issue with ALTER TABLE's validate constraint David Rowley 11.9
2019-07-12 Fix RANGE partition pruning with multiple boolean partition keys David Rowley 11.5