summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Expand pg_control information so that we can verify that the databaseTom Lane2005-10-031-1/+17
* Rewrite gather-write patch into something less obviously bolted onTom Lane2005-08-221-123/+142
* Fix some inconsistent choices of datatypes in xlog.c. Make bufferTom Lane2005-08-221-32/+34
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-54/+42
* Autovacuum loose end mop-up. Provide autovacuum-specific vacuum costTom Lane2005-08-111-2/+8
* Fix compile for no O_SYNC, but introduced with O_DIRECT.Bruce Momjian2005-07-301-8/+9
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-1/+31
* Update O_DIRECT comment.Bruce Momjian2005-07-291-1/+3
* Use O_DIRECT if available when using O_SYNC for wal_sync_method.Bruce Momjian2005-07-291-48/+149
* Remove unintended code addition.Bruce Momjian2005-07-231-10/+1
* Macro alignment cleanup.Bruce Momjian2005-07-231-17/+26
* Even though I'd like to see full_page_writes go away before 8.1,Tom Lane2005-07-081-5/+4
* Add GUC full_page_writes to control writing full pages to WAL.Bruce Momjian2005-07-051-2/+5
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-84/+66
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-3/+3
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-291-1/+2
* Simplify uses of readdir() by creating a function ReadDir() thatTom Lane2005-06-191-33/+3
* Arrange to fsync two-phase-commit state files only during checkpoints;Tom Lane2005-06-191-1/+3
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-81/+11
* Remove old *.backup files when we do pg_stop_backup(). ThisBruce Momjian2005-06-151-1/+59
* Free buffer allocated via malloc (process is short-lived, but fix it anyway).Bruce Momjian2005-06-091-1/+2
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-43/+18
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-51/+67
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-7/+2
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-109/+223
* Add test to WAL replay to verify that xl_prev points back to the previousTom Lane2005-05-311-3/+34
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-20/+24
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-6/+6
* Back out check for unreferenced files.Bruce Momjian2005-05-101-10/+1
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-021-1/+10
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-5/+60
* Add comment about checkpoint panic behavior during shutdown, perTom Lane2005-04-231-2/+5
* Fix comment typo.Bruce Momjian2005-04-171-2/+2
* Reduce PANIC to ERROR in several xlog routines that are used in bothTom Lane2005-04-151-26/+40
* Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behaviorTom Lane2005-04-151-23/+37
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-131-2/+2
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-291-6/+6
* Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian2005-03-241-2/+16
* Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requestedBruce Momjian2005-02-121-4/+4
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Fix is-it-time-for-a-checkpoint logic so that checkpoint_segments canTom Lane2004-12-171-9/+26
* Minor adjustment of message style.Tom Lane2004-11-171-3/+3
* Don't allow pg_start_backup() to be invoked if archive_command has notNeil Conway2004-11-171-1/+9
* Small message clarificationsPeter Eisentraut2004-11-051-3/+3
* Add DEBUG1-level logging of checkpoint start and end. Also, reduce theTom Lane2004-10-291-10/+34
* Add 'int' cast for getpid() because some Solaris releases return longBruce Momjian2004-10-141-4/+4
* Message style revisionsPeter Eisentraut2004-10-121-8/+8
* Make getpid() use %d consistently for printing.Bruce Momjian2004-10-091-7/+4
* Adjust comments previously moved to column 1 by pgident.Bruce Momjian2004-10-071-2/+2
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-2/+2