| Age | Commit message (Expand) | Author |
| 2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |
| 2005-07-29 | Update O_DIRECT comment. | Bruce Momjian |
| 2005-07-29 | Use O_DIRECT if available when using O_SYNC for wal_sync_method. | Bruce Momjian |
| 2005-07-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-07-23 | Remove unintended code addition. | Bruce Momjian |
| 2005-07-23 | Macro alignment cleanup. | Bruce Momjian |
| 2005-07-13 | Fix a couple of bogus comments, per Alvaro. | Tom Lane |
| 2005-07-08 | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane |
| 2005-07-06 | Add pg_column_size() to return storage size of a column, including | Bruce Momjian |
| 2005-07-05 | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian |
| 2005-07-04 | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane |
| 2005-07-01 | Migrate rtree_gist functionality into the core system, and add some | Tom Lane |
| 2005-07-01 | Improve error messages and add comment | Teodor Sigaev |
| 2005-06-30 | Bug fixes for GiST crash recovery. | Teodor Sigaev |
| 2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane |
| 2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
| 2005-06-29 | Cleanup, remove unneeded pallocs | Teodor Sigaev |
| 2005-06-28 | Code cleanup. gistfillbuffer accepts InvalidOffsetNumber. | Teodor Sigaev |
| 2005-06-28 | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane |
| 2005-06-27 | Concurrency for GiST | Teodor Sigaev |
| 2005-06-24 | Extend r-tree operator classes to handle Y-direction tests equivalent | Tom Lane |
| 2005-06-24 | Fix rtree and contrib/rtree_gist search behavior for the 1-D box and | Tom Lane |
| 2005-06-22 | Fix the mechanism for reporting the original table OID and column number | Tom Lane |
| 2005-06-20 | Avoid WAL-logging individual tuple insertions during CREATE TABLE AS | Tom Lane |
| 2005-06-20 | fix founded hole in recovery after crash, add vacuum_delay_point() | Teodor Sigaev |
| 2005-06-20 | 1. full functional WAL for GiST | Teodor Sigaev |
| 2005-06-19 | Avoid unnecessary palloc overhead in _bt_first(). The temporary | Tom Lane |
| 2005-06-19 | Need #include <time.h> on some platforms. | Tom Lane |
| 2005-06-19 | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane |
| 2005-06-19 | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane |
| 2005-06-18 | Add a time-of-preparation column to the pg_prepared_xacts view, per an | Tom Lane |
| 2005-06-18 | Dept. of second thoughts: regular COMMIT deletes deletable files before | Tom Lane |
| 2005-06-17 | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane |
| 2005-06-15 | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian |
| 2005-06-14 | WAL for GiST. It work for online backup and so on, but on | Teodor Sigaev |
| 2005-06-13 | Change the planner to allow indexscan qualification clauses to use | Tom Lane |
| 2005-06-09 | Free buffer allocated via malloc (process is short-lived, but fix it anyway). | Bruce Momjian |
| 2005-06-09 | Add missing #include -- mea culpa. | Tom Lane |
| 2005-06-09 | Put a critical section around update of hash index metapage. Per | Tom Lane |
| 2005-06-08 | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane |
| 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-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
| 2005-05-31 | Add test to WAL replay to verify that xl_prev points back to the previous | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-05-27 | Arrange to cache fmgr lookup information for an index's access method | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-20 | Add support for wal_fsync_writethrough for Darwin, and restructure the | Bruce Momjian |
| 2005-05-19 | Make a comment pgindent-proof, per suggestion from Alvaro. | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |