Age | Commit message (Expand) | Author |
2008-05-13 | Don't try to close negative file descriptors, since this can cause | Magnus Hagander |
2008-04-17 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane |
2007-08-04 | Suppress time zone name (%Z) when logging timestamps in xlog.c startup | Tom Lane |
2006-11-30 | Minor adjustments to make failures in startup/shutdown behave more cleanly. | Tom Lane |
2006-11-21 | On systems that have setsid(2) (which should be just about everything except | Tom Lane |
2006-11-16 | String fix | Peter Eisentraut |
2006-11-10 | Clean up some misleading references to %p being a full path, per Simon. | Tom Lane |
2006-11-08 | Change Windows rename and unlink substitutes so that they time out after | Tom Lane |
2006-11-05 | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane |
2006-10-18 | Add some code to CREATE DATABASE to check for pre-existing subdirectories | Tom Lane |
2006-10-06 | Message style improvements | Peter Eisentraut |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-21 | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane |
2006-08-17 | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane |
2006-08-07 | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane |
2006-08-06 | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane |
2006-07-30 | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-27 | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane |
2006-06-22 | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane |
2006-06-18 | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane |
2006-06-16 | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | Bruce Momjian |
2006-06-15 | Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file | Bruce Momjian |
2006-04-20 | Ensure that we validate the page header of the first page of a WAL file | Tom Lane |
2006-04-17 | Fix the torn-page hazard for PITR base backups by forcing full page writes | Tom Lane |
2006-04-14 | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane |
2006-04-05 | Add a field to the first page of each WAL file to indicate the | Tom Lane |
2006-04-04 | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane |
2006-04-03 | Define a separately configurable XLOG_BLCKSZ symbol for the page size | 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-28 | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane |
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 |
2006-01-11 | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway |
2005-12-29 | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane |
2005-12-28 | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-29 | Message corrections | Peter Eisentraut |
2005-10-22 | Make code for selecting default WAL sync method less confusing. | Tom Lane |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-03 | Expand pg_control information so that we can verify that the database | Tom Lane |
2005-08-22 | Rewrite gather-write patch into something less obviously bolted on | Tom Lane |
2005-08-22 | Fix some inconsistent choices of datatypes in xlog.c. Make buffer | Tom Lane |
2005-08-20 | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane |
2005-08-11 | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane |
2005-07-30 | Fix compile for no O_SYNC, but introduced with O_DIRECT. | Bruce Momjian |
2005-07-29 | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane |