| Age | Commit message (Expand) | Author |
| 2005-10-06 | Minor API cleanup for async notifications: we can only register the | Neil Conway |
| 2005-10-03 | Separate out the VacRUsage stuff as an independent module, in preparation | Tom Lane |
| 2005-10-02 | Change nextval and other sequence functions to specify their sequence | Tom Lane |
| 2005-09-08 | Create the pg_pltemplate system catalog to hold template information | Tom Lane |
| 2005-08-23 | Add ALTER TABLE ENABLE/DISABLE TRIGGER commands. Change pg_dump to | Tom Lane |
| 2005-08-04 | ALTER TABLE OWNER must change the ownership of the table's rowtype too. | 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-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-08 | Remove some dead code for handling XLOG_DBASE_CREATE_OLD and | Neil Conway |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | 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-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-07 | Add a function lastval(), which returns the value returned by the | Neil Conway |
| 2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
| 2005-05-30 | When enqueueing after-row triggers for updates of a table with a foreign | Neil Conway |
| 2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-03-25 | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane |
| 2005-03-23 | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane |
| 2005-03-14 | Allow ALTER FUNCTION to change a function's strictness, volatility, and | Neil Conway |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-02 | Add support for temporary views, including documentation and regression | Neil Conway |
| 2005-01-27 | Generalize TRUNCATE to support truncating multiple tables in one | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-11-05 | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane |
| 2004-10-30 | I found a corner case in which it is possible for RI_FKey_check's call | Tom Lane |
| 2004-10-17 | Give a more user-friendly error message in situation where CREATE DATABASE | Tom Lane |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-08-30 | Another pgindent run with lib typedefs added. | Bruce Momjian |
| 2004-08-29 | Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-17 | Add DLLIMPORT for PostGIS. | Bruce Momjian |
| 2004-08-02 | Allow DECLARE CURSOR to take parameters from the portal in which it is | Tom Lane |
| 2004-07-28 | Fix subtransaction behavior for large objects, temp namespace, files, | Tom Lane |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-11 | ALTER TABLE SET TABLESPACE. Gavin Sherry, some rework by Tom Lane. | Tom Lane |
| 2004-07-11 | Move TablespaceCreateDbspace() call into smgrcreate(), which is where it | Tom Lane |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-25 | Support renaming of tablespaces, and changing the owners of | Tom Lane |
| 2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
| 2004-06-10 | Clean up generation of default names for constraints, indexes, and serial | Tom Lane |
| 2004-06-03 | Adjust our timezone library to use pg_time_t (typedef'd as int64) in | Tom Lane |