]> granicus.if.org Git - postgresql/history - src/backend/commands/user.c
Stamp copyrights for year 2011.
[postgresql] / src / backend / commands / user.c
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Magnus HaganderAdd REPLICATION privilege for ROLEs
2010-11-25 Robert HaasObject access hook framework, with post-creation hook.
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-11-18 Tom LaneAdd a hook to CREATE/ALTER ROLE to allow an external...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-30 Heikki LinnakangasCheck that connection limit is within valid range....
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
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-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-03 Tom LaneSupport SET FROM CURRENT in CREATE/ALTER FUNCTION,...
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-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-20 Tom LaneSplit definitions for md5.c out of crypt.h and into...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2005-12-23 Peter EisentrautAllow CREATE/ALTER ROLE PASSWORD NULL to allow restorin...
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-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-10-29 Peter EisentrautMessage corrections
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-26 Tom LaneMinor correction: cause ALTER ROLE role ROLE rolenames...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-25 Tom LaneAdd SET ROLE. This is a partial commit of Stephen...
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 LaneFix up problems in write_auth_file and parsing of the...
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-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-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayCode cleanup: don't bother casting the argument to...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-06 Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-02 Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02 Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
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-10-02 Peter EisentrautString fixes/improvements found by Alvaro Herrera
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
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-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-02 Tom LaneRepair core dump when trying to delete an entry from...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-09-14 Peter EisentrautTranslation updates
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-30 Tom LaneGroup-manipulating code neglected to fill in array...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-28 Tom LaneMinor code cleanup.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
next