aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix bug #16784 in Disk-based Hash Aggregation.Jeff Davis2020-12-26
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Skip allocating hash table in EXPLAIN-only mode.Heikki Linnakangas2020-11-20
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-11-08
* Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra2020-11-03
* Guard against core dump from uninitialized subplan.Tom Lane2020-11-03
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Change LogicalTapeSetBlocks() to use nBlocksWritten.Jeff Davis2020-09-15
* HashAgg: release write buffers sooner by rewinding tape.Jeff Davis2020-09-15
* logtape.c: do not preallocate for tapes when sortingJeff Davis2020-09-11
* Check default partitions constraints while descendingAlvaro Herrera2020-09-08
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Fix matching of sub-partitions when a partitioned plan is stale.Tom Lane2020-08-05
* 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