aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas2012-09-05
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas2012-09-04
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04
* Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane2012-09-03
* Avoid somewhat-theoretical overflow risks in RecordIsValid().Tom Lane2012-08-21
* Don't get confused if a WAL partial record header has xl_tot_len == 0.Heikki Linnakangas2012-08-20
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Fix a stupid bug I introduced into XLogFlush().Robert Haas2012-07-02
* Fix position of WalSndWakeupRequest call.Robert Haas2012-07-02
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Work a little harder on comments for walsender wakeup patch.Robert Haas2012-07-02
* Make commit_delay much smarter.Robert Haas2012-07-02
* Make walsender more responsive.Robert Haas2012-07-02
* Validate xlog record header before enlarging the work area to store it.Heikki Linnakangas2012-06-30
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Update outdated commit; xlp_rem_len field is in page header now.Heikki Linnakangas2012-06-28
* Fix two more neglected comments, still referring to log/seg.Heikki Linnakangas2012-06-27
* I neglected many comments in the log+seg -> 64-bit segno patch. Fix.Heikki Linnakangas2012-06-27
* Oops. Remove stray paren.Heikki Linnakangas2012-06-24
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Allow WAL record header to be split across pages.Heikki Linnakangas2012-06-24
* Move WAL continuation record information to WAL page header.Heikki Linnakangas2012-06-24
* Don't waste the last segment of each 4GB logical log file.Heikki Linnakangas2012-06-24
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Fix an issue in recent walwriter hibernation patch.Tom Lane2012-05-08
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Converge all SQL-level statistics timing values to float8 milliseconds.Tom Lane2012-04-30
* Remove duplicate word in comment.Robert Haas2012-04-30
* Lots of doc corrections.Robert Haas2012-04-23
* Fix typoPeter Eisentraut2012-04-16
* Publish checkpoint timing information to pg_stat_bgwriter.Robert Haas2012-04-05
* Correct epoch of txid_current() when executed on a Hot Standby server.Simon Riggs2012-03-29
* Add additional safety check against invalid backup label filePeter Eisentraut2012-03-14
* Silence warning about unused variable, when building without assertions.Heikki Linnakangas2012-03-08
* Typo fix.Robert Haas2012-03-06
* Make the comments more clear on the fact that UpdateFullPageWrites() is notHeikki Linnakangas2012-03-06
* Remove extra copies of LogwrtResult.Heikki Linnakangas2012-03-06
* Simplify the way changes to full_page_writes are logged.Heikki Linnakangas2012-03-06
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-08
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Fix transient clobbering of shared buffers during WAL replay.Tom Lane2012-02-05
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Allow pg_basebackup from standby node with safety checking.Simon Riggs2012-01-25
* Correctly initialise shared recoveryLastRecPtr in recovery.Simon Riggs2012-01-13
* Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was alwaysHeikki Linnakangas2012-01-11