aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* Orthography fixes for new castNode() macro.Tom Lane2017-01-27
* Add castNode(type, ptr) for safe casting between NodeTag based types.Andres Freund2017-01-26
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Restore foreign-key-aware estimation of join relation sizes.Tom Lane2016-06-18
* pgindent run for 9.6Robert Haas2016-06-09
* Revert "Use Foreign Key relationships to infer multi-column join selectivity".Tom Lane2016-06-07
* Expose more out/readfuncs support functions.Andres Freund2016-04-08
* Load FK defs into relcache for use by plannerSimon Riggs2016-04-07
* Run pgindent on a batch of (mostly-planner-related) source files.Tom Lane2016-04-06
* Support ALTER THING .. DEPENDS ON EXTENSIONAlvaro Herrera2016-04-05
* Support CREATE ACCESS METHODAlvaro Herrera2016-03-23
* Rethink representation of PathTargets.Tom Lane2016-03-14
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Introduce extensible node types.Robert Haas2016-02-12
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Get rid of the planner's LateralJoinInfo data structure.Tom Lane2015-12-11
* Add a Gather executor node.Robert Haas2015-09-30
* Remove no-longer-used T_PrivGrantee node tag.Tom Lane2015-09-16
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Add ALTER OPERATOR command, for changing selectivity estimator functions.Heikki Linnakangas2015-07-14
* pgindent run for 9.5Bruce Momjian2015-05-23
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Add transforms featurePeter Eisentraut2015-04-26
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-09
* Update copyright for 2015Bruce Momjian2015-01-06
* Introduce custom path and scan providers.Robert Haas2014-11-07
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Rework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'Stephen Frost2014-08-21
* Implement IMPORT FOREIGN SCHEMA.Tom Lane2014-07-10
* Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...Tom Lane2014-06-18
* pgindent run for 9.4Bruce Momjian2014-05-06
* Introduce replication slots.Robert Haas2014-01-31
* Add ALTER TABLESPACE ... MOVE commandStephen Frost2014-01-18
* Update copyright for 2014Bruce Momjian2014-01-07
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-18
* Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.Tom Lane2013-11-21
* Add the notion of REPLICA IDENTITY for a table.Robert Haas2013-11-08
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Allow a streaming replication standby to follow a timeline switch.Heikki Linnakangas2012-12-13
* Fix up planner infrastructure to support LATERAL properly.Tom Lane2012-08-26
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Syntax support and documentation for event triggers.Robert Haas2012-07-18
* Revise parameterized-path mechanism to fix assorted issues.Tom Lane2012-04-19
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19