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
/
readfuncs.c
Commit message (
Expand
)
Author
Age
*
Standardize nodes/*funcs.c cosmetics for ForeignScan.resultRelation.
Noah Misch
2021-06-06
*
Fix mishandling of resjunk columns in ON CONFLICT ... UPDATE tlists.
Tom Lane
2021-05-10
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Add Result Cache executor node (take 2)
David Rowley
2021-04-02
*
Revert b6002a796
David Rowley
2021-04-01
*
Add Result Cache executor node
David Rowley
2021-04-01
*
Rework planning and execution of UPDATE and DELETE.
Tom Lane
2021-03-31
*
Allow an alias to be attached to a JOIN ... USING
Peter Eisentraut
2021-03-31
*
Add support for asynchronous execution.
Etsuro Fujita
2021-03-31
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Implement GROUP BY DISTINCT
Tomas Vondra
2021-03-18
*
Enable parallel SELECT for "INSERT INTO ... SELECT ...".
Amit Kapila
2021-03-10
*
Add missing TidRangeScan readfunc
David Rowley
2021-02-27
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Move per-agg and per-trans duplicate finding to the planner.
Heikki Linnakangas
2020-11-24
*
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
*
Reconcile nodes/*funcs.c.
Noah Misch
2020-05-25
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
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
*
Add readfuncs.c support for AppendRelInfo.
Tom Lane
2019-12-11
*
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-11
*
Fix representation of hash keys in Hash/HashJoin nodes.
Andres Freund
2019-08-02
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
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
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
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
*
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-12-10
*
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
*
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
*
Fix some minor issues exposed by outfuncs/readfuncs testing.
Tom Lane
2018-09-18
*
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-18
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
[next]