aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/pathnodes.h
Commit message (Expand)AuthorAge
* Use correct spelling of statistics kindTomas Vondra2021-03-23
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* 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
* Rename nodes/relation.h to nodes/pathnodes.h.Tom Lane2019-01-29