index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Fix bug #16784 in Disk-based Hash Aggregation.
Jeff Davis
2020-12-26
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Skip allocating hash table in EXPLAIN-only mode.
Heikki Linnakangas
2020-11-20
*
In INSERT/UPDATE, use the table's real tuple descriptor as target.
Tom Lane
2020-11-08
*
Use INT64_FORMAT to print int64 variables in sort debug
Tomas Vondra
2020-11-03
*
Guard against core dump from uninitialized subplan.
Tom Lane
2020-11-03
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Change LogicalTapeSetBlocks() to use nBlocksWritten.
Jeff Davis
2020-09-15
*
HashAgg: release write buffers sooner by rewinding tape.
Jeff Davis
2020-09-15
*
logtape.c: do not preallocate for tapes when sorting
Jeff Davis
2020-09-11
*
Check default partitions constraints while descending
Alvaro Herrera
2020-09-08
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Fix matching of sub-partitions when a partitioned plan is stale.
Tom Lane
2020-08-05
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
HashAgg: use better cardinality estimate for recursive spilling.
Jeff Davis
2020-07-28
*
Rename another "hash_mem" local variable.
Peter Geoghegan
2020-07-28
*
Make EXPLAIN ANALYZE of HashAgg more similar to Hash Join
David Rowley
2020-07-29
*
Fix LookupTupleHashEntryHash() pipeline-stall issue.
Jeff Davis
2020-07-26
*
Fix buffer usage stats for nodes above Gather Merge.
Amit Kapila
2020-07-25
*
Fix minor typo in nodeIncrementalSort.c.
Amit Kapila
2020-07-20
*
HashAgg: before spilling tuples, set unneeded columns to NULL.
Jeff Davis
2020-07-12
*
Fix EXPLAIN ANALYZE for parallel HashAgg plans
David Rowley
2020-06-19
*
Fix buffile.c error handling.
Thomas Munro
2020-06-16
*
Fix HashAgg regression from choosing too many initial buckets.
Jeff Davis
2020-06-08
*
Mop-up for wait event naming issues.
Tom Lane
2020-05-16
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Fix assertion with relation using REPLICA IDENTITY FULL in subscriber
Michael Paquier
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Fix typos and improve incremental sort comments
Tomas Vondra
2020-05-12
*
Do no reset bounded before incremental sort rescan
Tomas Vondra
2020-05-09
*
Fix handling of REWIND/MARK/BACKWARD in incremental sort
Tomas Vondra
2020-05-09
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Fix transient memory leak for SRFs in FROM.
Andres Freund
2020-04-22
*
Fix minor violations of FunctionCallInvoke usage protocol.
Tom Lane
2020-04-21
*
Fix possible crash with GENERATED ALWAYS columns
David Rowley
2020-04-18
*
Account for collation when coercing the output of a SQL function.
Tom Lane
2020-04-14
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
*
Cosmetic fixups for WAL usage work.
Amit Kapila
2020-04-13
*
Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.
Tom Lane
2020-04-11
*
Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.
Noah Misch
2020-04-11
*
Make EXPLAIN report maximum hashtable usage across multiple rescans.
Tom Lane
2020-04-11
*
Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.
Tom Lane
2020-04-11
*
Fix collection of typos and grammar mistakes in the tree
Michael Paquier
2020-04-10
*
Allow parallel create index to accumulate buffer usage stats.
Amit Kapila
2020-04-09
*
Modify additional power 2 calculations to use new helper functions
David Rowley
2020-04-08
*
Create memory context for HashAgg with a reasonable maxBlockSize.
Jeff Davis
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
[next]