summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-30/+14
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-181-19/+66
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-58/+33
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-42/+8
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-9/+9
* Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas2009-01-301-1/+13
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-221-3/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-53/+53
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+2
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-6/+6
* Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane2008-03-241-3/+6
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-11/+11
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-16/+16
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-201-2/+2
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-37/+31
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-1/+7
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-041-4/+17
* Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default statePeter Eisentraut2005-12-231-4/+11
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-12/+12
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+62
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-041-3/+4
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Clean up libpq's pollution of application namespace by renaming theTom Lane2005-10-171-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-88/+86
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+33
* Minor correction: cause ALTER ROLE role ROLE rolenames to behaveTom Lane2005-07-261-1/+5
* Add a role property 'rolinherit' which, when false, denotes that the roleTom Lane2005-07-261-5/+49
* Add SET ROLE. This is a partial commit of Stephen Frost's recent patch;Tom Lane2005-07-251-6/+23
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-40/+14
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-157/+297
* Fix up problems in write_auth_file and parsing of the auth file.Tom Lane2005-06-281-1/+9
* Bring syntax of role-related commands into SQL compliance. To avoidTom Lane2005-06-281-47/+49
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-752/+583
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-16/+19
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-3/+3
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-490/+2
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-271-5/+5
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-35/+38
* Pgindent run for 8.0.Bruce Momjian2004-08-291-14/+14
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2