aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Error message style adjustments, per Alvaro Herrera.Tom Lane2004-08-01
* Add cross-check that current timeline of pg_control is an ancestor ofTom Lane2004-07-22
* Add a check on file size as an additional safety check that a WAL fileTom Lane2004-07-22
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-21
* Remove unportable use of strptime() to parse recovery target time spec.Tom Lane2004-07-19
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-19
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-03
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-28
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-27
* Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane2004-05-21
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-21
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Increase xlog str_time() static string variable, per Korean User's Group.Bruce Momjian2004-03-22
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-23
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-17
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-11
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-19
* Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane2004-01-06
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-06
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-14
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* 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