aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Move resolution of AlternativeSubPlan choices to the planner.Tom Lane2020-09-27
* Fix comment in instrument.hMichael Paquier2020-07-31
* Add hash_mem_multiplier GUC.Peter Geoghegan2020-07-29
* HashAgg: use better cardinality estimate for recursive spilling.Jeff Davis2020-07-28
* Fix LookupTupleHashEntryHash() pipeline-stall issue.Jeff Davis2020-07-26
* Use MinimalTuple for tuple queues.Thomas Munro2020-07-17
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Avoid using a cursor in plpgsql's RETURN QUERY statement.Tom Lane2020-06-12
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Change the display of WAL usage statistics in Explain.Amit Kapila2020-05-05
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis2020-04-07
* Implement Incremental SortTomas Vondra2020-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
* Expose BufferUsageAccumDiff().Fujii Masao2020-03-30
* Go back to returning int from ereport auxiliary functions.Tom Lane2020-03-25
* Improve the internal implementation of ereport().Tom Lane2020-03-24
* Disk-based Hash Aggregation.Jeff Davis2020-03-18
* Extend ExecBuildAggTrans() to support a NULL pointer check.Jeff Davis2020-03-04
* expression eval: Reduce number of steps for agg transition invocations.Andres Freund2020-02-24
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-17
* Change signature of TupleHashTableHash().Jeff Davis2020-02-10
* Introduce TupleHashTableHash() and LookupTupleHashEntryHash().Jeff Davis2020-02-06
* expression eval: Don't redundantly keep track of AggState.Andres Freund2020-02-06
* Refactor hash_agg_entry_size().Jeff Davis2020-02-06
* Improve the handling of result type coercions in SQL functions.Tom Lane2020-01-08
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Minor comment improvements for instrumentation.hRobert Haas2019-12-05
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Minor code review for tuple slot rewrite.Tom Lane2019-11-06
* Fix crash caused by EPQ happening with a before update trigger present.Andres Freund2019-10-04
* Reorder EPQ work, to fix rowmark related bugs and improve efficiency.Andres Freund2019-09-09
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Remove redundant prototypes for SQL callable functions.Andres Freund2019-08-16
* Remove EState.es_range_table_array.Tom Lane2019-08-12
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-05
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Further adjust SPITupleTable to provide a public row-count field.Tom Lane2019-07-18
* Clarify the distinction between public and private SPITupleTable fields.Tom Lane2019-07-17
* Fix inconsistencies in the codeMichael Paquier2019-07-08
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Fix double-word typosAlvaro Herrera2019-06-13
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Fix typos in various placesMichael Paquier2019-06-03
* Phase 2 pgindent run for v12.Tom Lane2019-05-22