OSDN Git Service

Add support for multi-row VALUES clauses as part of INSERT statements
[pg-rex/syncrep.git] / src / include / nodes / parsenodes.h
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-26 Tom LaneCode review for bigint-LIMIT patch. Fix missed planner...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-13 Neil ConwayRemove trailing comma from CreateStmtLikeOption enum...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-15 Tom LaneSupport the syntax
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
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-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-29 Tom LaneFix grammar for IN/OUT/INOUT parameters. This commit...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-07-27 Tom LaneReplace nested-BEGIN syntax for subtransactions with...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-07-11 Tom LaneALTER TABLE SET TABLESPACE. Gavin Sherry, some rework...
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-06-02 Bruce MomjianOK, here's the final version of ALTER TABLE ... SET...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
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-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-09-17 Tatsuo IshiiFix typo in comment
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
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-27 Peter EisentrautFirst batch of object rename commands.
2003-06-25 Bruce MomjianUPDATE ... SET <col> = DEFAULT
2003-06-25 Bruce MomjianIncludes:
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianTodo items:
2003-03-11 Tom LaneImplement SQL92-compatible FIRST, LAST, ABSOLUTE n...
2003-03-10 Tom LaneRestructure parsetree representation of DECLARE CURSOR...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Bruce MomjianCode for WITHOUT OIDS.
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2003-01-20 Tom LaneIN clauses appearing at top level of WHERE can now...
2003-01-06 Tom LaneALTER DOMAIN OWNER, from Rod Taylor.
2002-12-30 Bruce MomjianCause FETCH 1 to return the current cursor row, or...
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.
next