index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
outfuncs.c
Commit message (
Expand
)
Author
Age
*
Fix foreign-key selectivity estimation in the presence of constants.
Tom Lane
2020-10-28
*
Include result relation info in direct modify ForeignScan nodes.
Heikki Linnakangas
2020-10-14
*
Create ResultRelInfos later in InitPlan, index them by RT index.
Heikki Linnakangas
2020-10-13
*
Move resolution of AlternativeSubPlan choices to the planner.
Tom Lane
2020-09-27
*
Reconcile nodes/*funcs.c.
Noah Misch
2020-05-25
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Revert 0f5ca02f53
Alexander Korotkov
2020-04-08
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Implement waiting for given lsn at transaction start
Alexander Korotkov
2020-04-07
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-04-04
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-22
*
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-03-21
*
Fix commit c11cb17d.
Jeff Davis
2020-02-28
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
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
*
Allow setting statistics target for extended statistics
Tomas Vondra
2019-09-11
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Reconcile nodes/*funcs.c with PostgreSQL 12 work.
Noah Misch
2019-06-09
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Fix tablespace inheritance for partitioned rels
Alvaro Herrera
2019-04-25
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
Generated columns
Peter Eisentraut
2019-03-30
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-16
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Add WRITE_*_ARRAY macros
Peter Eisentraut
2018-12-22
*
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-10
*
Revise attribute handling code on partition creation
Alvaro Herrera
2018-11-08
*
Correct attach/detach logic for FKs in partitions
Alvaro Herrera
2018-10-12
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-10-04
*
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-30
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Add outfuncs.c support for RawStmt nodes.
Tom Lane
2018-09-16
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
[next]