| Age | Commit message (Expand) | Author |
| 2005-10-03 | COPY's test for read-only transaction was backward; it prohibited COPY TO | Tom Lane |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-10-03 | Preserve tuple OIDs during ATRewriteTable. Per gripe from Duncan Crombie. | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings. | Tom Lane |
| 2005-09-22 | Take exclusive buffer lock in scan_heap() to eliminate some corner cases | Tom Lane |
| 2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-09-05 | Implement a preliminary 'template' facility for procedural languages, | Tom Lane |
| 2005-09-02 | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane |
| 2005-09-01 | Fix unportable uses of <ctype.h> functions. Per Sergey Koposov. | Tom Lane |
| 2005-08-30 | DropTableSpace forgot to remove dependency on tablespace's owner. | Tom Lane |
| 2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
| 2005-08-24 | Fix ExecBRDeleteTriggers so that deletion is not suppressed when delete | Tom Lane |
| 2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
| 2005-08-23 | Fix wrong dependency on owner created by ALTER OPCLASS OWNER. | Tom Lane |
| 2005-08-22 | Cause ALTER INDEX OWNER to generate a warning and do nothing, rather than | Tom Lane |
| 2005-08-22 | Fix unwanted denial of ALTER OWNER rights to superusers. There was some | Tom Lane |
| 2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
| 2005-08-20 | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-08 | Fix crash when reading 'timezone = unknown' from postgresql.conf during | Tom Lane |
| 2005-08-06 | COPY performance improvements. Avoid calling CopyGetData for each input | Tom Lane |
| 2005-08-04 | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | Tom Lane |
| 2005-08-02 | Clean up CREATE DATABASE processing to make it more robust and get rid | Tom Lane |
| 2005-08-01 | Add NOWAIT option to SELECT FOR UPDATE/SHARE. | Tom Lane |
| 2005-08-01 | Add ALTER object SET SCHEMA capability for a limited but useful set of | Tom Lane |
| 2005-07-31 | Add per-user and per-database connection limit options. | Tom Lane |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 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 |