aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-09
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-08
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-06
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-06
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-02
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-31
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-20
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Back out check for unreferenced files.Bruce Momjian2005-05-10
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-02
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-28
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-23
* Fix comment typo.Bruce Momjian2005-04-17
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-15
* Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane2005-04-15
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-13
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-29
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-24
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-17
* Minor adjustment of message style.Tom Lane2004-11-17
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-17
* Small message clarificationsPeter Eisentraut2004-11-05
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-29
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-14
* Message style revisionsPeter Eisentraut2004-10-12
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-09
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-07
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-16
* Downgrade LOG messages to DEBUG1 for normal recycling of xlog, clog,Tom Lane2004-09-06
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-30
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Can't truncate pg_subtrans during a recovery checkpoint --- subtransTom Lane2004-08-28
* Rearrange pg_subtrans handling as per recent discussion. pg_subtransTom Lane2004-08-23
* Cleanup Win32 COPY handling, and move archive examples to SGML.Bruce Momjian2004-08-12
* Add mention of "WIN32" COPY.Bruce Momjian2004-08-12
* Add make_native_path() because Win32 COPY is an internal CMD.EXE commandBruce Momjian2004-08-12
* Fix failure to guarantee that a checkpoint will write out pg_clog updatesTom Lane2004-08-11
* When expanding %p in archive_command or restore_command, translateTom Lane2004-08-09
* Add a comment about why we always replay backup blocks from WAL.Tom Lane2004-08-08
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Make use of backup label/history files to control recovery properly.Tom Lane2004-08-04
* Add functions pg_start_backup, pg_stop_backup to create backup labelTom Lane2004-08-03
* 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