OSDN Git Service

Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.
[pg-rex/syncrep.git] / src / include / nodes / nodes.h
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...
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-01-07 Neil ConwayCleanup: move the 'Value' node into a separate file...
2004-01-06 Tom LaneApply the core parts of Dennis Bjorklund's patch to...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-03 Tom LaneCode review for UPDATE tab SET col = DEFAULT patch...
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-06-25 Bruce MomjianIncludes:
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-03-20 Bruce MomjianTodo items:
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-03 Tom LaneDetermine the set of constraints applied to a domain...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-11-10 Bruce MomjianAdd palloc0 function to inline MemSet for newNode call.
2002-11-06 Tom LaneFirst phase of implementing hash-based grouping/aggrega...
2002-10-11 Bruce MomjianOops, back out newNode changes. We are not ready for...
2002-10-11 Bruce MomjianPrevent tv_sec from becoming negative in connection...
2002-08-31 Tom LaneCode review for domain-constraints patch. Use a new...
2002-08-27 Tom LanePREPARE/EXECUTE statements. Patch by Neil Conway,...
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Bruce MomjianBack out BETWEEN node patch, was causing initdb failure.
2002-07-18 Bruce MomjianFinished the Between patch Christopher started.
2002-07-11 Tatsuo IshiiAdd new CREATE CONVERSION/DROP CONVERSION command.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-18 Tom LaneRule names are now unique per-relation, rather than...
2002-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
next