aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/nodes.h
Commit message (Expand)AuthorAge
* 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
* Redesign PlanForeignScan API to allow multiple paths for a foreign table.Tom Lane2012-03-05
* Use parameterized paths to generate inner indexscans more flexibly.Tom Lane2012-01-27
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add const qualifiers to node inspection functionsPeter Eisentraut2011-12-07
* Further consolidation of DROP statement handling.Robert Haas2011-11-17
* Support range data types.Heikki Linnakangas2011-11-03
* Rearrange the implementation of index-only scans.Tom Lane2011-10-11
* Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane2011-08-06
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Split CollateClause into separate raw and analyzed node types.Tom Lane2011-03-11
* Implement an API to let foreign-data wrappers actually be functional.Tom Lane2011-02-20
* Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.Tom Lane2011-02-11
* Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.Tom Lane2011-02-10
* Implement "ALTER EXTENSION ADD object".Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Per-column collation supportPeter Eisentraut2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Reimplement planner's handling of MIN/MAX aggregate optimization.Tom Lane2010-11-04
* Allow new values to be added to an existing enum type.Tom Lane2010-10-24
* Support MergeAppend plans, to allow sorted output from append relations.Tom Lane2010-10-14
* Add a SECURITY LABEL command.Robert Haas2010-09-27
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane2010-07-12
* Rework join-removal logic as per recent discussion. In particular thisTom Lane2010-03-28
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Re-implement EvalPlanQual processing to improve its performance and eliminateTom Lane2009-10-26
* Move the handling of SELECT FOR UPDATE locking and rechecking out ofTom Lane2009-10-12
* Split the processing of INSERT/UPDATE/DELETE operations out of execMain.c.Tom Lane2009-10-10