index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
readfuncs.c
Age
Commit message (
Expand
)
Author
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-03-22
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-07
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-06
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-02-16
Allow user control of CTE materialization, and change the default behavior.
Tom Lane
2019-02-01
Renaming for new subscripting mechanism
Alvaro Herrera
2019-01-28
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-10
Add stack depth checks to key recursive functions in backend/nodes/*.c.
Tom Lane
2018-10-07
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-04
Centralize executor's opening/closing of Relations for rangetable entries.
Tom Lane
2018-09-30
Create an RTE field to record the query's lock mode for each relation.
Tom Lane
2018-09-18
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-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-19
Expand run-time partition pruning to work with MergeAppend
Heikki Linnakangas
2018-06-10
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-04-28
Fix incorrect field type for PlannedStmt.jitFlags in outfuncs/readfuncs.
Tom Lane
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-06
Faster partition pruning
Alvaro Herrera
2018-04-06
Improve parse representation for MERGE
Simon Riggs
2018-04-03
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-02
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
Modified files for MERGE
Simon Riggs
2018-03-29
C comments: "a" <--> "an" corrections
Bruce Momjian
2018-03-22
Basic planner and executor integration for JIT.
Andres Freund
2018-02-07
Support all SQL:2011 options for window frame clauses.
Tom Lane
2018-01-19
Allow UPDATE to move rows between partitions.
Robert Haas
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-21
Add parallel-aware hash joins.
Andres Freund
2017-12-05
Support Parallel Append plan nodes.
Robert Haas
2017-11-16
Pass InitPlan values to workers via Gather (Merge).
Robert Haas
2017-11-13
Track in the plan the types associated with PARAM_EXEC parameters.
Robert Haas
2017-11-09
Add hash partitioning.
Robert Haas
2017-10-11
pg_stat_statements: Widen query IDs from 32 bits to 64 bits.
Robert Haas
2017-09-30
Support arrays over domains.
Tom Lane
2017-09-08
Allow a partitioned table to have a default partition.
Robert Haas
2017-08-30
Force rescanning of parallel-aware scan nodes below a Gather[Merge].
Tom Lane
2017-07-21
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-14
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-05
Fix output of char node fields
Peter Eisentraut
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-16
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-14
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-05-30
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
[next]