summaryrefslogtreecommitdiff
path: root/src/backend/commands/schemacmds.c
AgeCommit message (Expand)Author
2013-03-17Extend object-access hook machinery to support post-alter events.Robert Haas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-10-03Support CREATE SCHEMA IF NOT EXISTS.Tom Lane
2012-09-20Remove execdesc.h inclusion from tcopprot.hAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-07-20Make new event trigger facility actually do something.Robert Haas
2012-03-08Fix some issues with temp/transient tables in extension scripts.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-19Consolidate DROP handling for some object types.Robert Haas
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-09Prevent indirect security attacks via changing session-local state withinTom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-06-14Refactor the handling of the various DropStmt variants so that when multipleTom Lane
2008-01-03Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX,Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-23Separate parse-analysis for utility commands out of parser/analyze.cTom Lane
2007-03-23Fix plancache so that any required replanning is done with the sameTom Lane
2007-03-13First phase of plan-invalidation project: create a plan cache managementTom Lane
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-21Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera
2005-11-19DROP objecttype IF EXISTS for the following objects:Andrew Dunstan
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-22Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane
2005-07-14Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-06-21Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' isNeil Conway
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-05Create 'default_tablespace' GUC variable that supplies a TABLESPACETom Lane
2004-09-02Remove obsolete comment.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian