| Commit message (Expand) | Author | Age |
* | Clean up libpq's pollution of application namespace by renaming the | Tom Lane | 2005-10-17 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Add per-user and per-database connection limit options. | Tom Lane | 2005-07-31 |
* | Minor correction: cause ALTER ROLE role ROLE rolenames to behave | Tom Lane | 2005-07-26 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane | 2005-07-25 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 |
* | Fix up problems in write_auth_file and parsing of the auth file. | Tom Lane | 2005-06-28 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane | 2005-02-20 |
* | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway | 2005-01-27 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway | 2004-09-27 |
* | Restructure subtransaction handling to reduce resource consumption, | Tom Lane | 2004-09-16 |
* | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane | 2004-07-28 |
* | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 |
* | Erase MD5 user passwords when a user is renamed because the username is | Bruce Momjian | 2004-05-06 |
* | Remove double-rename used by Win32 on busy files. Not needed anymore. | Bruce Momjian | 2004-03-16 |
* | For application to HEAD, following community review. | Bruce Momjian | 2004-02-25 |
* | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 |
* | > src/backend/commands/user.c file has some parse error at repalloc(), | Bruce Momjian | 2004-02-02 |
* | Adjustments for Win32-specific rename code, and add include file. | Bruce Momjian | 2004-02-02 |
* | Adjust rename on Win32 to only link to temp name while holding lock, | Bruce Momjian | 2004-02-02 |
* | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 |
* | More janitorial work: remove the explicit casting of NULL literals to a | Neil Conway | 2004-01-07 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom Lane | 2003-11-12 |
* | Add operator strategy and comparison-value datatype fields to ScanKey. | Tom Lane | 2003-11-09 |
* | String fixes/improvements found by Alvaro Herrera | Peter Eisentraut | 2003-10-02 |
* | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 |
* | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 |
* | Remove warnings for operations that have no effect when executed repeatedly. | Peter Eisentraut | 2003-09-15 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |
* | pgindent run. | Bruce Momjian | 2003-08-04 |
* | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 |
* | A visit from the message-style police ... | Tom Lane | 2003-07-28 |
* | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 |
* | First bits of work on error message editing. | Tom Lane | 2003-07-18 |
* | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 |
* | Add binary I/O routines for a bunch more datatypes. Still a few to go, | Tom Lane | 2003-05-12 |
* | Get rid of last few unadorned 'permission denied' messages. | Tom Lane | 2003-01-27 |
* | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 |
* | Repair core dump when trying to delete an entry from an already-NULL | Tom Lane | 2002-12-02 |
* | Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least pretty | Tom Lane | 2002-10-21 |