| Age | Commit message (Expand) | Author |
| 2005-03-07 | Adjust creation/destruction of TupleDesc data structure to reduce the | Tom Lane |
| 2005-02-20 | Remove some no-longer-needed kluges for bootstrapping, in particular | Tom Lane |
| 2005-02-20 | Add code to prevent transaction ID wraparound by enforcing a safe limit | Tom Lane |
| 2005-02-12 | Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested | Bruce Momjian |
| 2005-02-05 | Marginal hack to merge adjacent ReleaseBuffer/ReadBuffer calls into | Tom Lane |
| 2005-01-27 | Change heap_modifytuple() to require a TupleDesc rather than a | Neil Conway |
| 2005-01-24 | Fix memory leak in rtdosplit, per report from Clive Page. | Tom Lane |
| 2005-01-18 | This patch makes some improvements to the rtree index implementation: | Neil Conway |
| 2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
| 2004-12-22 | Awhile back I added some code to StartupCLOG() to forcibly zero out | Tom Lane |
| 2004-12-17 | Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments can | Tom Lane |
| 2004-12-15 | Calculation of keys_are_unique flag was wrong for cases involving | Tom Lane |
| 2004-12-01 | Change planner to use the current true disk file size as its estimate of | Tom Lane |
| 2004-11-17 | Minor adjustment of message style. | Tom Lane |
| 2004-11-17 | Micro-optimization of markpos() and restrpos() in btree and hash indexes. | Neil Conway |
| 2004-11-17 | Don't allow pg_start_backup() to be invoked if archive_command has not | Neil Conway |
| 2004-11-14 | There is no need for ReadBuffer() call sites to check that the returned | Neil Conway |
| 2004-11-11 | Remove obsolete comment from btbuild() and hashbuild(): we no longer use | Neil Conway |
| 2004-11-05 | Small message clarifications | Peter Eisentraut |
| 2004-10-30 | Change COMMIT back to the old behavior of emitting command tag COMMIT, | Tom Lane |
| 2004-10-29 | Rearrange order of pre-commit operations: must close cursors before doing | Tom Lane |
| 2004-10-29 | Add DEBUG1-level logging of checkpoint start and end. Also, reduce the | Tom Lane |
| 2004-10-26 | Make heap_fetch API more consistent by having the buffer remain pinned | Tom Lane |
| 2004-10-20 | Allow functions returning void or cstring to appear in FROM clause, | Tom Lane |
| 2004-10-16 | Give the ResourceOwner mechanism full responsibility for releasing buffer | Tom Lane |
| 2004-10-15 | Repair possible failure to update hint bits back to disk, per | Tom Lane |
| 2004-10-14 | Add 'int' cast for getpid() because some Solaris releases return long | Bruce Momjian |
| 2004-10-12 | Message style revisions | Peter Eisentraut |
| 2004-10-09 | Make getpid() use %d consistently for printing. | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-10-04 | PortalRun must guard against the possibility that the portal it's | Tom Lane |
| 2004-10-01 | Code review for NOWAIT patch: downgrade NOWAIT from fully reserved keyword | Tom Lane |
| 2004-09-30 | Adjust index locking rules as per my proposal of earlier today. You | Tom Lane |
| 2004-09-27 | Code cleanup: don't bother casting the argument to pfree() to void * | Neil Conway |
| 2004-09-17 | Now that xmax and cmin are distinct fields again, we should zero xmax when | Tom Lane |
| 2004-09-16 | Add some marginal tweaks to eliminate memory leakages associated with | Tom Lane |
| 2004-09-16 | RecentXmin is too recent to use as the cutoff point for accessing | Tom Lane |
| 2004-09-16 | Restructure subtransaction handling to reduce resource consumption, | Tom Lane |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-09-11 | Renumber SnapshotNow and the other special snapshot codes so that | Tom Lane |
| 2004-09-10 | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane |
| 2004-09-06 | Fix incorrect ordering of smgr cleanup relative to buffer pin cleanup | Tom Lane |
| 2004-09-06 | Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog, | Tom Lane |
| 2004-08-30 | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane |
| 2004-08-30 | Fix failure to advance nextXID beyond subtransactions whose XIDs appear | 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 | Widen xl_len field of XLogRecord header to 32 bits, so that we'll have | Tom Lane |