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
*
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
*
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
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-06-07
*
Expose more out/readfuncs support functions.
Andres Freund
2016-04-08
*
Load FK defs into relcache for use by planner
Simon Riggs
2016-04-07
*
Run pgindent on a batch of (mostly-planner-related) source files.
Tom Lane
2016-04-06
*
Support ALTER THING .. DEPENDS ON EXTENSION
Alvaro Herrera
2016-04-05
*
Support CREATE ACCESS METHOD
Alvaro Herrera
2016-03-23
*
Rethink representation of PathTargets.
Tom Lane
2016-03-14
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Introduce extensible node types.
Robert Haas
2016-02-12
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Get rid of the planner's LateralJoinInfo data structure.
Tom Lane
2015-12-11
*
Add a Gather executor node.
Robert Haas
2015-09-30
*
Remove no-longer-used T_PrivGrantee node tag.
Tom Lane
2015-09-16
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Add ALTER OPERATOR command, for changing selectivity estimator functions.
Heikki Linnakangas
2015-07-14
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Introduce custom path and scan providers.
Robert Haas
2014-11-07
*
Row-Level Security Policies (RLS)
Stephen Frost
2014-09-19
*
Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
Stephen Frost
2014-08-21
*
Implement IMPORT FOREIGN SCHEMA.
Tom Lane
2014-07-10
*
Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Tom Lane
2014-06-18
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add ALTER TABLESPACE ... MOVE command
Stephen Frost
2014-01-18
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-12-18
*
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-11-21
*
Add the notion of REPLICA IDENTITY for a table.
Robert Haas
2013-11-08
*
WITH CHECK OPTION support for auto-updatable VIEWs
Stephen Frost
2013-07-18
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
*
Fix up planner infrastructure to support LATERAL properly.
Tom Lane
2012-08-26
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
Syntax support and documentation for event triggers.
Robert Haas
2012-07-18
*
Revise parameterized-path mechanism to fix assorted issues.
Tom Lane
2012-04-19
*
Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.
Tom Lane
2012-03-19
[next]