| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -16/+16 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
| * | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane | 2006-06-20 | 1 | -2/+2 |
| * | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane | 2006-05-04 | 1 | -37/+31 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 1 | -1/+7 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 1 | -4/+17 |
| * | Allow CREATE/ALTER ROLE PASSWORD NULL to allow restoring the default state | Peter Eisentraut | 2005-12-23 | 1 | -4/+11 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -12/+12 |
| * | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 | 1 | -1/+62 |
| * | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 | 1 | -3/+4 |
| * | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -2/+2 |
| * | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 | 1 | -5/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -88/+86 |
| * | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 | 1 | -1/+33 |
| * | Minor correction: cause ALTER ROLE role ROLE rolenames to behave | Tom Lane | 2005-07-26 | 1 | -1/+5 |
| * | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 | 1 | -5/+49 |
| * | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 | 1 | -6/+23 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -40/+14 |
| * | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 | 1 | -157/+297 |
| * | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 | 1 | -1/+9 |
| * | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 | 1 | -47/+49 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -752/+583 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -16/+19 |
| * | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -3/+3 |
| * | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 | 1 | -490/+2 |
| * | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 | 1 | -5/+5 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 | 1 | -5/+5 |
| * | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 | 1 | -35/+38 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -14/+14 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 | 1 | -22/+71 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -23/+23 |
| * | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian | 2004-05-06 | 1 | -13/+42 |
| * | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 | 1 | -33/+1 |
| * | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 | 1 | -6/+6 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian | 2004-02-02 | 1 | -3/+3 |
| * | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 | 1 | -2/+34 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -9/+7 |
| * | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 | 1 | -3/+3 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 | 1 | -5/+5 |
| * | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 | 1 | -4/+5 |
| * | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut | 2003-10-02 | 1 | -3/+3 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -11/+11 |