aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Rename another "hash_mem" local variable.Peter Geoghegan2020-07-28
* Make EXPLAIN ANALYZE of HashAgg more similar to Hash JoinDavid Rowley2020-07-29
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Fix buffer usage stats for nodes above Gather Merge.Amit Kapila2020-07-25
* Fix minor typo in nodeIncrementalSort.c.Amit Kapila2020-07-20
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix HashAgg regression from choosing too many initial buckets.Jeff Davis2020-06-08
* Mop-up for wait event naming issues.Tom Lane2020-05-16
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix typos and improve incremental sort commentsTomas Vondra2020-05-12
* Do no reset bounded before incremental sort rescanTomas Vondra2020-05-09
* Fix handling of REWIND/MARK/BACKWARD in incremental sortTomas Vondra2020-05-09
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Fix transient memory leak for SRFs in FROM.Andres Freund2020-04-22
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Account for collation when coercing the output of a SQL function.Tom Lane2020-04-14
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane2020-04-11
* Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch2020-04-11
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Fix collection of typos and grammar mistakes in the treeMichael Paquier2020-04-10
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* Modify additional power 2 calculations to use new helper functionsDavid Rowley2020-04-08
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Add infrastructure to track WAL usage.Amit Kapila2020-04-04
* Include chunk overhead in hash table entry size estimate.Jeff Davis2020-04-03
* Allow the planner-related functions and hook to accept the query string.Fujii Masao2020-03-30
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Fix costing for disk-based hash aggregation.Jeff Davis2020-03-28
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Avoid allocating unnecessary zero-sized array.Jeff Davis2020-03-24
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Fixes for Disk-based Hash Aggregation.Jeff Davis2020-03-23
* Add object names to partition integrity violations.Amit Kapila2020-03-23
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Remove bogus assertion about polymorphic SQL function result.Tom Lane2020-03-17