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