index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
/
nodes.h
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
*
Add a debugging option to stress-test outfuncs.c and readfuncs.c.
Tom Lane
2018-09-18
*
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-08-01
*
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
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
*
Handle INSERT .. ON CONFLICT with partitioned tables
Alvaro Herrera
2018-03-26
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Generational memory allocator
Simon Riggs
2017-11-23
*
Allow multiple tables to be specified in one VACUUM or ANALYZE command.
Tom Lane
2017-10-03
*
Code review for NextValueExpr expression node type.
Tom Lane
2017-07-14
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Code review focused on new node types added by partitioning support.
Tom Lane
2017-05-28
*
Identity columns
Peter Eisentraut
2017-04-06
*
Add infrastructure to support EphemeralNamedRelation references.
Kevin Grittner
2017-03-31
*
Cast result of copyObject() to correct type
Peter Eisentraut
2017-03-28
*
Support hashed aggregation with grouping sets.
Andrew Gierth
2017-03-27
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
*
Implement multivariate n-distinct coefficients
Alvaro Herrera
2017-03-24
*
ICU support
Peter Eisentraut
2017-03-23
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
*
Don't scan partitioned tables.
Robert Haas
2017-03-21
*
Add a Gather Merge executor node.
Robert Haas
2017-03-09
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
*
Add operator_with_argtypes grammar rule
Peter Eisentraut
2017-03-06
*
Add "Slab" MemoryContext implementation for efficient equal-sized allocations.
Andres Freund
2017-02-27
*
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
*
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
*
Logical replication
Peter Eisentraut
2017-01-20
*
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
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
*
Remove manual breaks in NodeTag assignments to fix duplicate tag numbers.
Tom Lane
2016-12-29
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-11-04
*
Add debugging aid "bmsToString(Bitmapset *bms)".
Tom Lane
2016-09-16
*
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-16
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Restore foreign-key-aware estimation of join relation sizes.
Tom Lane
2016-06-18
[next]