OSDN Git Service

Fix typo in sslmode documentation
[pg-rex/syncrep.git] / src / backend / storage / ipc /
2011-06-18 Peter EisentrautCapitalization fixes
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-23 Simon RiggsPrevent intermittent hang in recovery from bgwriter...
2011-03-10 Robert HaasMinor sync rep corrections.
2011-03-08 Heikki LinnakangasDon't throw a warning if vacuum sees PD_ALL_VISIBLE...
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-31 Simon RiggsFix error code for canceling statement due to conflict...
2011-01-18 Heikki LinnakangasFix thinko in comment. Spotted by Jim Nasby.
2011-01-15 Heikki LinnakangasTreat a WAL sender process that hasn't started streamin...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-21 Robert HaasWork around unfortunate getppid() behavior on BSD-ish...
2010-12-17 Robert HaasTry to save a kernel call in ResolveRecoveryConflictWit...
2010-12-17 Robert HaasReset 'ps' display just once when resolving VXID conflicts.
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-12-07 Heikki LinnakangasFix bugs in the hot standby known-assigned-xids trackin...
2010-11-29 Simon RiggsMove call to GetTopTransactionId() earlier in LockAcqui...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-15 Heikki LinnakangasSimplify Windows implementation of latches. There's...
2010-09-11 Heikki LinnakangasIntroduce latches. A latch is a boolean variable, with...
2010-08-30 Tom LaneCosmetic fixes for KnownAssignedXidsGetOldestXmin,...
2010-08-30 Simon RiggsTeach GetOldestXmin() about KnownAssignedXids during...
2010-08-30 Heikki LinnakangasFix typo in comment.
2010-08-23 Tom LaneMarginal code cleanup for streaming replication.
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-14 Itagaki TakahiroRemove max_standby_delay message from ps display of...
2010-05-26 Simon RiggsHS Defer buffer pin deadlock check until deadlock_timeo...
2010-05-14 Simon RiggsAdd many new Asserts in code and fix simple bug that...
2010-05-13 Simon RiggsCleanup initialization of Hot Standby. Clarify working...
2010-05-02 Tom LaneClean up some awkward, inaccurate, and inefficient...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Tom LaneModify ShmemInitStruct and ShmemInitHash to throw error...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-28 Tom LaneReplace the KnownAssignedXids hash table with a sorted...
2010-04-23 Robert HaasFix various instances of "the the".
2010-04-22 Simon RiggsOptimise btree delete processing when no active backends.
2010-04-21 Simon RiggsRelax locking during GetCurrentVirtualXIDs(). Earlier...
2010-04-19 Simon RiggsCheck RecoveryInProgress() while holding ProcArrayLock...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-06 Simon RiggsChange some debug ereports to elogs, as requested by...
2010-03-20 Tom LaneClear error_context_stack and debug_query_string at...
2010-03-11 Heikki LinnakangasFix bug in KnownAssignedXidsMany(). I saw this when...
2010-03-11 Heikki LinnakangasFix comment which was apparently copy-pasted from anoth...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-13 Simon RiggsImprovements to ps message of startup process during...
2010-02-13 Simon RiggsRe-enable max_standby_delay = -1 using deadlock detecti...
2010-02-11 Simon RiggsFix typo bug in Hot Standby from recent refactoring...
2010-02-02 Tom LaneFix assorted poorly-thought-out message strings: use...
2010-01-31 Simon RiggsDetect early deadlock in Hot Standby when Startup is...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-23 Simon RiggsIn HS, Startup process sets SIGALRM when waiting for...
2010-01-21 Simon RiggsBetter internal documentation of locking for Hot Standb...
2010-01-16 Tom LaneFix bogus initialization of KnownAssignedXids shared...
2010-01-16 Simon RiggsMessage mentions msec when it should be seconds, so...
2010-01-16 Simon RiggsTeach standby conflict resolution to use SIGUSR1
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-14 Simon RiggsFirst part of refactoring of code for ResolveRecoveryCo...
2010-01-10 Simon RiggsDuring Hot Standby, fix drop database when sessions...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneSuppress compiler warning (pid_t isn't int everywhere)
2009-12-31 Tom LaneAdd missing 'static' tag.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-07-29 Tom LaneFix a thinko introduced into CountActiveBackends by...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-15 Tom LaneFix all the server-side SIGQUIT handlers (grumble ...
2009-05-05 Tom LaneInstall an atexit(2) callback that ensures that proc_ex...
2009-05-05 Tom LaneInstall a "dead man switch" to allow the postmaster...
2009-04-04 Tom LaneA session that does not have any live snapshots does...
2009-03-31 Heikki LinnakangasFix a rare race condition when commit_siblings > 0...
2009-01-03 Tom LaneCreate a "shmem_startup_hook" to be called at the end...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-11-02 Tom LaneRemove the last vestiges of the MAKE_PTR/MAKE_OFFSET...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-04 Tom LaneImprove CREATE/DROP/RENAME DATABASE so that when failin...
2008-07-18 Tom LaneFix a race condition that I introduced into sinvaladt...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-20 Tom LaneSeems I was too optimistic in supposing that sinval...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-17 Tom LaneRemove freeBackends counter from the sinval shared...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-16 Tom LaneRepair two places where SIGTERM exit could leave shared...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-03-18 Alvaro HerreraMove elog(DEBUG4) call outside the locked area, per...
next