Commits

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

DateSubjectAuthorReleases
2026-03-14 Tighten asserts on ParallelWorkerNumber Tomas Vondra 14.23
2023-01-02 Avoid reference to nonexistent array element in ExecInitAgg(). Tom Lane 14.7
2021-11-01 Avoid some other O(N^2) hazards in list manipulation. Tom Lane 14.1
2021-07-25 Get rid of artificial restriction on hash table sizes on Windows. Tom Lane 14.0
2021-05-12 Initial pgindent and pgperltidy run for v14. Tom Lane 14.0
2021-02-24 Fix some typos, grammar and style in docs and comments Michael Paquier 14.0
2021-02-05 Fix bug in HashAgg's selective-column-spilling logic. Tom Lane 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-27 Fix bug #16784 in Disk-based Hash Aggregation. Jeff Davis 14.0
2020-11-24 Move per-agg and per-trans duplicate finding to the planner. Heikki Linnakangas 14.0
2020-11-18 Skip allocating hash table in EXPLAIN-only mode. Heikki Linnakangas 14.0
2020-11-04 Remove useless entries for aggregate functions from fmgrtab.c. Tom Lane 14.0
2020-09-16 Change LogicalTapeSetBlocks() to use nBlocksWritten. Jeff Davis 14.0
2020-09-16 HashAgg: release write buffers sooner by rewinding tape. Jeff Davis 14.0
2020-09-12 logtape.c: do not preallocate for tapes when sorting Jeff Davis 14.0
2020-07-29 Add hash_mem_multiplier GUC. Peter Geoghegan 14.0
2020-07-29 HashAgg: use better cardinality estimate for recursive spilling. Jeff Davis 14.0
2020-07-29 Rename another "hash_mem" local variable. Peter Geoghegan 14.0
2020-07-28 Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join David Rowley 14.0
2020-07-26 Fix LookupTupleHashEntryHash() pipeline-stall issue. Jeff Davis 14.0
2020-07-18 Rename "hash_mem" local variable. Peter Geoghegan 14.0
2020-07-13 HashAgg: before spilling tuples, set unneeded columns to NULL. Jeff Davis 14.0
2020-06-19 Fix EXPLAIN ANALYZE for parallel HashAgg plans David Rowley 14.0
2020-06-09 Fix HashAgg regression from choosing too many initial buckets. Jeff Davis 14.0