]> granicus.if.org Git - postgresql/history - src/backend/commands/schemacmds.c
Replace heapam.h includes with {table, relation}.h where applicable.
[postgresql] / src / backend / commands / schemacmds.c
2019-01-21 Andres FreundReplace heapam.h includes with {table, relation}.h...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-21 Andres FreundRemove WITH OIDS support, change oid catalog column...
2018-01-19 Peter EisentrautReplace AclObjectKind with ObjectType
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-04-01 Kevin GrittnerAdd infrastructure to support EphemeralNamedRelation...
2017-02-01 Tom LaneProvide CatalogTupleDelete() as a wrapper around simple...
2017-01-31 Alvaro HerreraTweak catalog indexing abstraction for upcoming WARM
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-05-06 Stephen FrostRemove various special checks around default roles
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-11 Alvaro HerreraAllow on-the-fly capture of DDL event details
2015-03-09 Alvaro HerreraAllow CURRENT/SESSION_USER to be used in certain commands
2015-03-03 Alvaro HerreraChange many routines to return ObjectAddress rather...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-28 Tom LaneEditorialize a bit on new ProcessUtility() API.
2013-03-18 Robert HaasExtend object-access hook machinery to support post...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Tom LaneSupport CREATE SCHEMA IF NOT EXISTS.
2012-09-20 Alvaro HerreraRemove execdesc.h inclusion from tcopprot.h
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-20 Robert HaasMake new event trigger facility actually do something.
2012-03-08 Tom LaneFix some issues with temp/transient tables in extension...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-20 Robert HaasConsolidate DROP handling for some object types.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-09 Tom LanePrevent indirect security attacks via changing session...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-01-03 Tom LaneMake standard maintenance operations (including VACUUM...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-03-23 Tom LaneFix plancache so that any required replanning is done...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
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-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-21 Neil ConwayTrivial dead code removal: in CreateSchemaCommand(...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-09-02 Tom LaneRemove obsolete comment.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-27 Tom LaneFix compile warnings.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-06 Tom LaneRestructure command destination handling so that we...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-09-04 Bruce Momjianpgindent run.
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-17 Tom LaneSupport temporary setting of search path during CREATE...
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-15 Tom LaneThe contents of command.c, creatinh.c, define.c, remove...