summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-101-4/+31
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-251-1/+8
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-181-2/+2
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-211-11/+47
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-251-5/+3
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-081-2/+1
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-021-3/+2
* Change order of operations during XLogFlush so that we try to includeTom Lane2002-10-071-18/+23
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-11/+14
* pgindent run.Bruce Momjian2002-09-041-38/+37
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Remove code that suggested increasing wal_files.Bruce Momjian2002-09-011-5/+1
* Complete TODO item:Bruce Momjian2002-08-301-18/+6
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-171-22/+3
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-5/+13
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-051-7/+9
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-041-3/+20
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-3/+3
* The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian2002-06-071-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-29/+10
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-091-15/+1
* xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian2002-04-241-2/+2
* Add fields in the control file to check for whether the backend wasThomas G. Lockhart2002-04-211-5/+52
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-031-21/+1
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-151-25/+61
* Change made to elog:Bruce Momjian2002-03-061-6/+6
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-64/+64
* Add better error text:Bruce Momjian2002-02-181-2/+2
* Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane2002-01-141-5/+30
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-27/+51
* Fix mispeling ...Tom Lane2001-12-231-2/+2
* Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane2001-12-191-3/+18
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-2/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-51/+43
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-177/+148
* Remove useless test for time field in pg_control being > 0. We don'tTom Lane2001-09-261-2/+1
* Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane2001-09-061-23/+28
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-5/+15
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-7/+15
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-3/+1
* Suppress gcc warning in USE_LOCALE case.Tom Lane2001-07-221-1/+2
* Arrange to recycle old XLOG log segment files as new segment files,Tom Lane2001-07-191-70/+190
* Tweak error message.Tom Lane2001-06-211-2/+2
* Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane2001-06-061-5/+38
* Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut2001-06-031-99/+136
* 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