index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
pathnodes.h
Commit message (
Expand
)
Author
Age
*
Use correct spelling of statistics kind
Tomas Vondra
2021-03-23
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Fix commit c11cb17d.
Jeff Davis
2020-02-28
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-02
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-06-25
*
Add missing periods to comments.
Etsuro Fujita
2019-05-08
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
postgres_fdw: Perform the (FINAL, NULL) upperrel operations remotely.
Etsuro Fujita
2019-04-02
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Allow extensions to generate lossy index conditions.
Tom Lane
2019-02-11
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29