summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+2
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-061-3/+3
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-4/+4
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-291-55/+61
* Pgindent run for 8.0.Bruce Momjian2004-08-291-306/+350
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane2004-08-281-3/+5
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-231-1/+9
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-121-13/+1
* Add mention of "WIN32" COPY.Bruce Momjian2004-08-121-7/+7
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-121-11/+14
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-111-3/+18
* When expanding %p in archive_command or restore_command, translateTom Lane2004-08-091-1/+11
* Add a comment about why we always replay backup blocks from WAL.Tom Lane2004-08-081-1/+10
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-2/+2
* Make use of backup label/history files to control recovery properly.Tom Lane2004-08-041-89/+336
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-031-1/+231
* Error message style adjustments, per Alvaro Herrera.Tom Lane2004-08-011-4/+4
* Add cross-check that current timeline of pg_control is an ancestor ofTom Lane2004-07-221-1/+13
* Add a check on file size as an additional safety check that a WAL fileTom Lane2004-07-221-23/+69
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-521/+899
* Remove unportable use of strptime() to parse recovery target time spec.Tom Lane2004-07-191-17/+9
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-38/+818
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-1/+6
* Adjust our timezone library to use pg_time_t (typedef'd as int64) inTom Lane2004-06-031-3/+4
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-32/+8
* Code review for EXEC_BACKEND changes. Reduce the number of #ifdefs byTom Lane2004-05-281-2/+2
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-271-34/+17
* Put back #include <sys/time.h> in files that seem to need it on Linux.Tom Lane2004-05-211-1/+2
* Integrate src/timezone library for all platforms. There is more we canTom Lane2004-05-211-4/+3
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-5/+5
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-3/+3
* Increase xlog str_time() static string variable, per Korean User's Group.Bruce Momjian2004-03-221-2/+2
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-231-7/+5
* Here is an updated version of the win32 readdir patch.Bruce Momjian2004-02-171-1/+7
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-11/+244
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-2/+2
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-8/+21
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-2/+2
* Suppress compiler warning (xlog_outrec is unused if not WAL_DEBUG).Tom Lane2004-01-061-2/+6
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-061-2/+16
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-201-14/+13
* I posted some bufmgr cleanup a few weeks ago, but it conflicted withNeil Conway2003-12-141-2/+3
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix typo in message.Tom Lane2003-09-271-2/+2
* Various message fixes, among those fixes for the previous round of fixesPeter Eisentraut2003-09-261-3/+3
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-54/+64
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-122/+129