aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Tweak error message.Tom Lane2001-06-21
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-06
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-03
* Remove SEP_CHAR, replace with / or '/' as appropriate.Bruce Momjian2001-05-30
* I found the answer to this: the partition had filled up, and so the problemBruce Momjian2001-05-22
* Fix comment that Vadim found confusing.Tom Lane2001-04-05
* StartupXLOG(): initialize XLogCtl->Insert to new page if there isVadim B. Mikheev2001-04-05
* 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
* Make sure ControlFile logId/logSeg don't go backwards (barely possible given aTom Lane2001-03-18
* Rearrange XLogFileInit so that control-file spinlock is not held while fillingTom Lane2001-03-17
* Support syncing WAL log to disk using either fsync(), fdatasync(),Tom Lane2001-03-16
* Use SEP_CHAR consistently in forming XLOG pathnames.Tom Lane2001-03-14
* 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
* Change s_lock to not use any zero-delay select() calls; these are just aTom Lane2001-02-18
* Comments about GetFreeXLBuffer().Vadim B. Mikheev2001-02-13
* Removed abort() in XLogFileOpen.Vadim B. Mikheev2001-02-13
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* 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
* 1. Checkpoint.undo may be after checkpoint itself:Vadim B. Mikheev2001-01-09
* Fixed misprint in heap update WALoging.Vadim B. Mikheev2000-12-30
* Fix failure in CreateCheckPoint on some Alpha boxes --- it's not OK toTom Lane2000-12-29
* New WAL version - CRC and data blocks backup.Vadim B. Mikheev2000-12-28
* >> Here is a patch for the beos port (All regression tests are OK).Bruce Momjian2000-12-18
* Clean up backend-exit-time cleanup behavior. Use on_shmem_exit callbacksTom Lane2000-12-18
* Remove elog for online log files.Vadim B. Mikheev2000-12-11
* elog(LOG)-->elog(DEBUG) for skipped logs.Vadim B. Mikheev2000-12-11
* Resurrect -F switch: it controls fsyncs again, though the fsyncs areTom Lane2000-12-08
* Disable elog(ERROR|FATAL) in signal handlers inVadim B. Mikheev2000-12-03
* No more #ifdef XLOG.Vadim B. Mikheev2000-11-30
* XLOG stuff for sequences.Vadim B. Mikheev2000-11-30
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-28
* Check for link(2) failure.Tom Lane2000-11-27
* Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;Tom Lane2000-11-25
* Refine log/error messages. Print out the errno message, not the number.Peter Eisentraut2000-11-21
* Put external declarations into header files.Peter Eisentraut2000-11-21
* miscVadim B. Mikheev2000-11-21
* Fix OID bootstraping.Vadim B. Mikheev2000-11-21
* Init ShmemVariableCache in BootStrapXLOG()Vadim B. Mikheev2000-11-21
* Compile WAL by default.Vadim B. Mikheev2000-11-20
* That variable I removed broke XLOG, that part of the deltaBruce Momjian2000-11-16
* Make pgsql compile on FreeBSD-alpha.Bruce Momjian2000-11-16
* Auto checkpoint creation.Vadim B. Mikheev2000-11-09
* New CHECKPOINT command.Vadim B. Mikheev2000-11-05
* pg_variable is not used in WAL version now.Vadim B. Mikheev2000-11-03
* WALVadim B. Mikheev2000-10-28
* WAL miscVadim B. Mikheev2000-10-24