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
*
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
*
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-07-19
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
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
*
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-06-10
*
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
Noah Misch
2018-05-31
*
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
Tom Lane
2018-04-28
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
Improve parse representation for MERGE
Simon Riggs
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Basic planner and executor integration for JIT.
Andres Freund
2018-03-22
*
Change internal integer representation of Value node
Peter Eisentraut
2018-03-13
*
Clone extended stats in CREATE TABLE (LIKE INCLUDING ALL)
Alvaro Herrera
2018-03-05
*
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-02-07
*
Fix application of identity values in some cases
Peter Eisentraut
2018-02-02
*
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-19
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Add parallel-aware hash joins.
Andres Freund
2017-12-21
*
Support Parallel Append plan nodes.
Robert Haas
2017-12-05
*
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-16
*
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-13
*
Add hash partitioning.
Robert Haas
2017-11-09
*
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-10-11
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Allow a partitioned table to have a default partition.
Robert Haas
2017-09-08
*
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-08-30
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
[next]