summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-12-17Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane
2004-11-17Minor adjustment of message style.Tom Lane
2004-11-17Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway
2004-11-05Small message clarificationsPeter Eisentraut
2004-10-29Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane
2004-10-14Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-09Make getpid() use %d consistently for printing.Bruce Momjian
2004-10-07Adjust comments previously moved to column 1 by pgident.Bruce Momjian
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-06Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-28Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane
2004-08-23Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane
2004-08-12Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian
2004-08-12Add mention of "WIN32" COPY.Bruce Momjian
2004-08-12Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian
2004-08-11Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane
2004-08-09When expanding %p in archive_command or restore_command, translateTom Lane
2004-08-08Add a comment about why we always replay backup blocks from WAL.Tom Lane
2004-08-04Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane
2004-08-04Make use of backup label/history files to control recovery properly.Tom Lane
2004-08-03Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane
2004-08-01Error message style adjustments, per Alvaro Herrera.Tom Lane
2004-07-22Add cross-check that current timeline of pg_control is an ancestor ofTom Lane
2004-07-22Add a check on file size as an additional safety check that a WAL fileTom Lane
2004-07-21Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane
2004-07-19Remove unportable use of strptime() to parse recovery target time spec.Tom Lane
2004-07-19XLOG file archiving and point-in-time recovery. There are still someTom Lane
2004-07-01Nested transactions. There is still much left to do, especially on theTom Lane
2004-06-03Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane
2004-05-29Separate out bgwriter code into a logically separate module, ratherTom Lane
2004-05-28Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane
2004-05-27Get rid of the former rather baroque mechanism for propagating the valuesTom Lane
2004-05-21Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-03-22Increase xlog str_time() static string variable, per Korean User's Group.Bruce Momjian
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-17Here is an updated version of the win32 readdir patch.Bruce Momjian
2004-02-11Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-01-26Ensure that close() and fclose() are checked for errors, at least inTom Lane
2004-01-19Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane
2004-01-06Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane