aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/pathnodes.h
Commit message (Expand)AuthorAge
* Fix planner error with multiple copies of an AlternativeSubPlan.Tom Lane2021-09-14
* Change the name of the Result Cache node to MemoizeDavid Rowley2021-07-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* 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
* Cache if PathTarget and RestrictInfos contain volatile functionsDavid Rowley2021-03-29
* Extended statistics on expressionsTomas Vondra2021-03-27
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-24
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* 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
* Remove [Merge]AppendPath.partitioned_rels.Tom Lane2021-02-01
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas2020-11-24
* Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley2020-11-02
* Fix foreign-key selectivity estimation in the presence of constants.Tom Lane2020-10-28
* 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
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane2020-04-07
* Allow partitionwise joins in more cases.Etsuro Fujita2020-04-08
* Support FETCH FIRST WITH TIESAlvaro Herrera2020-04-07
* Implement Incremental SortTomas Vondra2020-04-06
* Cosmetic improvements for code related to partitionwise join.Tom Lane2020-04-03
* Implement operator class parametersAlexander Korotkov2020-03-30
* Fix commit c11cb17d.Jeff Davis2020-02-28
* Save calculated transitionSpace in Agg node.Jeff Davis2020-02-27
* 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
* Further adjust EXPLAIN's choices of table alias names.Tom Lane2019-12-11
* Add a reverse-translation column number array to struct AppendRelInfo.Tom Lane2019-12-02
* Remove fmgr.h includes from headers that don't really need it.Andres Freund2019-08-16
* Cosmetic improvements in setup of planner's per-RTE arrays.Tom Lane2019-08-09
* Speed up finding EquivalenceClasses for a given set of relsDavid Rowley2019-07-21
* Remove misleading comment from pathnodes.h.Thomas Munro2019-06-25
* Add missing periods to comments.Etsuro Fujita2019-05-08
* Use Append rather than MergeAppend for scanning ordered partitions.Tom Lane2019-04-05
* postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.Etsuro Fujita2019-04-02
* Avoid passing query tlist around separately from root->processed_tlist.Tom Lane2019-03-27
* Fix handling of targetlist SRFs when scan/join relation is known empty.Tom Lane2019-03-07
* Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.Robert Haas2019-03-07
* Simplify the planner's new representation of indexable clauses a little.Tom Lane2019-02-14
* Allow extensions to generate lossy index conditions.Tom Lane2019-02-11
* Build out the planner support function infrastructure.Tom Lane2019-02-09
* Refactor the representation of indexable clauses in IndexPaths.Tom Lane2019-02-09