summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-301-9/+8
* I found the answer to this: the partition had filled up, and so the problemBruce Momjian2001-05-221-2/+2
* Fix comment that Vadim found confusing.Tom Lane2001-04-051-5/+4
* StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev2001-04-051-14/+44
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-300/+343
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-46/+3
* Make sure ControlFile logId/logSeg don't go backwards (barely possible given aTom Lane2001-03-181-3/+4
* Rearrange XLogFileInit so that control-file spinlock is not held while fillingTom Lane2001-03-171-75/+117
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-161-26/+205
* Use SEP_CHAR consistently in forming XLOG pathnames.Tom Lane2001-03-141-3/+4
* Change xlog page-header format to include StartUpID. Use the SUI toTom Lane2001-03-131-13/+54
* XLOG (and related) changes:Tom Lane2001-03-131-1058/+1515
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-3/+1
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-181-27/+47
* Comments about GetFreeXLBuffer().Vadim B. Mikheev2001-02-131-1/+18
* Removed abort() in XLogFileOpen.Vadim B. Mikheev2001-02-131-2/+1
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* 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-12/+12
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-091-26/+82
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-301-3/+18
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-291-55/+27
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-281-140/+415
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-181-1/+5
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-181-6/+6
* Remove elog for online log files.Vadim B. Mikheev2000-12-111-2/+1
* elog(LOG)-->elog(DEBUG) for skipped logs.Vadim B. Mikheev2000-12-111-2/+2
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-081-9/+9
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-031-7/+19
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-301-33/+1
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-301-15/+25
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-9/+1
* Check for link(2) failure.Tom Lane2000-11-271-2/+6
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-251-60/+199
* Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut2000-11-211-90/+91
* Put external declarations into header files.Peter Eisentraut2000-11-211-22/+6
* miscVadim B. Mikheev2000-11-211-2/+3
* Fix OID bootstraping.Vadim B. Mikheev2000-11-211-6/+5
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-211-1/+5
* Compile WAL by default.Vadim B. Mikheev2000-11-201-2/+2
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-161-1/+2
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-161-2/+1
* Auto checkpoint creation.Vadim B. Mikheev2000-11-091-5/+10
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-22/+185
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-031-5/+32
* WALVadim B. Mikheev2000-10-281-27/+56
* WAL miscVadim B. Mikheev2000-10-241-25/+23
* New relcache hash table with RelFileNode as key to be usedVadim B. Mikheev2000-10-231-2/+5
* WALVadim B. Mikheev2000-10-211-32/+149
* redo/undo support functions and cleanups.Vadim B. Mikheev2000-10-201-12/+2