summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Oops. Remove stray paren.Heikki Linnakangas2012-06-241-1/+1
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-241-138/+115
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-241-145/+199
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-241-17/+14
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-241-307/+245
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-131-15/+13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-155/+163
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-071-0/+7
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-081-7/+41
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-081-23/+15
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-301-2/+1
* Remove duplicate word in comment.Robert Haas2012-04-301-1/+1
* Lots of doc corrections.Robert Haas2012-04-231-1/+1
* Fix typoPeter Eisentraut2012-04-161-4/+4
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-051-9/+21
* Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs2012-03-291-4/+26
* Add additional safety check against invalid backup label filePeter Eisentraut2012-03-141-1/+1
* Silence warning about unused variable, when building without assertions.Heikki Linnakangas2012-03-081-2/+1
* Typo fix.Robert Haas2012-03-061-1/+1
* Make the comments more clear on the fact that UpdateFullPageWrites() is notHeikki Linnakangas2012-03-061-3/+5
* Remove extra copies of LogwrtResult.Heikki Linnakangas2012-03-061-52/+22
* Simplify the way changes to full_page_writes are logged.Heikki Linnakangas2012-03-061-35/+25
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-081-1/+1
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-061-13/+36
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-051-2/+2
* Make group commit more effective.Heikki Linnakangas2012-01-301-7/+29
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-251-29/+375
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-131-1/+1
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-111-5/+3
* Refactor XLogInsert a bit. The rdata entries for backup blocks are nowHeikki Linnakangas2012-01-111-111/+91
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Send new protocol keepalive messages to standby servers.Simon Riggs2011-12-311-0/+43
* Move BKP_REMOVABLE bit from individual WAL records to WAL page headers.Tom Lane2011-12-121-26/+34
* Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas2011-12-091-4/+17
* During recovery, if we reach consistent state and still have entries in theHeikki Linnakangas2011-12-021-8/+24
* Wakeup WALWriter as needed for asynchronous commit performance.Simon Riggs2011-11-131-1/+32
* Move user functions related to WAL into xlogfuncs.cSimon Riggs2011-11-041-445/+25
* Update more comments about checkpoints being done by bgwriterSimon Riggs2011-11-021-10/+10
* Reduce checkpoints and WAL traffic on low activity database serverSimon Riggs2011-11-021-13/+15
* Refactor xlog.c to create src/backend/postmaster/startup.cSimon Riggs2011-11-021-194/+6
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-021-3/+11
* Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs2011-11-021-5/+12
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-011-3/+3
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-221-0/+7
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-181-2/+4
* Restructure error handling in reading of postgresql.conf.Tom Lane2011-10-021-4/+5
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-091-0/+1
* Adjust translator comment format to xgettext expectationsAlvaro Herrera2011-09-051-4/+3
* Mark some untranslatable messages with errmsg_internalAlvaro Herrera2011-09-051-25/+31
* Fix comment about which version had BACKUP METHOD line in backup_lable, again.Heikki Linnakangas2011-08-171-1/+1