summaryrefslogtreecommitdiff
path: root/src/include/commands/user.h
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-011-13/+4
* Turn password_encryption GUC into an enum.Heikki Linnakangas2016-09-281-3/+12
* Add location field to DefElemPeter Eisentraut2016-09-061-1/+2
* Allow CURRENT/SESSION_USER to be used in certain commandsAlvaro Herrera2015-03-091-1/+1
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-031-1/+2
* ALTER TABLESPACE ... MOVE ... OWNED BYStephen Frost2014-01-231-0/+1
* pgindent run for release 9.3Bruce Momjian2013-05-291-4/+4
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-3/+3
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add a hook to CREATE/ALTER ROLE to allow an external module to check theTom Lane2009-11-181-1/+9
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+3
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate theAlvaro Herrera2005-11-211-1/+3
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-12/+8
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-12/+1
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-3/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-1/+3
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+3
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-211-5/+5
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Authentication improvements:Bruce Momjian2002-04-041-2/+10
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+2
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* Clean up #include's.Bruce Momjian2000-06-151-2/+1
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-1/+1
* * User management commands no longer user pg_exec_query_dest -> more robustPeter Eisentraut2000-01-141-7/+7
* update_pg_pwd() is an AR trigger. Corrected return type.Jan Wieck1999-12-211-1/+1
* Clean up some minor gcc warnings.Tom Lane1999-12-201-0/+2
* Here's the Create/Alter/Drop Group stuff that's been really overdue. IBruce Momjian1999-12-161-0/+4
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-0/+3
* Here is a patch.Bruce Momjian1999-03-161-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-1/+1
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-1/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-1/+1
* Missed a few files from Todd's patch...oops :)Marc G. Fournier1997-12-041-0/+17