OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / tcop / utility.c
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-25 Tom LaneSupport data-modifying commands (INSERT/UPDATE/DELETE...
2011-02-12 Peter EisentrautDDL support for collations
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-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-09-28 Robert HaasAdd a SECURITY LABEL command.
2010-09-26 Peter EisentrautAdd ALTER TYPE ... ADD/DROP/ALTER/RENAME ATTRIBUTE
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-18 Tom LaneFix failure of "ALTER TABLE t ADD COLUMN c serial"...
2010-07-25 Robert HaasCREATE TABLE IF NOT EXISTS.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-20 Tom LaneClean up handling of XactReadOnly and RecoveryInProgres...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-29 Itagaki TakahiroFix command tag for ALTER LARGE OBJECT.
2010-01-17 Tom LaneImprove the handling of SET CONSTRAINTS commands by...
2010-01-15 Tom LaneDo parse analysis of an EXPLAIN's contained statement...
2010-01-06 Bruce MomjianPreserve relfilenodes:
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-15 Tom LaneAdd a hook to let loadable modules get control at Proce...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-12-01 Bruce MomjianRevert due to Tom's concerns:
2009-12-01 Bruce MomjianProcessUtility_hook:
2009-11-20 Tom LaneAdd a WHEN clause to CREATE TRIGGER, allowing a boolean...
2009-11-16 Tom LaneProvide a parenthesized-options syntax for VACUUM,...
2009-10-26 Tom LaneRe-implement EvalPlanQual processing to improve its...
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-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-26 Tom LaneExtend EXPLAIN to allow generic options to be specified.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-06-11 Tom LaneRevisit AlterTableCreateToastTable's API once again...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-07 Tom LaneAdd an option to AlterTableCreateToastTable() to allow...
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-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-04 Peter EisentrautDefault values for function arguments
2008-11-07 Tom LaneImplement ALTER DATABASE SET TABLESPACE to move a whole...
2008-11-04 Tom LaneDisallow LOCK TABLE outside a transaction block (or...
2008-10-10 Tom LaneFix omission of DiscardStmt in GetCommandLogLevel,...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-30 Tom LaneFix the raw-parsetree representation of star (as in...
2008-08-13 Alvaro HerreraHave autovacuum consider processing TOAST tables separa...
2008-07-18 Tom LaneAdjust things so that the query_string of a cached...
2008-06-15 Tom LaneRearrange ALTER TABLE syntax processing as per my recen...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-05 Alvaro HerreraModify vacuum() to accept a single relation OID instead...
2008-03-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-14 Alvaro HerreraFix vacuum so that autovacuum is really not cancelled...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-01-23 Tom LaneAdd CREATE/ALTER/DROP OPERATOR FAMILY commands, also...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-07 Tom LaneClean up logging for extended-query-protocol operations...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-15 Tom LaneAdd server support for "plugin" libraries that can...
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
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-15 Tom LaneSupport the syntax
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
next