]> granicus.if.org Git - postgresql/history - src/backend/access/transam/xlog.c
Have multixact be truncated by checkpoint, not vacuum
[postgresql] / src / backend / access / transam / xlog.c
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
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...
next