]> granicus.if.org Git - postgresql/history - src/include/nodes/nodes.h
Support GROUPING SETS, CUBE and ROLLUP.
[postgresql] / src / include / nodes / nodes.h
2015-05-16 Andres FreundSupport GROUPING SETS, CUBE and ROLLUP.
2015-05-15 Simon RiggsTABLESAMPLE, SQL Standard and extensible
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-04-26 Peter EisentrautAdd transforms feature
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-07 Robert HaasIntroduce custom path and scan providers.
2014-09-19 Stephen FrostRow-Level Security Policies (RLS)
2014-08-21 Stephen FrostRework 'MOVE ALL' to 'ALTER .. ALL IN TABLESPACE'
2014-07-10 Tom LaneImplement IMPORT FOREIGN SCHEMA.
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-18 Stephen FrostAdd ALTER TABLESPACE ... MOVE command
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-08-27 Tom LaneFix up planner infrastructure to support LATERAL properly.
2012-07-20 Tom LaneFix whole-row Var evaluation to cope with resjunk colum...
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-04-19 Tom LaneRevise parameterized-path mechanism to fix assorted...
2012-03-20 Tom LaneRestructure SELECT INTO's parsetree representation...
2012-03-05 Tom LaneRedesign PlanForeignScan API to allow multiple paths...
2012-01-28 Tom LaneUse parameterized paths to generate inner indexscans...
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Peter EisentrautAdd const qualifiers to node inspection functions
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-11-03 Heikki LinnakangasSupport range data types.
2011-10-11 Tom LaneRearrange the implementation of index-only scans.
2011-08-06 Tom LaneClean up ill-advised attempt to invent a private set...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-02-20 Tom LaneImplement an API to let foreign-data wrappers actually...
2011-02-12 Tom LaneAdd support for multiple versions of an extension and...
2011-02-10 Tom LaneExtend "ALTER EXTENSION ADD object" to permit "DROP...
2011-02-09 Tom LaneImplement "ALTER EXTENSION ADD object".
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-14 Tom LaneSupport MergeAppend plans, to allow sorted output from...
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-12 Tom LaneMake NestLoop plan nodes pass outer-relation variables...
2010-03-28 Tom LaneRework join-removal logic as per recent discussion...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
2009-10-12 Tom LaneMove the handling of SELECT FOR UPDATE locking and...
2009-10-10 Tom LaneSplit the processing of INSERT/UPDATE/DELETE operations...
2009-10-08 Tom LaneSupport use of function argument names to identify...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-09-17 Tom LaneImplement "join removal" for cases where the inner...
2009-07-30 Tom LaneMerge the Constraint and FkConstraint node types into...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-25 Tom LaneGet rid of the rather fuzzily defined FlattenedSubLink...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-11-22 Tom LaneSwitch the planner over to treating qualifications...
2008-10-21 Tom LaneAdd a concept of "placeholder" variables to the planner...
2008-10-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-29 Tom LaneIn GCC-based builds, use a better newNode() macro that...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-14 Tom LaneImplement SEMI and ANTI joins in the planner and execut...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-03-20 Tom LaneArrange for an explicit cast applied to an ARRAY[]...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-19 Tom LaneGet rid of some old and crufty global variables in...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-20 Tom LaneRefactor planner's pathkeys data structure to create...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-09-28 Tom LaneFix IS NULL and IS NOT NULL tests on row-valued express...
next