]> granicus.if.org Git - postgresql/history - src/include/nodes/nodes.h
Clean up ill-advised attempt to invent a private set of Node tags.
[postgresql] / src / include / nodes / nodes.h
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...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-15 Tom LaneSupport the syntax
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-17 Tom LaneInitial implementation of lossy-tuple-bitmap data struc...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-09-14 Tom LaneMake pltcl work on Win32. Magnus Hagander
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
next