index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
nodes
/
readfuncs.c
Age
Commit message (
Expand
)
Author
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
2017-05-29
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-14
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-01
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-04-12
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-08
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-06
Identity columns
Peter Eisentraut
2017-04-01
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-21
Don't scan partitioned tables.
Robert Haas
2017-03-09
Add a Gather Merge executor node.
Robert Haas
2017-03-08
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-02-14
Allow parallel workers to execute subplans.
Robert Haas
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-23
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-08
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-07
Implement table partitioning.
Robert Haas
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-07-15
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-07
Fix typo in comment.
Robert Haas
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-18
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-27
Fix EXPLAIN VERBOSE output for parallel aggregate.
Robert Haas
2016-04-08
Expose more out/readfuncs support functions.
Andres Freund
2016-03-29
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
Rework custom scans to work more like the new extensible node stuff.
Robert Haas
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-19
Fix missed update in _readForeignScan().
Tom Lane
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-02-12
Introduce extensible node types.
Robert Haas
2016-02-07
Introduce a new GUC force_parallel_mode for testing purposes.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
[next]