]> granicus.if.org Git - postgresql/history - src/backend/commands/opclasscmds.c
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
[postgresql] / src / backend / commands / opclasscmds.c
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-21 Alvaro HerreraRefactor ALTER some-obj RENAME implementation
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-29 Robert HaasAdjust more backend functions to return OID rather...
2012-12-23 Robert HaasAdjust many backend functions to return OID rather...
2012-10-03 Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-02 Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-06-15 Peter EisentrautImprove reporting of permission errors for array types
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-03-09 Robert HaasExtend object access hook framework to support argument...
2012-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-07 Tom LaneCreate a "sort support" interface API for faster sorting.
2011-11-18 Robert HaasFurther consolidation of DROP statement handling.
2011-10-21 Robert HaasFix DROP OPERATOR FAMILY IF EXISTS.
2011-10-20 Robert HaasAdd "skipping" to the NOTICE produced by DROP OPERATOR...
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-23 Tom LaneRethink behavior of CREATE OR REPLACE during CREATE...
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-04 Robert HaasFix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-26 Robert HaasAdd more ALTER <object> .. SET SCHEMA commands.
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-24 Tom LaneCreate the system catalog infrastructure needed for...
2010-10-25 Peter EisentrautRefactor typenameTypeId()
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-16 Tom LaneRemove duplicate code in DefineOpFamily().
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Robert HaasAllow REASSIGNED OWNED to handle opclasses and opfamilies.
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
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-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
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-01-13 Tom LaneDocument that CREATE OPERATOR CLASS amounts to granting...
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-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-23 Tom LaneFix wrong dependency on owner created by ALTER OPCLASS...
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-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
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-05-26 Neil ConwayReimplement the linked list data structure used through...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-26 Peter EisentrautVarious message fixes, among those fixes for the previo...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-11 Tom LaneFix missed message update, per Alvaro Herrera.
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
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-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-04 Tom LaneRestrict CREATE OPERATOR CLASS to superusers, per discu...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-29 Tom LaneCentralize code for interpreting schema references...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...