aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-14
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Add postmaster/postgres undocumented -b option for binary upgrades.Bruce Momjian2011-04-25
* Avoid incorrectly granting replication to roles created with NOSUPERUSER.Robert Haas2011-04-13
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Adjust the permissions required for COMMENT ON ROLE.Tom Lane2011-03-09
* Fix pg_upgrade of large object permissions by preserving pg_auth.oid,Bruce Momjian2011-01-07
* Give superusers REPLIACTION permission by defaultMagnus Hagander2011-01-05
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-29
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-18
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas2009-01-30
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Use new errdetail_log() mechanism to provide a less klugy way of reportingTom Lane2008-03-24
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-03
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Split definitions for md5.c out of crypt.h and into their own headerTom Lane2006-06-20
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-04
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* DROP IF EXISTS for ROLE/USER/GROUPAndrew Dunstan2006-02-04
* Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default statePeter Eisentraut2005-12-23
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-21
* Disregard superuserness when checking to see if a role GRANT wouldTom Lane2005-11-04
* Message correctionsPeter Eisentraut2005-10-29