aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAge
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-15
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-26
* pgindent run.Bruce Momjian2002-09-04
* Complete TODO item:Bruce Momjian2002-08-30
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-05
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-25
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-19
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-18
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-13
* XLOG (and related) changes:Tom Lane2001-03-13
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-26
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-14
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-12
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Put external declarations into header files.Peter Eisentraut2000-11-21
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* WALVadim B. Mikheev2000-10-28
* WALVadim B. Mikheev2000-10-21
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-20
* miscVadim B. Mikheev2000-07-04
* heap' loggingVadim B. Mikheev2000-07-03
* heap' xlog recordsVadim B. Mikheev2000-06-02
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Transaction log manager core code.Vadim B. Mikheev1999-09-27