| Commit message (Expand) | Author | Age | Files | Lines |
| * | Phase 2 of pgindent updates. | Tom Lane | 2017-06-21 | 1 | -1/+1 |
| * | Replace isMD5() with a more future-proof way to check if pw is encrypted. | Heikki Linnakangas | 2017-02-01 | 1 | -13/+4 |
| * | Turn password_encryption GUC into an enum. | Heikki Linnakangas | 2016-09-28 | 1 | -3/+12 |
| * | Add location field to DefElem | Peter Eisentraut | 2016-09-06 | 1 | -1/+2 |
| * | Allow CURRENT/SESSION_USER to be used in certain commands | Alvaro Herrera | 2015-03-09 | 1 | -1/+1 |
| * | Change many routines to return ObjectAddress rather than OID | Alvaro Herrera | 2015-03-03 | 1 | -1/+2 |
| * | ALTER TABLESPACE ... MOVE ... OWNED BY | Stephen Frost | 2014-01-23 | 1 | -0/+1 |
| * | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 | 1 | -4/+4 |
| * | Adjust more backend functions to return OID rather than void. | Robert Haas | 2012-12-29 | 1 | -3/+3 |
| * | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 | 1 | -1/+1 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane | 2009-11-18 | 1 | -1/+9 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -3/+3 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -3/+3 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -1/+3 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -12/+8 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -12/+1 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -3/+4 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -1/+3 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+3 |
| * | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 | 1 | -5/+5 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
| * | Authentication improvements: | Bruce Momjian | 2002-04-04 | 1 | -2/+10 |
| * | User and database-specific session defaults for run-time configuration | Peter Eisentraut | 2002-03-01 | 1 | -1/+2 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -2/+1 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -2/+1 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -2/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -1/+1 |
| * | * User management commands no longer user pg_exec_query_dest -> more robust | Peter Eisentraut | 2000-01-14 | 1 | -7/+7 |
| * | update_pg_pwd() is an AR trigger. Corrected return type. | Jan Wieck | 1999-12-21 | 1 | -1/+1 |
| * | Clean up some minor gcc warnings. | Tom Lane | 1999-12-20 | 1 | -0/+2 |
| * | Here's the Create/Alter/Drop Group stuff that's been really overdue. I | Bruce Momjian | 1999-12-16 | 1 | -0/+4 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -0/+3 |
| * | Here is a patch. | Bruce Momjian | 1999-03-16 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -1/+1 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -1/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -1/+1 |
| * | Missed a few files from Todd's patch...oops :) | Marc G. Fournier | 1997-12-04 | 1 | -0/+17 |