aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/plannodes.h
Commit message (Expand)AuthorAge
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Update plannodes.h's comments about PlanRowMark.Tom Lane2021-06-02
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.Tom Lane2021-05-10
* Cleanup partition pruning step generationDavid Rowley2021-04-08
* 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
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Enable parallel SELECT for "INSERT INTO ... SELECT ...".Amit Kapila2021-03-10
* Add TID Range Scans to support efficient scanning ranges of TIDsDavid Rowley2021-02-27
* Update copyright for 2021Bruce Momjian2021-01-02
* 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
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* Update copyrights for 2020Bruce Momjian2020-01-01
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Fix representation of hash keys in Hash/HashJoin nodes.Andres Freund2019-08-02
* Initial pgindent run for v12.Tom Lane2019-05-22
* Restructure creation of run-time pruning steps.Tom Lane2019-05-17
* Speed up planning when partitions can be pruned at plan time.Tom Lane2019-03-30
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Update copyright for 2019Bruce Momjian2019-01-02
* Support parameterized TidPaths.Tom Lane2018-12-30
* Correct code comments for PartitionedRelPruneInfo structPeter Eisentraut2018-11-15
* Remove some unnecessary fields from Plan trees.Tom Lane2018-10-07
* Centralize executor's opening/closing of Relations for rangetable entries.Tom Lane2018-10-04
* Fix run-time partition pruning for appends with multiple source rels.Tom Lane2018-08-01
* Expand run-time partition pruning to work with MergeAppendHeikki Linnakangas2018-07-19
* Improve commentary about run-time partition pruning data structures.Tom Lane2018-06-11
* Assorted cosmetic cleanup of run-time-partition-pruning code.Tom Lane2018-06-10
* Relocate partition pruning structs to a saner place.Tom Lane2018-06-10
* Revert MERGE patchSimon Riggs2018-04-12
* Fix incorrect logic for choosing the next Parallel Append subplanAlvaro Herrera2018-04-09
* Support partition pruning at execution timeAlvaro Herrera2018-04-07
* MERGE SQL Command following SQL:2016Simon Riggs2018-04-03
* Revert "Modified files for MERGE"Simon Riggs2018-04-02
* Modified files for MERGESimon Riggs2018-04-02
* Basic planner and executor integration for JIT.Andres Freund2018-03-22
* Support all SQL:2011 options for window frame clauses.Tom Lane2018-02-07
* Allow UPDATE to move rows between partitions.Robert Haas2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Add parallel-aware hash joins.Andres Freund2017-12-21