]> granicus.if.org Git - postgresql/history - src/backend/storage
Support unlogged tables.
[postgresql] / src / backend / storage /
2010-12-29 Robert HaasSupport unlogged tables.
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-14 Robert HaasInstrument checkpoint sync calls.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
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-25 Robert HaasObject access hook framework, with post-creation hook.
2010-11-25 Robert HaasRemove belt-and-suspenders guards against buffer pin...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-09 Tom LaneFix error handling in temp-file deletion with log_temp_...
2010-09-28 Tom LaneImprove messages for too many private files/dirs. ...
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-20 Robert HaasRemove the isLocalBuf argument from ReadBuffer_common.
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-19 Tom LaneAllocate local buffers in a context of their own, rathe...
2010-08-19 Peter EisentrautRemove extra newlines at end and beginning of files...
2010-08-19 Robert HaasTidy up a few calls to smrgextend().
2010-08-16 Robert HaasMake LockDatabaseObject() AcceptInvalidationMessages().
2010-08-14 Robert HaasFurther dtrace adjustments for the backend-IDs-in-relpa...
2010-08-13 Robert HaasFix assorted dtrace breakage caused by patch to include...
2010-08-13 Robert HaasInclude the backend ID in the relpath of temporary...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-07-06 Robert HaasMake log_temp_files based on kB, and revert docs &...
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-07-02 Robert HaasMove copydir.c from src/port to src/backend/storage...
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-21 Peter EisentrautMessage tuning
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-22 Tom LaneAdjust pg_fsync_writethrough so that it will set errno...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
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-09 Tom LaneFix up rickety handling of relation-truncation interlocks.
2010-02-09 Tom LaneAllow free space map vacuuming to be interrupted.
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-03 Tom LaneAssorted cleanups in preparation for using a map file...
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 RiggsAdjust GetLockConflicts() so that it uses TopMemoryCont...
2010-01-29 Simon RiggsFilter recovery conflicts based upon dboid from relfile...
2010-01-28 Simon RiggsUse malloc() in GetLockConflicts() when called InHotSta...
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-12 Bruce MomjianPlease tablespace directories in their own subdirectory...
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-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-12-15 Robert HaasAdd an EXPLAIN (BUFFERS) option to show buffer-usage...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-12-03 Heikki LinnakangasFix bug in temporary file management with subtransactio...
2009-08-31 Tom LaneChange the autovacuum launcher to read pg_database...
2009-08-12 Tom LaneAllow backends to start up without use of the flat...
2009-08-05 Heikki LinnakangasImprove error messages in md.c. When a filesystem opera...
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-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
next