]> granicus.if.org Git - postgresql/history - src/include/commands/defrem.h
Consolidate DROP handling for some object types.
[postgresql] / src / include / commands / defrem.h
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-07-18 Robert HaasAvoid index rebuild for no-rewrite ALTER TABLE .. ALTER...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-15 Tom LaneMove a couple of declarations to reflect where the...
2011-01-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
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-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for other object...
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-23 Tom LaneAdjust naming of indexes and their columns per recent...
2009-12-07 Tom LaneAdd exclusion constraints, which generalize the concept...
2009-09-22 Tom LaneImplement the DO statement to support execution of...
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
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-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
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 MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-17 Neil ConwayImplement CREATE TABLE LIKE ... INCLUDING INDEXES....
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
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-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-04-15 Tom LaneSupport the syntax
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-10 Tom LaneChange search for default operator classes so that...
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 ALTER object SET SCHEMA capability for a limited...
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-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
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-10 Tom LaneClean up generation of default names for constraints...
2004-05-14 Tom LaneTighten parsing of boolean options to CREATE TYPE and...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-02-21 Tom LaneImplement a solution to the 'Turkish locale downcases...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2002-12-10 Tom LaneIf typecmds is going to have its own header file, said...
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-09-21 Tom LaneProvide an upgrade strategy for dump files containing...
2002-09-04 Bruce Momjianpgindent run.
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-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-01 Tom LaneFirst phase of applying Rod Taylor's pg_depend patch...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-22 Tom LaneModify sequence state storage to eliminate dangling...
2002-05-17 Peter EisentrautExtend syntax of CREATE FUNCTION to resemble SQL99.
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-19 Bruce MomjianAdd DOMAIN support. Includes manual pages and regressi...
2002-03-07 Bruce MomjianBack out domain patch until it works properly.
2002-03-06 Bruce MomjianOk. Updated patch attached.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-08 Tom LaneClean up some confusion about where and how to set...
2001-08-21 Tom LaneRestructure pg_opclass, pg_amop, and pg_amproc per...
2001-07-16 Tom LanePartial indexes work again, courtesy of Martijn van...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-10-07 Tom LaneArrange that no database accesses are attempted during...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-02-18 Hiroshi InoueImplement reindex command
2000-01-26 Bruce MomjianAdd:
1999-07-16 Bruce MomjianMore cleanup
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
next