]> granicus.if.org Git - postgresql/history - src/backend/access/transam
Remove _hash_wrtbuf() in favor of calling MarkBufferDirty().
[postgresql] / src / backend / access / transam /
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-24 Alvaro HerreraFix commit_ts for FrozenXid and BootstrapXid
2016-11-23 Robert HaasRemove barrier.h
2016-11-22 Robert HaasSupport condition variables.
2016-11-17 Robert HaasRemove or reduce verbosity of some debug messages.
2016-11-06 Tom LaneFix silly nil-pointer-dereference bug introduced in...
2016-11-04 Tom LaneBe more consistent about masking xl_info with ~XLR_INFO...
2016-10-28 Robert HaasFix leftover reference to background writer performing...
2016-10-27 Robert HaasFix possible pg_basebackup failure on standby with...
2016-10-24 Alvaro HerreraPreserve commit timestamps across clean restart
2016-10-21 Robert HaasFix comment formatting.
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-21 Peter EisentrautDelay updating control file to "in production"
2016-09-13 Robert HaasHave heapam.h include lockdefs.h rather than lock.h.
2016-09-09 Simon RiggsFix corruption of 2PC recovery with subxacts
2016-09-08 Simon RiggsFix minor memory leak in Standby startup
2016-09-03 Simon RiggsNew recovery target recovery_target_lsn
2016-08-31 Tom LanePrevent starting a standalone backend with standby_mode on.
2016-08-29 Alvaro HerreraSplit hash.h → hash_xlog.h
2016-08-29 Fujii MasaoFix pg_xlogdump so that it handles cross-page XLP_FIRST...
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-26 Tom LaneFix potential memory leakage from HandleParallelMessages().
2016-08-26 Tom LaneFix logic for adding "parallel worker" context line...
2016-08-16 Peter EisentrautFix typos
2016-08-02 Tom LaneBlock interrupts during HandleParallelMessages().
2016-08-01 Tom LaneMinor cleanup for access/transam/parallel.c.
2016-07-28 Peter EisentrautMessage style improvements
2016-07-21 Robert HaasRemove unused structure member.
2016-07-11 Magnus HaganderFix start WAL filename for concurrent backups from...
2016-06-30 Robert HaasFix several mistakes around parallel workers and client...
2016-06-24 Alvaro HerreraFix handling of multixacts predating pg_upgrade
2016-06-17 Alvaro HerreraFinish up XLOG_HINT renaming
2016-06-17 Robert HaasRemove PID from 'parallel worker' context message.
2016-06-16 Tom LaneFix fuzzy thinking in ReinitializeParallelDSM().
2016-06-10 Tom LaneImprove the situation for parallel query versus temp...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Peter EisentrautMessage style and wording fixes
2016-06-03 Greg StarkFix various common mispellings.
2016-05-17 Teodor SigaevAllocate all page images at once in generic wal interface
2016-05-16 Teodor SigaevCorrectly align page's images in generic wal API
2016-05-12 Alvaro HerreraFix bogus comments
2016-05-08 Tom LaneFix poorly-worded log message.
2016-05-06 Robert HaasUse mul_size when multiplying by the number of parallel...
2016-05-04 Alvaro HerreraRevert timeline following in replication slots
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-12 Tom LaneImprove API of GenericXLogRegister().
2016-04-12 Tom LaneIn generic WAL application and replay, ensure page...
2016-04-10 Tom LaneFurther minor improvement in generic_xlog.c: always...
2016-04-09 Tom LaneMicro-optimize GenericXLogFinish().
2016-04-09 Tom LaneGet rid of GenericXLogUnregister().
2016-04-09 Tom LaneCode review/prettification for generic_xlog.c.
2016-04-09 Tom LaneRun pgindent on generic_xlog.c.
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Andres FreundIncrease maximum number of clog buffers.
2016-04-07 Stephen FrostUse GRANT system to manage access to sensitive functions
2016-04-06 Simon RiggsGeneric Messages for Logical Decoding
2016-04-05 Magnus HaganderImplement backup API functions for non-exclusive backups
2016-04-04 Alvaro HerreraDisplay WAL pointer in rm_redo error callback
2016-04-04 Alvaro HerreraSilence compiler warning
2016-04-01 Teodor SigaevAdd Generic WAL interface
2016-03-30 Alvaro HerreraEnable logical slots to follow timeline switches
2016-03-30 Alvaro HerreraXLogReader general code cleanup
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-27 Andres FreundDon't use !! but != 0/NULL to force boolean evaluation.
2016-03-18 Peter EisentrautMerge wal_level "archive" and "hot_standby" into new...
2016-03-15 Robert HaasFix typos.
2016-03-15 Alvaro HerreraFix typos in comments
2016-03-11 Robert HaasFix a typo, and remove unnecessary pgstat_report_wait_e...
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10 Simon RiggsReduce size of two phase file header
2016-03-10 Andres FreundAvoid unlikely data-loss scenarios due to rename()...
2016-03-09 Robert HaasAdd a generic command progress reporting facility.
2016-03-05 Fujii MasaoIgnore recovery_min_apply_delay until recovery has...
2016-03-04 Robert HaasMinor improvements to transaction manager README.
2016-03-04 Robert HaasMinor optimizations based on ParallelContext having...
2016-02-19 Simon RiggsCorrect StartupSUBTRANS for page wraparound
2016-02-15 Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2016-02-12 Joe ConwayChange delimiter used for display of NextXID
2016-02-12 Robert HaasMake builtin lwlock tranche names consistent.
2016-02-11 Tom LaneShift the responsibility for emitting "database system...
2016-02-10 Tom LaneRevert "Temporarily make pg_ctl and server shutdown...
2016-02-09 Tom LaneAdd more chattiness in server shutdown.
2016-02-08 Tom LaneTemporarily make pg_ctl and server shutdown a whole...
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-07 Robert HaasIntroduce group locking to prevent parallel processes...
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-02-01 Heikki LinnakangasFix misspelled function name in comment.
2016-01-21 Simon RiggsSpeedup 2PC by skipping two phase state files in normal...
2016-01-21 Simon RiggsRefactor to create generic WAL page read callback
2016-01-12 Simon RiggsAdd new user fn pg_current_xlog_flush_location()
2016-01-12 Simon RiggsMaintain local LogwrtResult consistently
2016-01-02 Bruce MomjianUpdate copyright for 2016
2016-01-01 Noah MischFix comments about WAL rule "write xlog before data...
2015-12-28 Joe ConwayRename (new|old)estCommitTs to (new|old)estCommitTsXid
2015-12-15 Robert HaasProvide a way to predefine LWLock tranche IDs.
2015-12-14 Andres FreundFix bug in SetOffsetVacuumLimit() triggered by find_mul...
2015-12-11 Alvaro HerreraFix commit timestamp initialization
next