]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Code review of recycling WAL segments in a restartpoint.
[postgresql] / src / backend / access / transam / xlog.c
2013-06-03 Heikki LinnakangasCode review of recycling WAL segments in a restartpoint.
2013-06-01 Stephen FrostPost-pgindent cleanup
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-21 Simon RiggsAfter fast promotion use CHECKPOINT_FORCE
2013-05-21 Simon RiggsMaintain ThisTimeLineID correctly in checkpointer
2013-05-19 Simon RiggsInit crash recovery using the latest available TLI
2013-05-19 Simon RiggsEmit msg correctly for timeline-crossing crash
2013-05-19 Simon RiggsRemove single space on end of a line in xlog.c
2013-05-08 Heikki LinnakangasFix walsender failure at promotion.
2013-04-30 Simon RiggsRecord data_checksum_version in control file.
2013-04-24 Simon RiggsMake fast promotion the default promotion mode.
2013-04-08 Heikki LinnakangasFix calculation of how many segments to retain for...
2013-04-08 Simon RiggsSkip extraneous locking in XLogCheckBuffer().
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-01 Tom LaneMake REPLICATION privilege checks test current user...
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-18 Simon RiggsRemove PageSetTLI and rename pd_tli to pd_checksum
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-07 Heikki LinnakangasFix tli history file fetching, broken by the archive...
2013-02-22 Heikki LinnakangasFix thinko in previous commit.
2013-02-22 Heikki LinnakangasIf recovery.conf is created after "pg_ctl stop -m i...
2013-02-15 Heikki LinnakangasBetter fix for "unarchived WAL files get deleted on...
2013-02-15 Heikki LinnakangasDon't delete unarchived WAL files during crash recovery.
2013-02-11 Heikki LinnakangasSupport unlogged GiST index.
2013-02-11 Heikki LinnakangasFix checkpoint after fast promotion.
2013-02-11 Heikki LinnakangasInclude previous TLI in end-of-recovery and shutdown...
2013-02-07 Simon RiggsRely only on checkpoint 1 at end of recovery.
2013-01-31 Simon RiggsSwitch timelines if we crash soon after promotion.
2013-01-29 Simon RiggsFast promote mode skips checkpoint at end of recovery.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-23 Heikki LinnakangasFix more issues with cascading replication and timeline...
2013-01-18 Alvaro HerreraFix off-by-one bug in xlog reading logic
2013-01-18 Heikki LinnakangasUse the right timeline when beginning to stream from...
2013-01-17 Heikki LinnakangasMake pg_receivexlog and pg_basebackup -X stream work...
2013-01-17 Heikki LinnakangasFix a couple of error-handling bugs in the xlogreader...
2013-01-16 Alvaro HerreraSplit out XLog reading as an independent facility
2013-01-03 Heikki LinnakangasTolerate timeline switches while "pg_basebackup -X...
2013-01-03 Heikki LinnakangasDelay reading timeline history file until it's fetched...
2013-01-02 Heikki LinnakangasFix bug in streaming replication over multiple tli...
2013-01-02 Heikki LinnakangasFix silly typo in code, which broke the check for reach...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-30 Heikki LinnakangasKeep timeline history files restored from archive in...
2012-12-28 Alvaro HerreraRemove obsolete XLogRecPtr macros
2012-12-27 Alvaro HerreraAssign InvalidXLogRecPtr instead of MemSet(0)
2012-12-21 Peter EisentrautFix grammatical mistake in error message
2012-12-20 Heikki LinnakangasFix recycling of WAL segments after switching timeline...
2012-12-20 Heikki LinnakangasFollow TLI of last replayed record, not recovery target...
2012-12-20 Heikki LinnakangasDon't set ThisTimeLineID in checkpointer & bgwriter...
2012-12-19 Heikki LinnakangasCheck if we've reached end-of-backup point also if...
2012-12-13 Heikki LinnakangasAllow a streaming replication standby to follow a timel...
2012-12-11 Heikki LinnakangasConsistency check should compare last record replayed...
2012-12-10 Heikki LinnakangasFix the tracking of min recovery point timeline.
2012-12-05 Tom LaneEnsure recovery pause feature doesn't pause unless...
2012-12-05 Heikki LinnakangasOops, meant to change the comment in writeTimeLineHistory.
2012-12-05 Simon RiggsMust not reach consistency before XLOG_BACKUP_RECORD
2012-12-04 Heikki LinnakangasDowngrade a status message from LOG to DEBUG2.
2012-12-04 Heikki LinnakangasWrite exact xlog position of timeline switch in the...
2012-12-04 Heikki LinnakangasTrack the timeline associated with minRecoveryPoint...
2012-12-03 Andrew DunstanAttempt to unbreak MSVC builds broken by f21bb9cfb5646e...
2012-12-03 Simon RiggsRefactor inCommit flag into generic delayChkpt flag.
2012-12-03 Simon RiggsClarify locking for PageGetLSN() in XLogCheckBuffer()
2012-12-03 Heikki LinnakangasRefactor the code implementing standby-mode logic.
2012-12-02 Tom LaneDon't advance checkPoint.nextXid near the end of a...
2012-12-02 Simon RiggsRearrange storage of data in xl_running_xacts.
2012-12-02 Simon RiggsXidEpoch++ if wraparound during checkpoint.
2012-12-02 Simon RiggsClarify operation of online checkpoints.
2012-11-28 Alvaro HerreraSplit out rmgr rm_desc functions into their own files
2012-11-28 Heikki LinnakangasIf we don't have a backup-end-location, don't claim...
2012-11-27 Heikki LinnakangasAdd OpenTransientFile, with automatic cleanup at end...
2012-11-22 Heikki LinnakangasAvoid bogus "out-of-sequence timeline ID" errors in...
2012-11-19 Heikki LinnakangasFix archive_cleanup_command.
2012-11-13 Tom LaneFix multiple problems in WAL replay.
2012-11-12 Heikki LinnakangasUse correct text domain for translating errcontext...
2012-10-31 Alvaro HerreraFix erroneous choice of timeline variable, too
2012-10-31 Alvaro HerreraFix erroneous choices of segNo variables
2012-10-09 Heikki LinnakangasFix silly bug in previous refactoring.
2012-10-09 Heikki LinnakangasPut the logic to wait for WAL in standby mode to a...
2012-10-04 Heikki LinnakangasFix typo in comment, and reword it slightly while we...
2012-10-02 Heikki LinnakangasAdd #includes needed on some platforms in the new files.
2012-10-02 Heikki LinnakangasSplit off functions related to timeline history files...
2012-09-06 Heikki LinnakangasFix WAL file replacement during cascading replication...
2012-09-06 Tom LaneFix inappropriate error messages for Hot Standby miscon...
2012-09-05 Heikki LinnakangasFix compiler warnings about unused variables, caused...
2012-09-05 Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-09-03 Tom LaneReplace memcpy() calls in xlog.c critical sections...
2012-08-21 Tom LaneAvoid somewhat-theoretical overflow risks in RecordIsVa...
2012-08-20 Heikki LinnakangasDon't get confused if a WAL partial record header has...
2012-08-08 Simon RiggsFix minor bug in XLogFileRead() that accidentally worked.
2012-08-07 Simon Riggsfsync backup_label after pg_start_backup()
2012-07-18 Tom LaneFix management of pendingOpsTable in auxiliary processes.
2012-07-02 Robert HaasFix a stupid bug I introduced into XLogFlush().
2012-07-02 Robert HaasFix position of WalSndWakeupRequest call.
2012-07-02 Peter EisentrautAssorted message style improvements
2012-07-02 Robert HaasWork a little harder on comments for walsender wakeup...
2012-07-02 Robert HaasMake commit_delay much smarter.
2012-07-02 Robert HaasMake walsender more responsive.
2012-06-30 Heikki LinnakangasValidate xlog record header before enlarging the work...
2012-06-29 Heikki LinnakangasInitialize shared memory copy of ckptXidEpoch correctly...
next