]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Tweaks for recovery_target_action
[postgresql] / src / backend / access / transam / xlog.c
2014-12-07 Simon RiggsTweaks for recovery_target_action
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-28 Heikki LinnakangasFix assertion failure at end of PITR.
2014-11-25 Simon Riggsaction_at_recovery_target recovery config option
2014-11-24 Heikki LinnakangasDistinguish XLOG_FPI records generated for hint-bit...
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-15 Andres FreundEnsure unlogged tables are reset even if crash recovery...
2014-11-07 Heikki LinnakangasFix building with WAL_DEBUG.
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-11-04 Heikki LinnakangasSwitch to CRC-32C in WAL and other places.
2014-10-23 Fujii MasaoPrevent the already-archived WAL file from being archiv...
2014-10-20 Andres FreundDon't duplicate log_checkpoint messages for both of...
2014-10-20 Andres FreundRenumber CHECKPOINT_* flags.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-12 Peter EisentrautMessage improvements
2014-10-01 Heikki LinnakangasRemove num_xloginsert_locks GUC, replace with a #define
2014-10-01 Andres FreundRename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.
2014-09-22 Andres FreundRemove most volatile qualifiers from xlog.c
2014-09-22 Andres FreundImprove code around the recently added rm_identify...
2014-09-19 Andres FreundAdd rmgr callback to name xlog record types for display...
2014-07-31 Heikki LinnakangasMove log_newpage and log_newpage_buffer to xlog.c.
2014-07-29 Heikki LinnakangasOops, fix recoveryStopsBefore functions for regular...
2014-07-29 Heikki LinnakangasTreat 2PC commit/abort the same as regular xacts in...
2014-07-24 Robert HaasFix checkpointer crash in EXEC_BACKEND builds.
2014-07-15 Peter EisentrautAdd missing serial commas
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-27 Alvaro HerreraHave multixact be truncated by checkpoint, not vacuum
2014-06-23 Heikki LinnakangasFix bug in WAL_DEBUG.
2014-06-14 Heikki LinnakangasChange the signature of rm_desc so that it's passed...
2014-06-12 Andres FreundConsistency improvements for slot and decoding code.
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-10 Tom LaneRename min_recovery_apply_delay to recovery_min_apply_d...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-26 Tom LaneImprove generation algorithm for database system identi...
2014-04-17 Bruce Momjianreport stat() error in trigger file check
2014-04-16 Heikki LinnakangasUse correctly-sized buffer when zero-filling a WAL...
2014-04-10 Heikki LinnakangasFix typo in comment.
2014-04-04 Robert HaasFix some compiler warnings that clang emits with -pedantic.
2014-04-04 Heikki LinnakangasIn checkpoint, move the check for in-progress xacts...
2014-04-04 Heikki LinnakangasAvoid allocations in critical sections.
2014-03-26 Heikki LinnakangasPass more than the first XLogRecData entry to rm_desc...
2014-03-25 Fujii MasaoDon't forget to flush XLOG_PARAMETER_CHANGE record.
2014-03-24 Heikki LinnakangasFix "the the" typos.
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-18 Heikki LinnakangasRemove rm_safe_restartpoint machinery.
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-12 Heikki LinnakangasOnly WAL-log the modified portion in an UPDATE, if...
2014-03-05 Heikki LinnakangasDo wal_level and hot standby checks when doing crash...
2014-03-05 Heikki LinnakangasFix lastReplayedEndRecPtr calculation when starting...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-02-28 Heikki LinnakangasRemove bogus while-loop.
2014-02-20 Heikki LinnakangasImprove comment on setting data_checksum GUC.
2014-02-18 Heikki LinnakangasFix comment; checkpointer, not bgwriter, performs check...
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-14 Heikki LinnakangasChange the order that pg_xlog and WAL archive are polle...
2014-02-10 Heikki LinnakangasFix WakeupWaiters() to not wake up an exclusive locker...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-25 Heikki LinnakangasAdd recovery_target='immediate' option.
2014-01-23 Tom LaneAllow use of "z" flag in our printf calls, and use...
2014-01-14 Tom LaneFix multiple bugs in index page locking during hot...
2014-01-09 Heikki LinnakangasRefactor checking whether we've reached the recovery...
2014-01-08 Heikki LinnakangasFix pause_at_recovery_target + recovery_target_inclusiv...
2014-01-08 Heikki LinnakangasIf multiple recovery_targets are specified, use the...
2014-01-08 Heikki LinnakangasFix bug in determining when recovery has reached consis...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-07 Magnus HaganderMove permissions check from do_pg_start_backup to pg_st...
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-13 Heikki LinnakangasFix more instances of "the the" in comments.
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Simon RiggsAllow time delayed standbys and recovery
2013-12-12 Tom LaneRemove bogus executable permissions on xlog.c.
2013-12-11 Robert HaasAdd new wal_level, logical, sufficient for logical...
2013-11-30 Alvaro HerreraTruncate pg_multixact/'s contents during crash recovery
2013-11-22 Heikki LinnakangasAvoid acquiring spinlock when checking if recovery...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-07 Heikki LinnakangasTYPEALIGN doesn't work on int64 on 32-bit platforms.
2013-09-16 Heikki LinnakangasAdd a GUC to report whether data page checksums are...
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
next