| Age | Commit message (Expand) | Author |
| 2005-07-26 | 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-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-20 | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian |
| 2005-07-14 | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-10 | Change typreceive function API so that receive functions get the same | Tom Lane |
| 2005-07-08 | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway |
| 2005-07-07 | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane |
| 2005-06-29 | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane |
| 2005-06-28 | 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-25 | Force a checkpoint before committing a CREATE DATABASE command. This | Tom Lane |
| 2005-06-22 | Make REINDEX DATABASE do what one would expect, namely reindex all indexes | Tom Lane |
| 2005-06-22 | Fix the mechanism for reporting the original table OID and column number | Tom Lane |
| 2005-06-21 | Cause initdb to create a third standard database "postgres", which | Tom Lane |
| 2005-06-21 | Trivial dead code removal: in CreateSchemaCommand(), 'owner_name' is | Neil Conway |
| 2005-06-21 | Trivial dead code removal: in makeObjectName(), name1 must be non-NULL | Neil Conway |
| 2005-06-19 | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-14 | Simplify shared-memory lock data structures as per recent discussion: | Tom Lane |
| 2005-06-09 | Fix assign_datestyle() so that it doesn't misleadingly complain about | Tom Lane |
| 2005-06-07 | Add a function lastval(), which returns the value returned by the | Neil Conway |
| 2005-06-06 | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane |
| 2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
| 2005-06-05 | Code for SET/SHOW TIME ZONE with a fixed-interval timezone was not | Tom Lane |
| 2005-06-05 | Replace the parser's namespace tree (which formerly had the same | Tom Lane |
| 2005-06-04 | Remove unused 'printCost' field from ExplainState, and simplify the code | Neil Conway |
| 2005-06-03 | Revise handling of dropped columns in JOIN alias lists to avoid a | Tom Lane |
| 2005-06-02 | Add support for \x hex escapes in COPY. | Bruce Momjian |
| 2005-05-30 | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway |
| 2005-05-30 | Create separate ON INSERT and ON UPDATE triggers on tables with foreign | Neil Conway |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-27 | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway |
| 2005-05-24 | Log queries for client-side prepare/execute. Simon Riggs | Bruce Momjian |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
| 2005-05-07 | Repair very-low-probability race condition between relation extension | Tom Lane |
| 2005-05-07 | Add COPY WITH CVS HEADER to allow a heading line as the first line in | Bruce Momjian |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-06 | Convert some mulit-line comments in copy.c to single line, as appropriate. | Bruce Momjian |
| 2005-05-03 | Alter the signature for encoding conversion functions to declare the | Tom Lane |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |