Age | Commit message (Expand) | Author |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-03 | Fix silly typo in previous commit. | Alvaro Herrera |
2008-11-03 | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera |
2008-10-20 | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera |
2008-08-01 | Add a few more DTrace probes to the backend. | Alvaro Herrera |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
2007-08-01 | Support an optional asynchronous commit mode, in which we don't flush WAL | Tom Lane |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-03-24 | Arrange to emit a description of the current XLOG record as error context | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-12-06 | Get rid of slru.c's hardwired insistence on a fixed number of slots per | Tom Lane |
2005-12-06 | Arrange for read-only accesses to SLRU page buffers to take only a shared | Tom Lane |
2005-11-05 | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
2005-06-30 | Improve the checkpoint signaling mechanism so that the bgwriter can tell | 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 |
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-08-30 | Ensure that the remainder of the current pg_clog page is zeroed during | Tom Lane |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-08-23 | Rearrange pg_subtrans handling as per recent discussion. pg_subtrans | Tom Lane |
2004-07-03 | Fix no-longer-correct bit-pushing in TransactionIdSetStatus, per Alvaro. | Tom Lane |
2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
2004-05-31 | Per previous discussions, get rid of use of sync(2) in favor of | Tom Lane |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-06-11 | This patch extracts page buffer pooling and the simple | Bruce Momjian |
2003-05-03 | Handle clog structure in shared memory in exec() case, for Win32. | Bruce Momjian |
2003-05-02 | Back out last commit --- wrong patch. | Bruce Momjian |
2003-05-02 | Dump/read non-default GUC values for use by exec'ed backends, for Win32. | Bruce Momjian |
2003-04-14 | Reorganize clog's error reporting so that PANIC on clog I/O error can | Tom Lane |
2002-09-26 | Ensure that before truncating CLOG, we force a checkpoint even if no | Tom Lane |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-03-02 | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | Fix a couple of places where lack of parenthesization of a cast | Tom Lane |