aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Fix typo in message.Tom Lane2003-09-27
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-26
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* A visit from the message-style police ...Tom Lane2003-07-28
* Error message editing in backend/access.Tom Lane2003-07-21
* Repair boundary-case bug introduced by patch of two months ago thatTom Lane2003-07-17
* Add comment pointing out that XLByteToPrevSeg macro is not broken.Tom Lane2003-06-26
* Repair sometimes-incorrect computation of StartUpID after a crash, perTom Lane2003-05-22
* Adjust CreateCheckpoint so that buffer dumping activities and cleanup ofTom Lane2003-05-10
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-25
* Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian2003-04-18
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-21
* Use stat(2) to probe for existing xlog segments in InstallXLogFileSegment,Tom Lane2003-01-25
* This patch removes a bunch of superfluous #include directives: ifBruce Momjian2002-11-08
* Clean up a few fprintf(stderr)'s that should be elog's.Tom Lane2002-11-02
* Change order of operations during XLogFlush so that we try to includeTom Lane2002-10-07
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-26
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Remove code that suggested increasing wal_files.Bruce Momjian2002-09-01
* Complete TODO item:Bruce Momjian2002-08-30
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-17
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-06
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-05
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-04
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* The attached patch fixes a problem with InstallXLogFileSegment()'s useBruce Momjian2002-06-07
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Make initdb print a message about which locale it is about to use.Peter Eisentraut2002-05-09
* xlog.c: If possible please add the following patch to better support NetWare.Bruce Momjian2002-04-24
* Add fields in the control file to check for whether the backend wasThomas G. Lockhart2002-04-21
* Locale support is on by default. The choice of locale is done in initdbPeter Eisentraut2002-04-03
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-15
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Add better error text:Bruce Momjian2002-02-18
* Reduce severity of 'XLogFlush: request is not satisfied' error condition,Tom Lane2002-01-14
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-28
* Fix mispeling ...Tom Lane2001-12-23
* Temporarily dike out GetUndoRecPtr() in checkpoint generation, since weTom Lane2001-12-19
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29