Age | Commit message (Expand) | Author |
2007-05-02 | During WAL recovery, when reading a page that we intend to overwrite completely | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
2006-04-14 | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane |
2006-03-31 | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane |
2006-03-29 | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-06-06 | Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. | Tom Lane |
2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
2005-01-10 | Phase 1 of fix for 'SMgrRelation hashtable corrupted' problem. This | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-07-21 | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane |
2004-06-18 | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane |
2004-02-11 | Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, to | Tom Lane |
2004-02-10 | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane |
2003-12-14 | I posted some bufmgr cleanup a few weeks ago, but it conflicted with | Neil Conway |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
2002-03-31 | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-05 | Further cleanup of dynahash.c API, in pursuit of portability and | Tom Lane |
2001-10-01 | Another round of cleanups for dynahash.c (maybe it's finally clean of | Tom Lane |
2001-08-25 | Replace implementation of pg_log as a relation accessed through the | Tom Lane |
2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
2001-06-29 | Further work on connecting the free space map (which is still just a | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-03-13 | XLOG (and related) changes: | Tom Lane |
2001-02-22 | Avoid 'FATAL: out of free buffers: time to abort !" error | Hiroshi Inoue |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2001-01-02 | Clean up non-reentrant interface for hash_seq/HashTableWalk, so that | Tom Lane |
2000-11-30 | No more #ifdef XLOG. | Vadim B. Mikheev |
2000-11-21 | Put external declarations into header files. | Peter Eisentraut |
2000-11-20 | Include postgres.h before checking #ifdef XLOG. | Peter Eisentraut |
2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
2000-10-31 | Fix recovery cache code (thanks to Peter Eisentraut for | Vadim B. Mikheev |
2000-10-28 | WAL | Vadim B. Mikheev |
2000-10-24 | WAL misc | Vadim B. Mikheev |
2000-10-21 | WAL | Vadim B. Mikheev |
2000-10-20 | redo/undo support functions and cleanups. | Vadim B. Mikheev |
2000-10-13 | Various utils for WAL | Vadim B. Mikheev |