aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
...
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-09
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* In INSERT/UPDATE, use the table's real tuple descriptor as target.Tom Lane2020-10-26
* Fix list-munging bug that broke SQL function result coercions.Tom Lane2020-10-19
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-19
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-19
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Create ResultRelInfos later in InitPlan, index them by RT index.Heikki Linnakangas2020-10-13
* 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