summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
AgeCommit message (Expand)Author
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-06-20Split definitions for md5.c out of crypt.h and into their own headerTom Lane
2006-05-04Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-12I've created a new shared catalog table pg_shdescription to storeBruce Momjian
2006-02-04DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan
2005-12-23Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default statePeter Eisentraut
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-04Disregard superuserness when checking to see if a role GRANT wouldTom Lane
2005-10-29Message correctionsPeter Eisentraut
2005-10-17Clean up libpq's pollution of application namespace by renaming theTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-31Add per-user and per-database connection limit options.Tom Lane
2005-07-26Minor correction: cause ALTER ROLE role ROLE rolenames to behaveTom Lane
2005-07-26Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane
2005-07-25Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane
2005-07-07Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane
2005-06-29More cleanup on roles patch. Allow admin option to be inherited throughTom Lane
2005-06-28Fix up problems in write_auth_file and parsing of the auth file.Tom Lane
2005-06-28Bring syntax of role-related commands into SQL compliance. To avoidTom Lane
2005-06-28Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-02-20Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane
2005-01-27Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-27Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-28Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-05-06Erase MD5 user passwords when a user is renamed because the username isBruce Momjian
2004-03-16Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian
2004-02-25For application to HEAD, following community review.Bruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-02-02> src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian
2004-02-02Adjustments for Win32-specific rename code, and add include file.Bruce Momjian
2004-02-02Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-10-02String fixes/improvements found by Alvaro HerreraPeter Eisentraut
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-15Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut