| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -10/+84 |
* | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 | 1 | -14/+107 |
* | Make recovery from WAL be restartable, by executing a checkpoint-like | Tom Lane | 2006-08-07 | 1 | -56/+149 |
* | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 | 1 | -48/+393 |
* | Modify snapshot definition so that lazy vacuums are ignored by other | Alvaro Herrera | 2006-07-30 | 1 | -2/+2 |
* | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -6/+1 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -1/+2 |
* | Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrect | Tom Lane | 2006-06-27 | 1 | -2/+14 |
* | pg_stop_backup was calling XLogArchiveNotify() twice for the newly created | Tom Lane | 2006-06-22 | 1 | -33/+28 |
* | Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration | Tom Lane | 2006-06-18 | 1 | -5/+7 |
* | Test for POSIX_FADV_DONTNEED to use posix_fadvise(). | Bruce Momjian | 2006-06-16 | 1 | -2/+2 |
* | Use posix_fadvise() to avoid kernel caching of WAL contents on WAL file | Bruce Momjian | 2006-06-15 | 1 | -25/+33 |
* | Ensure that we validate the page header of the first page of a WAL file | Tom Lane | 2006-04-20 | 1 | -2/+29 |
* | Fix the torn-page hazard for PITR base backups by forcing full page writes | Tom Lane | 2006-04-17 | 1 | -78/+156 |
* | Make the world safe for full_page_writes. Allow XLOG records that try to | Tom Lane | 2006-04-14 | 1 | -2/+9 |
* | Add a field to the first page of each WAL file to indicate the | Tom Lane | 2006-04-05 | 1 | -1/+10 |
* | Don't use BLCKSZ for the physical length of the pg_control file, but | Tom Lane | 2006-04-04 | 1 | -12/+11 |
* | Define a separately configurable XLOG_BLCKSZ symbol for the page size | Tom Lane | 2006-04-03 | 1 | -46/+55 |
* | Clean up WAL/buffer interactions as per my recent proposal. Get rid of the | Tom Lane | 2006-03-31 | 1 | -3/+3 |
* | Clean up and document the API for XLogOpenRelation and XLogReadBuffer. | Tom Lane | 2006-03-29 | 1 | -38/+26 |
* | Disable full_page_writes, because turning it off risks causing crash-recovery | Tom Lane | 2006-03-28 | 1 | -3/+2 |
* | Arrange to emit a description of the current XLOG record as error context | Tom Lane | 2006-03-24 | 1 | -24/+62 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
* | Cosmetic code cleanup: fix a bunch of places that used "return (expr);" | Neil Conway | 2006-01-11 | 1 | -5/+5 |
* | Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinction | Tom Lane | 2005-12-29 | 1 | -15/+15 |
* | Arrange to set the LC_XXX environment variables to match our locale | Tom Lane | 2005-12-28 | 1 | -3/+4 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -57/+57 |
* | Message corrections | Peter Eisentraut | 2005-10-29 | 1 | -3/+3 |
* | Make code for selecting default WAL sync method less confusing. | Tom Lane | 2005-10-22 | 1 | -6/+6 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -578/+551 |
* | Expand pg_control information so that we can verify that the database | Tom Lane | 2005-10-03 | 1 | -1/+17 |
* | Rewrite gather-write patch into something less obviously bolted on | Tom Lane | 2005-08-22 | 1 | -123/+142 |
* | Fix some inconsistent choices of datatypes in xlog.c. Make buffer | Tom Lane | 2005-08-22 | 1 | -32/+34 |
* | Convert the arithmetic for shared memory size calculation from 'int' | Tom Lane | 2005-08-20 | 1 | -54/+42 |
* | Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost | Tom Lane | 2005-08-11 | 1 | -2/+8 |
* | Fix compile for no O_SYNC, but introduced with O_DIRECT. | Bruce Momjian | 2005-07-30 | 1 | -8/+9 |
* | Clean up a number of autovacuum loose ends. Make the stats collector | Tom Lane | 2005-07-29 | 1 | -1/+31 |
* | Update O_DIRECT comment. | Bruce Momjian | 2005-07-29 | 1 | -1/+3 |
* | Use O_DIRECT if available when using O_SYNC for wal_sync_method. | Bruce Momjian | 2005-07-29 | 1 | -48/+149 |
* | Remove unintended code addition. | Bruce Momjian | 2005-07-23 | 1 | -10/+1 |
* | Macro alignment cleanup. | Bruce Momjian | 2005-07-23 | 1 | -17/+26 |
* | Even though I'd like to see full_page_writes go away before 8.1, | Tom Lane | 2005-07-08 | 1 | -5/+4 |
* | Add GUC full_page_writes to control writing full pages to WAL. | Bruce Momjian | 2005-07-05 | 1 | -2/+5 |
* | Arrange for the postmaster (and standalone backends, initdb, etc) to | Tom Lane | 2005-07-04 | 1 | -84/+66 |
* | Improve the checkpoint signaling mechanism so that the bgwriter can tell | Tom Lane | 2005-06-30 | 1 | -3/+3 |
* | Clean up the rather historically encumbered interface to now() and | Tom Lane | 2005-06-29 | 1 | -1/+2 |
* | Simplify uses of readdir() by creating a function ReadDir() that | Tom Lane | 2005-06-19 | 1 | -33/+3 |
* | Arrange to fsync two-phase-commit state files only during checkpoints; | Tom Lane | 2005-06-19 | 1 | -1/+3 |
* | Two-phase commit. Original patch by Heikki Linnakangas, with additional | Tom Lane | 2005-06-17 | 1 | -81/+11 |
* | Remove old *.backup files when we do pg_stop_backup(). This | Bruce Momjian | 2005-06-15 | 1 | -1/+59 |