aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage
Commit message (Expand)AuthorAge
* Fix corner-case bug in WaitEventSetWaitBlock on Windows.Robert Haas2016-12-21
* Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane2016-11-25
* Fix fallback implementation of pg_atomic_write_u32().Andres Freund2016-10-07
* Remove unnecessary #include.Kevin Grittner2016-08-24
* Prevent "snapshot too old" from trying to return pruned TOAST tuples.Robert Haas2016-08-03
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Improve WritebackContextInit() comment and prototype argument names.Andres Freund2016-07-01
* Change default of backend_flush_after GUC to 0 (disabled).Andres Freund2016-06-10
* Improve the situation for parallel query versus temp relations.Tom Lane2016-06-09
* pgindent run for 9.6Robert Haas2016-06-09
* Fix various common mispellings.Greg Stark2016-06-03
* Move memory barrier in UnlockBufHdr to before releasing the lock.Andres Freund2016-05-30
* Fix PageAddItem BRIN bugAlvaro Herrera2016-05-30
* Fix typoMagnus Hagander2016-04-29
* Emit invalidations to standby for transactions without xid.Andres Freund2016-04-26
* Inline initial comparisons in TestForOldSnapshot()Kevin Grittner2016-04-21
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Fix portability problem induced by commit a6f6b7819.Tom Lane2016-04-15
* Make init_spin_delay() C89 compliant #2.Andres Freund2016-04-14
* Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund2016-04-13
* Avoid atomic operation in MarkLocalBufferDirty().Andres Freund2016-04-13
* Widen amount-to-flush arguments of FileWriteback and callers.Tom Lane2016-04-13
* Use static inline function for BufferGetPage()Kevin Grittner2016-04-11
* Avoid the use of a separate spinlock to protect a LWLock's wait queue.Andres Freund2016-04-10
* Allow Pin/UnpinBuffer to operate in a lockfree manner.Andres Freund2016-04-10
* Fix typo in C comment.Kevin Grittner2016-04-09
* Turn special page pointer validation to static inline functionKevin Grittner2016-04-09
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Extend relations multiple blocks at a time to improve scalability.Robert Haas2016-04-08
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Combine win32 and unix latch implementations.Andres Freund2016-03-21
* Remove unused, and dangerous, TestLatch() macro.Andres Freund2016-03-18
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Fix typos.Robert Haas2016-03-15
* Checkpoint sorting and balancing.Andres Freund2016-03-10
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Rework wait for AccessExclusiveLocks on Hot StandbySimon Riggs2016-03-10
* Provide much better wait information in pg_stat_activity.Robert Haas2016-03-10
* Introduce durable_rename() and durable_link_or_rename().Andres Freund2016-03-09
* Add some functions to fd.c for the convenience of extensions.Robert Haas2016-03-08
* Department of second thoughts: remove PD_ALL_FROZEN.Robert Haas2016-03-08
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Remove redundant PGPROC.lockGroupLeaderIdentifier field.Tom Lane2016-02-22
* Cosmetic improvements to group locking.Robert Haas2016-02-21
* Correct Copyright year from 2015 to 2016Joe Conway2016-02-15
* Use separate lwlock tranches for buffer, lock, and predicate lock managers.Robert Haas2016-02-11
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Code cleanup in the wake of recent LWLock refactoring.Robert Haas2016-02-10