summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2003-06-26Add comment pointing out that XLByteToPrevSeg macro is not broken.Tom Lane
2003-05-22Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane
2003-05-10Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane
2003-04-25In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-02-21Make btree index structure adjustments and WAL logging changes needed toTom Lane
2003-01-25Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane
2002-11-08This patch removes a bunch of superfluous #include directives: ifBruce Momjian
2002-11-02Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane
2002-10-07Change order of operations during XLogFlush so that we try to includeTom Lane
2002-09-26Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-01Remove code that suggested increasing wal_files.Bruce Momjian
2002-08-30Complete TODO item:Bruce Momjian
2002-08-17Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian
2002-08-06Restructure local-buffer handling per recent pghackers discussion.Tom Lane
2002-08-05Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart
2002-08-04Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-11Katherine Ward wrote:Jan Wieck
2002-06-07The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-09Make initdb print a message about which locale it is about to use.Peter Eisentraut
2002-04-24xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian
2002-04-21Add fields in the control file to check for whether the backend wasThomas G. Lockhart
2002-04-03Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut
2002-03-15Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane
2002-03-06Change made to elog:Bruce Momjian
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-02-18Add better error text:Bruce Momjian
2002-01-14Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane
2001-12-28Ensure that all direct uses of spinlock-protected data structures useTom Lane
2001-12-23Fix mispeling ...Tom Lane
2001-12-19Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Merge three existing ways of signaling postmaster from child processes,Tom Lane
2001-10-28Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-29Implement new 'lightweight lock manager' that's intermediate betweenTom Lane
2001-09-26Remove useless test for time field in pg_control being > 0. We don'tTom Lane
2001-09-06Add some debugging details to some of the elog(STOP) conditions for WAL.Tom Lane
2001-08-25Replace implementation of pg_log as a relation accessed through theTom Lane
2001-08-23Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane
2001-08-10Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane
2001-07-22Suppress gcc warning in USE_LOCALE case.Tom Lane
2001-07-19Arrange to recycle old XLOG log segment files as new segment files,Tom Lane
2001-06-21Tweak error message.Tom Lane
2001-06-06Adjust WAL code so that checkpoints truncate the xlog at the previousTom Lane
2001-06-03Mark many strings in backend not covered by elog for translation. Also,Peter Eisentraut