]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/acl.c
Update copyright for the year 2010.
[postgresql] / src / backend / utils / adt / acl.c
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-12-05 Peter EisentrautSpeed up information schema privilege views
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-08-03 Joe ConwayImplement has_sequence_privilege()
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-12-15 Tom LaneArrange for the pg_foo_is_visible and has_foo_privilege...
2008-09-09 Tom LaneImprove the plan cache invalidation mechanism to make...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
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-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-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneFix the problem of GRANTs creating "dangling" privilege...
2005-10-07 Tom LaneMarginal performance improvement in aclmask(): don...
2005-07-28 Tom LaneMake use of new list primitives list_append_unique...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-07-21 Bruce MomjianRemove unnecessary parentheses in assignments.
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-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
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-27 Neil ConwayRemove second argument from textToQualifiedNameList...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-07 Bruce MomjianAdjust comments previously moved to column 1 by pgident.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-06 Tom LaneUse one, not zero, as the default lower bound for array...
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-07-12 Bruce MomjianAdd has_tablespace_privilege().
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-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-02 Bruce MomjianRevert patch --- needs more generalized solution.
2004-04-26 Bruce MomjianPlease find a attached a small patch that adds accessor...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-29 Tom LaneFix some corner cases in ACL manipulation: don't foul...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautOK, some of these syntax errors should be given other...
2003-09-09 Peter EisentrautSome "feature not supported" errors are better syntax...
2003-08-17 Tom LaneCreate a 'type cache' that keeps track of the data...
2003-08-14 Tom LaneHandle double-quotes correctly in user names in ACL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom LaneError message editing in utils/adt. Again thanks to...
2003-06-27 Tom LaneCreate real array comparison functions (that use the...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-11 Peter EisentrautRepresent grant options in the information schema.
2003-06-02 Tom LaneMake the world at least marginally safe for usernames...
2003-01-24 Tom LaneSuppress gcc warnings.
2003-01-23 Peter EisentrautGrant options, and cascading revoke. Grant options...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
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-09-24 Tom LaneChange default privileges for languages and functions...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-08-27 Bruce MomjianThis patches replaces a few more usages of strcpy(...
2002-08-26 Tom LaneModify array operations to include array's element...
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-27 Tom LaneRestructure aclcheck error reporting to make permission...
2002-04-26 Tom LaneAdd current_schema() and current_schemas() inquiry...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-21 Tom LaneChange the aclchk.c routines to uniformly use OIDs...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-11-16 Tom LaneIsSystemRelationName() treats TOAST relations as system...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-12 Bruce MomjianBack out has_table_privilege patch.
2001-06-12 Bruce MomjianOK -- here's take #5.
2001-06-09 Peter EisentrautAllow GRANT/REVOKE to/from more than one user per invoc...
2001-06-05 Tom LaneCorrect permissions-checking bugs associated with ancie...
2001-05-27 Peter EisentrautMake UPDATE and DELETE privileges distinct. Add REFERE...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-14 Tom LaneMake aclcontains() do something that's at least vaguely...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
next