summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+2
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+11
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-141-9/+0
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-1/+3
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-161-1/+1
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-251-1/+1
* Avoid incorrectly granting replication to roles created with NOSUPERUSER.Robert Haas2011-04-131-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-9/+10
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-091-14/+1
* Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian2011-01-071-0/+13
* Give superusers REPLIACTION permission by defaultMagnus Hagander2011-01-051-0/+8
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-0/+46
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+4
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-13/+8
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* 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