]> granicus.if.org Git - postgresql/history - src/backend/storage
Remove support for Unix systems without the POSIX signal APIs.
[postgresql] / src / backend / storage /
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-12 Andres FreundFix two off-by-one errors in bufmgr.c.
2015-08-07 Robert HaasFix attach-related race condition in shm_mq_send_bytes.
2015-08-06 Robert HaasFix incorrect calculation in shm_mq_receive.
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
2015-08-02 Andres FreundMicro optimize LWLockAttemptLock() a bit.
2015-08-02 Andres FreundFix issues around the "variable" support in the lwlock...
2015-07-29 Andres FreundRemove outdated comment in LWLockDequeueSelf's header.
2015-07-28 Tom LaneReduce chatter from signaling of autovacuum workers.
2015-07-28 Robert HaasCentralize decision-making about where to get a backend...
2015-06-26 Heikki LinnakangasFix a couple of bugs with wal_log_hints.
2015-05-29 Tom LaneRemove special cases for ETXTBSY from new fsync'ing...
2015-05-28 Tom LaneFix fsync-at-startup code to not treat errors as fatal.
2015-05-28 Tom LaneFix assorted inconsistencies in our calls of readlink().
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-21 Tom LaneImprove packing/alignment annotation for ItemPointerData.
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-05-20 Heikki LinnakangasCollection of typo fixes.
2015-05-19 Heikki LinnakangasFix off-by-one error in Assertion.
2015-05-18 Robert HaasFix error message in pre_sync_fname.
2015-05-08 Stephen FrostRemove reference to src/tools/backend/index.html
2015-05-08 Andres FreundAdd support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
2015-05-05 Robert HaasFix some problems with patch to fsync the data directory.
2015-05-04 Robert HaasRecursively fsync() the data directory after a crash.
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-29 Andres FreundIntroduce replication progress tracking infrastructure.
2015-04-26 Andres FreundFix various typos and grammar errors in comments.
2015-04-02 Robert HaasFix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling.
2015-03-30 Tom LaneFix rare core dump in BackendIdGetTransactionIds().
2015-03-26 Tom LaneSuppress some unused-variable complaints in new LOCK_DE...
2015-03-25 Kevin GrittnerReduce pinning and buffer content locking for btree...
2015-03-23 Robert HaasRemove ill-advised pre-check for DSM segment exhaustion.
2015-03-22 Bruce MomjianUse mmap MAP_NOSYNC option to limit shared memory writes
2015-03-20 Peter EisentrautFix whitespace
2015-03-19 Robert HaasAdd flags argument to dsm_create.
2015-02-23 Andres FreundGuard against spurious signals in LockBufferForCleanup.
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a number of other places.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in some more places.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-03 Andres FreundRemove remnants of ImmediateInterruptOK handling.
2015-02-03 Andres FreundRemove the option to service interrupts during PGSemaph...
2015-02-03 Andres FreundMove deadlock and other interrupt handling in proc...
2015-02-03 Andres FreundIntroduce and use infrastructure for interrupt processi...
2015-02-03 Heikki LinnakangasRefactor page compactifying code.
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-29 Andres FreundProperly terminate the array returned by GetLockConflic...
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2015-01-29 Andres FreundFix #ifdefed'ed out code to compile again.
2015-01-28 Heikki LinnakangasFix typo in comment.
2015-01-19 Andres FreundFix various shortcomings of the new PrivateRefCount...
2015-01-14 Andres FreundAdd a default local latch for use in signal handlers.
2015-01-13 Andres FreundAdd barriers to the latch code.
2015-01-12 Stephen FrostSkip dead backends in MinimumActiveBackends
2015-01-08 Andres FreundRemove comment that was intended to have been removed...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-25 Andres FreundBlindly fix a dtrace probe in lwlock.c for a removed...
2014-12-25 Andres FreundLockless StrategyGetBuffer clock sweep hot path.
2014-12-25 Andres FreundImprove LWLock scalability.
2014-12-25 Andres FreundConvert the PGPROC->lwWaitLink list into a dlist instea...
2014-12-19 Andres FreundPrevent potentially hazardous compiler/cpu reordering...
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-20 Heikki LinnakangasRevamp the WAL record format.
2014-11-15 Andres FreundSync unlogged relations to disk after they have been...
2014-11-13 Heikki LinnakangasFix race condition between hot standby and restoring...
2014-11-07 Alvaro HerreraBRIN: Block Range Indexes
2014-11-06 Heikki LinnakangasMove the backup-block logic from XLogInsert to a new...
2014-10-30 Robert HaasExtend dsm API with a new function dsm_unpin_mapping.
2014-10-30 Robert Haas"Pin", rather than "keep", dynamic shared memory mappin...
2014-10-28 Heikki LinnakangasRemove unnecessary assignment.
2014-10-20 Andres FreundFlush unlogged table's buffers when copying or moving...
2014-10-14 Heikki LinnakangasFix deadlock with LWLockAcquireWithVar and LWLockWaitFo...
2014-10-08 Robert HaasExtend shm_mq API with new functions shm_mq_sendv,...
2014-10-02 Robert HaasIncrease the number of buffer mapping partitions to...
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-09-25 Robert HaasChange locking regimen around buffer replacement.
2014-09-22 Robert HaasRemove volatile qualifiers from lwlock.c.
2014-09-11 Robert HaasAdd missing volatile qualifier.
2014-09-09 Robert HaasChange the spinlock primitives to function as compiler...
2014-09-05 Peter EisentrautAssorted message fixes and improvements
2014-08-31 Andres FreundDeclare lwlock.c's LWLockAcquireCommon() as a static...
2014-08-31 Andres FreundProtect definition of SpinlockSemaArray, just like...
2014-08-30 Andres FreundMake backend local tracking of buffer pins memory effic...
2014-07-28 Tom LaneFix obsolete statement in smgr/README.
2014-07-24 Robert HaasPrevent shm_mq_send from reading uninitialized memory.
2014-07-24 Robert HaasAvoid access to already-released lock in LockRefindAndR...
2014-07-22 Tom LaneCheck block number against the correct fork in get_raw_...
2014-06-30 Heikki LinnakangasFix and enhance the assertion of no palloc's in a criti...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-05 Tom LaneAdd defenses against running with a wrong selection...
2014-05-23 Heikki LinnakangasFix misc typos in comments.
2014-05-22 Robert HaasRemove unnecessary cleanup code.
2014-05-22 Heikki LinnakangasFix typos in comments.
2014-05-06 Robert HaasFix logic bug in dsm_attach().
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Tom LaneFix possible cache invalidation failure in ReceiveShare...
2014-04-30 Robert HaasConsistently allow reading of messages from a detached...
2014-04-30 Tom LaneRationalize common/relpath.[hc].
2014-04-25 Tom LaneFix off-by-one bug in LWLockRegisterTranche().
2014-04-16 Robert HaasTry to fix spurious DSM failures on Windows.
next