aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
Commit message (Expand)AuthorAge
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Teach planner and executor about monotonic window funcsDavid Rowley2022-04-08
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Add UNIQUE null treatment optionPeter Eisentraut2022-02-03
* Fix memory leak in indexUnchanged hint mechanism.Peter Geoghegan2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Fix index-only scan plans, take 2.Tom Lane2022-01-03
* Flush Memoize cache when non-key parameters change, take 2David Rowley2021-11-24
* Revert "Flush Memoize cache when non-key parameters change"David Rowley2021-11-24
* Flush Memoize cache when non-key parameters changeDavid Rowley2021-11-24
* Allow Memoize to operate in binary comparison modeDavid Rowley2021-11-24
* Refactor LogicalTapeSet/LogicalTape interface.Heikki Linnakangas2021-10-18
* Make nodeSort.c use Datum sorts for single column sortsDavid Rowley2021-07-22
* Rename NodeTag of ExprStatePeter Eisentraut2021-07-21
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Pre branch pgindent / pgperltidy runAndrew Dunstan2021-06-28
* Optimize creation of slots for FDW bulk insertsTomas Vondra2021-06-11
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix EXPLAIN ANALYZE for async-capable nodes.Etsuro Fujita2021-05-12
* Postpone some more stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Postpone some stuff out of ExecInitModifyTable.Tom Lane2021-04-06
* Add Result Cache executor node (take 2)David Rowley2021-04-02
* Revert b6002a796David Rowley2021-04-01
* Add Result Cache executor nodeDavid Rowley2021-04-01
* Rework planning and execution of UPDATE and DELETE.Tom Lane2021-03-31
* Add support for asynchronous execution.Etsuro Fujita2021-03-31
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Make ExecGetInsertedCols() and friends more robust and improve comments.Heikki Linnakangas2021-02-15
* Fix permission checks on constraint violation errors on partitions.Heikki Linnakangas2021-02-08
* Implement support for bulk inserts in postgres_fdwTomas Vondra2021-01-20
* Update copyright for 2021Bruce Momjian2021-01-02
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23
* Remove PartitionRoutingInfo struct.Heikki Linnakangas2020-10-19
* Revise child-to-root tuple conversion map management.Heikki Linnakangas2020-10-19
* Clean up code to resolve the "root target relation" in nodeModifyTable.cHeikki Linnakangas2020-10-19
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Include result relation info in direct modify ForeignScan nodes.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
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-16
* Be more careful about the shape of hashable subplan clauses.Tom Lane2020-08-14
* Use int64 instead of long in incremental sort codeDavid Rowley2020-08-02
* HashAgg: before spilling tuples, set unneeded columns to NULL.Jeff Davis2020-07-12
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* Fix EXPLAIN ANALYZE for parallel HashAgg plansDavid Rowley2020-06-19
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07