summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Make some messages more consistentPeter Eisentraut2007-05-311-2/+2
* Downgrade some low-level startup messages to DEBUG1.Peter Eisentraut2007-05-311-6/+6
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-1/+31
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-201-1/+22
* Change the timestamps recorded in transaction commit/abort xlog recordsTom Lane2007-04-301-20/+22
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-031-13/+40
* Decouple the values of TOAST_TUPLE_THRESHOLD and TOAST_MAX_CHUNK_SIZE.Tom Lane2007-04-031-1/+11
* Remove undo information from pg_controldata --- never used.Bruce Momjian2007-03-031-11/+5
* Move fsync method macro defines into /include/access/xlogdefs.h so theyBruce Momjian2007-02-141-73/+2
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-3/+3
* Remove the xlog-centric "database system is ready" message and replace it withTom Lane2007-02-071-4/+1
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Remove the logId/logSeg fields from pg_control, because they are not neededTom Lane2006-12-081-58/+42
* Minor adjustments to make failures in startup/shutdown behave more cleanly.Tom Lane2006-11-301-10/+2
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-211-4/+21
* String fixPeter Eisentraut2006-11-161-2/+2
* Clean up some misleading references to %p being a full path, per Simon.Tom Lane2006-11-101-2/+2
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-081-2/+19
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-31/+1
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-181-1/+11
* Message style improvementsPeter Eisentraut2006-10-061-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-122/+122
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-10/+84
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-171-14/+107
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-071-56/+149
* Add support for forcing a switch to a new xlog file; cause such a switchTom Lane2006-08-061-48/+393
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-301-2/+2
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-6/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Put #ifdef NOT_USED around posix_fadvise call. We may want to resurrectTom Lane2006-06-271-2/+14
* pg_stop_backup was calling XLogArchiveNotify() twice for the newly createdTom Lane2006-06-221-33/+28
* Don't try to call posix_fadvise() unless <fcntl.h> supplies a declarationTom Lane2006-06-181-5/+7
* Test for POSIX_FADV_DONTNEED to use posix_fadvise().Bruce Momjian2006-06-161-2/+2
* Use posix_fadvise() to avoid kernel caching of WAL contents on WAL fileBruce Momjian2006-06-151-25/+33
* Ensure that we validate the page header of the first page of a WAL fileTom Lane2006-04-201-2/+29
* Fix the torn-page hazard for PITR base backups by forcing full page writesTom Lane2006-04-171-78/+156
* Make the world safe for full_page_writes. Allow XLOG records that try toTom Lane2006-04-141-2/+9
* Add a field to the first page of each WAL file to indicate theTom Lane2006-04-051-1/+10
* Don't use BLCKSZ for the physical length of the pg_control file, butTom Lane2006-04-041-12/+11
* Define a separately configurable XLOG_BLCKSZ symbol for the page sizeTom Lane2006-04-031-46/+55
* Clean up WAL/buffer interactions as per my recent proposal. Get rid of theTom Lane2006-03-311-3/+3
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-38/+26
* Disable full_page_writes, because turning it off risks causing crash-recoveryTom Lane2006-03-281-3/+2
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-24/+62
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Cosmetic code cleanup: fix a bunch of places that used "return (expr);"Neil Conway2006-01-111-5/+5
* Get rid of the SpinLockAcquire/SpinLockAcquire_NoHoldoff distinctionTom Lane2005-12-291-15/+15
* Arrange to set the LC_XXX environment variables to match our localeTom Lane2005-12-281-3/+4
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-57/+57