]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Revert WAL posix_fallocate() patches.
[postgresql] / src / backend / access / transam / xlog.c
2013-09-05 Jeff DavisRevert WAL posix_fallocate() patches.
2013-09-04 Heikki LinnakangasKeep heavily-contended fields in XLogCtlInsert on diffe...
2013-08-19 Heikki LinnakangasRename the "fast_promote" file to just "promote".
2013-08-09 Peter EisentrautMessage punctuation and pluralization fixes
2013-07-28 Peter EisentrautMessage style improvements
2013-07-17 Heikki LinnakangasFix variable names mentioned in comment to match the...
2013-07-17 Heikki LinnakangasFix assert failure at end of recovery, broken by XLogIn...
2013-07-08 Heikki LinnakangasFix Windows build.
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-07-06 Jeff DavisHandle posix_fallocate() errors.
2013-07-05 Jeff DavisUse posix_fallocate() for new WAL files, where available.
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-07-01 Heikki LinnakangasRetry short writes when flushing WAL.
2013-06-23 Simon RiggsEnsure no xid gaps during Hot Standby startup
2013-06-17 Jeff DavisAdd buffer_std flag to MarkBufferDirtyHint().
2013-06-14 Tom LaneRemove special-case treatment of LOG severity level...
2013-06-12 Noah MischObserve array length in HaveVirtualXIDsDelayingChkpt().
2013-06-06 Heikki LinnakangasFix typo in comment.
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...
next