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
*
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
*
Use MINVALUE/MAXVALUE instead of UNBOUNDED for range partition bounds.
Dean Rasheed
2017-07-21
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Fix output of char node fields
Peter Eisentraut
2017-07-05
*
Reconcile nodes/*funcs.c with PostgreSQL 10 work.
Noah Misch
2017-06-16
*
Fix problems related to RangeTblEntry members enrname and enrtuples.
Robert Haas
2017-06-14
*
Fix omission of locations in outfuncs/readfuncs partitioning node support.
Tom Lane
2017-05-30
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Remove no-longer-needed fields of Hash plan nodes.
Tom Lane
2017-05-14
*
Change CREATE STATISTICS syntax
Alvaro Herrera
2017-05-12
*
Fire per-statement triggers on partitioned tables.
Robert Haas
2017-05-01
*
Fix crash when partitioned column specified twice.
Robert Haas
2017-04-28
*
Mark finished Plan nodes with parallel_safe flags.
Tom Lane
2017-04-12
*
Optimize joins when the inner relation can be proven unique.
Tom Lane
2017-04-07
*
Identity columns
Peter Eisentraut
2017-04-06
*
Print new RelOptInfo field top_parent_relids in outfuncs.c
Robert Haas
2017-04-03
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Fix parallel query so it doesn't spoil row estimates above Gather.
Robert Haas
2017-03-31
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support parallel bitmap heap scans.
Robert Haas
2017-03-08
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Allow parallel workers to execute subplans.
Robert Haas
2017-02-14
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
*
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Replace enum InhOption with simple boolean.
Tom Lane
2016-12-23
*
Fix reporting of column typmods for multi-row VALUES constructs.
Tom Lane
2016-12-08
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
[next]