]> granicus.if.org Git - postgresql/history - src/include/storage
Reindent table partitioning code.
[postgresql] / src / include / storage /
2017-01-20 Peter EisentrautLogical replication
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-04 Robert HaasUpdate obsolete comments in lwlock.h.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-21 Robert HaasFix corner-case bug in WaitEventSetWaitBlock on Windows.
2016-12-19 Robert HaasProvide a DSA area for all parallel queries.
2016-12-19 Robert HaasRemove unused file.
2016-12-16 Robert HaasSimplify LWLock tranche machinery by removing array_bas...
2016-12-12 Tom LaneMake the different Unix-y semaphore implementations...
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-23 Robert HaasRemove barrier.h
2016-11-22 Robert HaasSupport condition variables.
2016-11-15 Robert HaasReserve zero as an invalid DSM handle.
2016-11-04 Robert HaasAdd API to check if an existing exclusive lock allows...
2016-10-11 Tom LaneRemove "sco" and "unixware" ports.
2016-10-07 Andres FreundFix fallback implementation of pg_atomic_write_u32().
2016-10-04 Robert HaasExtend framework from commit 53be0b1ad to report latch...
2016-09-22 Tom LaneRemove nearly-unused SizeOfIptrData macro.
2016-09-09 Tom LaneRewrite PageIndexDeleteNoCompact into a form that only...
2016-09-09 Tom LaneConvert PageAddItem into a macro to save a few cycles.
2016-09-09 Tom LaneInvent PageIndexTupleOverwrite, and teach BRIN and...
2016-09-09 Andres FreundImprove scalability of md.c for large relations.
2016-09-05 Simon RiggsAdd debug check function LWLockHeldByMeInMode()
2016-09-01 Tom LaneChange API of ShmemAlloc() so it throws error rather...
2016-08-24 Kevin GrittnerRemove unnecessary #include.
2016-08-23 Robert HaasExtend dsm API with a new function dsm_unpin_segment.
2016-08-15 Robert HaasOnce again allow LWLocks to be used within DSM segments.
2016-08-03 Robert HaasPrevent "snapshot too old" from trying to return pruned...
2016-08-01 Tom LaneDon't CHECK_FOR_INTERRUPTS between WaitLatch and ResetL...
2016-07-01 Andres FreundImprove WritebackContextInit() comment and prototype...
2016-06-10 Andres FreundChange default of backend_flush_after GUC to 0 (disabled).
2016-06-10 Tom LaneImprove the situation for parallel query versus temp...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-03 Greg StarkFix various common mispellings.
2016-05-30 Andres FreundMove memory barrier in UnlockBufHdr to before releasing...
2016-05-30 Alvaro HerreraFix PageAddItem BRIN bug
2016-04-29 Magnus HaganderFix typo
2016-04-27 Andres FreundEmit invalidations to standby for transactions without...
2016-04-21 Kevin GrittnerInline initial comparisons in TestForOldSnapshot()
2016-04-20 Kevin GrittnerRevert no-op changes to BufferGetPage()
2016-04-15 Tom LaneFix portability problem induced by commit a6f6b7819.
2016-04-15 Andres FreundMake init_spin_delay() C89 compliant #2.
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-04-13 Andres FreundAvoid atomic operation in MarkLocalBufferDirty().
2016-04-13 Tom LaneWiden amount-to-flush arguments of FileWriteback and...
2016-04-11 Kevin GrittnerUse static inline function for BufferGetPage()
2016-04-11 Andres FreundAvoid the use of a separate spinlock to protect a LWLoc...
2016-04-11 Andres FreundAllow Pin/UnpinBuffer to operate in a lockfree manner.
2016-04-09 Kevin GrittnerFix typo in C comment.
2016-04-09 Kevin GrittnerTurn special page pointer validation to static inline...
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Kevin GrittnerModify BufferGetPage() to prepare for "snapshot too...
2016-04-08 Robert HaasExtend relations multiple blocks at a time to improve...
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-03-21 Andres FreundCombine win32 and unix latch implementations.
2016-03-18 Andres FreundRemove unused, and dangerous, TestLatch() macro.
2016-03-16 Robert HaasAdd idle_in_transaction_session_timeout.
2016-03-15 Robert HaasFix typos.
2016-03-11 Andres FreundCheckpoint sorting and balancing.
2016-03-11 Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10 Simon RiggsRework wait for AccessExclusiveLocks on Hot Standby
2016-03-10 Robert HaasProvide much better wait information in pg_stat_activity.
2016-03-10 Andres FreundIntroduce durable_rename() and durable_link_or_rename().
2016-03-08 Robert HaasAdd some functions to fd.c for the convenience of exten...
2016-03-08 Robert HaasDepartment of second thoughts: remove PD_ALL_FROZEN.
2016-03-02 Robert HaasChange the format of the VM fork to add a second bit...
2016-02-22 Tom LaneCreate a function to reliably identify which sessions...
2016-02-22 Tom LaneRemove redundant PGPROC.lockGroupLeaderIdentifier field.
2016-02-21 Robert HaasCosmetic improvements to group locking.
2016-02-15 Joe ConwayCorrect Copyright year from 2015 to 2016
2016-02-11 Robert HaasUse separate lwlock tranches for buffer, lock, and...
2016-02-11 Robert HaasRename PGPROC fields related to group XID clearing...
2016-02-10 Robert HaasCode cleanup in the wake of recent LWLock refactoring.
2016-02-07 Robert HaasIntroduce group locking to prevent parallel processes...
2016-02-05 Robert HaasFix typo.
2016-02-04 Robert HaasChange the way that LWLocks for extensions are allocated.
2016-02-02 Robert HaasMake all built-in lwlock tranche IDs fixed.
2016-01-29 Robert HaasMigrate replication slot I/O locks into a separate...
2016-01-29 Robert HaasMigrate PGPROC's backendLock into PGPROC itself, using...
2016-01-21 Simon RiggsRefactor headers to split out standby defs
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-15 Robert HaasMove buffer I/O and content LWLocks out of the main...
2015-12-15 Robert HaasProvide a way to predefine LWLock tranche IDs.
2015-12-10 Andres FreundFix bug leading to restoring unlogged relations from...
2015-11-16 Robert HaasRemove volatile qualifiers from bufmgr.c and freelist.c
2015-10-16 Robert HaasRemove cautions about using volatile from spin.h.
2015-10-13 Tom LaneOn Windows, ensure shared memory handle gets closed...
2015-10-09 Robert HaasRemove set_latch_on_sigusr1 flag.
2015-10-08 Robert HaasCorrect pg_indent to pgindent in various comments.
2015-09-19 Robert HaasGlue layer to connect the executor to the shm_mq mechanism.
2015-09-11 Robert HaasFix build problems in commit aa65de042f5828968f2f6cd65f...
2015-09-11 Robert HaasWhen trace_lwlocks is used, identify individual lwlocks...
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-09-05 Heikki LinnakangasFix misc typos.
2015-09-03 Robert HaasAssorted code review for recent ProcArrayLock patch.
2015-08-31 Tom LaneClean up icc + ia64 situation.
2015-08-29 Tom LaneFix s_lock.h PPC assembly code to be compatible with...
2015-08-10 Tom LaneAccept alternate spellings of __sparcv7 and __sparcv8.
2015-08-07 Andres FreundDon't include low level locking code from frontend...
2015-08-06 Robert HaasReduce ProcArrayLock contention by removing backends...
next