summaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAgeFilesLines
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+2
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-1/+2
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-2/+3
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-27/+28
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-2/+1
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-161-1/+13
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-131-3/+9
* XLOG (and related) changes:Tom Lane2001-03-131-63/+108
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-1/+6
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-2/+1
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-2/+2
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-13/+39
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-2/+2
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-031-1/+2
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-301-1/+7
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-4/+2
* Put external declarations into header files.Peter Eisentraut2000-11-211-2/+19
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-0/+2
* WALVadim B. Mikheev2000-10-281-12/+2
* WALVadim B. Mikheev2000-10-211-0/+11
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-0/+12
* miscVadim B. Mikheev2000-07-041-1/+5
* heap' loggingVadim B. Mikheev2000-07-031-0/+7
* heap' xlog recordsVadim B. Mikheev2000-06-021-2/+8
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-21/+21
* Transaction log manager core code.Vadim B. Mikheev1999-09-271-0/+70