Commits

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

DateSubjectAuthorReleases
2024-12-09 Fix possible crash during WindowAgg evaluation David Rowley 16.7
2024-10-29 Doc: clarify enable_indexscan=off also disabled Index Only Scans David Rowley 16.5
2024-09-12 Doc: alphabetize aggregate function table David Rowley 16.5
2024-07-31 Doc: mention executor memory usage for enable_partitionwise* GUCs David Rowley 16.4
2024-07-28 Fix incorrect return value for pg_size_pretty(bigint) David Rowley 16.4
2024-07-06 Fix incorrect sentinel byte logic in GenerationRealloc() David Rowley 16.4
2024-06-18 Fix possible Assert failure in cost_memoize_rescan David Rowley 16.4
2024-05-01 Disable run condition optimization for some WindowFuncs David Rowley 16.3
2024-05-01 Ensure we allocate NAMEDATALEN bytes for names in Index Only Scans David Rowley 16.3
2024-04-20 Doc: document cases where queryid is stable David Rowley 16.3
2024-03-27 Fix unstable aggregate regression test David Rowley 16.3
2024-03-14 Trim ORDER BY/DISTINCT aggregate pathkeys in gather_grouping_paths David Rowley 16.3
2024-03-11 Fix incorrect accessing of pfree'd memory in Memoize David Rowley 16.3
2024-03-10 Fix deparsing of Consts in postgres_fdw ORDER BY David Rowley 16.3
2024-03-05 Fix incorrectly reported stats kind in "can't happen" ERROR David Rowley 16.3
2024-02-19 Fix incorrect pruning of NULL partition for boolean IS NOT clauses David Rowley 16.3
2024-01-29 Doc: mention foreign keys can reference unique indexes David Rowley 16.2
2024-01-22 Re-disallow Memoize for parameterized nested loops with join filters David Rowley 16.2
2024-01-04 Fix use of incorrect TupleTableSlot in DISTINCT aggregates David Rowley 16.2
2023-11-09 Ensure we use the correct spelling of "ensure" David Rowley 16.2
2023-10-31 Adjust the order of the prechecks in pgrowlocks() David Rowley 16.1
2023-10-12 Fix runtime partition pruning for HASH partitioned tables David Rowley 16.1
2023-10-12 Doc: fix grammatical errors for enable_partitionwise_aggregate David Rowley 16.1
2023-10-12 Fix incorrect step generation in HASH partition pruning David Rowley 16.1
2023-10-09 Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path David Rowley 16.1