]> granicus.if.org Git - postgresql/history - src/backend/catalog/aclchk.c
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
[postgresql] / src / backend / catalog / aclchk.c
2013-01-26 Bruce MomjianAllow CREATE TABLE IF EXIST so succeed if the schema...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-09 Tom LaneFix assorted bugs in privileges-for-types patch.
2012-08-30 Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
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-01-26 Robert HaasClassify DROP operations by whether or not they are...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-19 Peter EisentrautAdd support for privileges on types
2011-11-30 Robert HaasImprove table locking behavior in the face of current...
2011-07-09 Robert HaasTry to acquire relation locks in RangeVarGetRelid.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-21 Robert HaasFix use of incorrect constant RemoveRoleFromObjectACL.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-03-09 Tom LaneAdjust the permissions required for COMMENT ON ROLE.
2011-03-04 Tom LaneAllow non-superusers to create (some) extensions.
2011-02-12 Peter EisentrautDDL support for collations
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-05 Robert HaasStandardize get_whatever_oid functions for object types...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-06-13 Robert HaasFix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT...
2010-04-05 Tom LaneArrange to remove pg_default_acl entries completely...
2010-04-05 Tom LaneFix updateAclDependencies() to not assume that ACL...
2010-03-06 Tom LaneFix warning messages in restrict_and_check_grant()...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-07 Robert HaasImprove a couple of comments relating to large object...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-21 Robert HaasMore cleanups for the recent large object permissions...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-10-12 Tom LaneSupport GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
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-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
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-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-03-24 Tom LaneFix various infelicities that have snuck into usage...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-12 Tom LaneRemove hack in pg_tablespace_aclmask() that disallowed...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
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-11-16 Peter EisentrautMessage fix
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-05 Tom LaneGet rid of the separate RULE privilege for 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-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2005-12-01 Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
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-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-08-17 Tom LaneFix declaration of dumpacl, per Alvaro.
2005-08-12 Bruce Momjian> Gavin Sherry <swm@linuxworld.com.au> writes:
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-05-29 Tom LaneAvoid unnecessary fetch from pg_shadow in the normal...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-01-27 Neil ConwaySmall patch to move get_grosysid() from catalog/aclchk...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
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-08-29 Bruce MomjianAdd hint about using GRANT with non-trusted languages.
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-01 Tom LaneAlign GRANT/REVOKE behavior more closely with the SQL...
2004-05-28 Tom LaneFix minor error in comment.
2004-05-28 Tom LaneFix thinko in recent patch to change temp-table permiss...
2004-05-26 Bruce Momjian*) inet_(client|server)_(addr|port)() and necessary...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-11 Tom LaneRefactor low-level aclcheck code to provide useful...
2004-01-14 Tom LaneThe no-updates-to-system-catalogs-unless-usecatupd...
2003-12-19 Peter EisentrautForbid REVOKE on untrusted languages, and don't dump...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
next