index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
Age
Commit message (
Expand
)
Author
2016-04-27
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-21
Fix assorted defects in 09adc9a8c09c9640de05c7023b27fb83c761e91c.
Robert Haas
2016-04-21
Inline initial comparisons in TestForOldSnapshot()
Kevin Grittner
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-18
Make partition-lock-release coding more transparent in BufferAlloc().
Tom Lane
2016-04-16
Adjust spin.c's spinlock emulation so that 0 is not a valid spinlock value.
Tom Lane
2016-04-15
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
Fix assorted portability issues with using msync() for data flushing.
Tom Lane
2016-04-12
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-11
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-11
Allow Pin/UnpinBuffer to operate in a lockfree manner.
Andres Freund
2016-04-08
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-06
Revert bf08f2292ffca14fd133aa0901d1563b6ecd6894
Simon Riggs
2016-04-05
Align all shared memory allocations to cache line boundaries.
Robert Haas
2016-04-04
Avoid archiving XLOG_RUNNING_XACTS on idle server
Simon Riggs
2016-04-02
Make all the declarations of WaitEventSetWaitBlock be marked "inline".
Tom Lane
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-29
Fix typo in comment.
Robert Haas
2016-03-27
Fix LWLockReportWaitEnd() parameter list to be (void).
Andres Freund
2016-03-27
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-21
Combine win32 and unix latch implementations.
Andres Freund
2016-03-16
Add idle_in_transaction_session_timeout.
Robert Haas
2016-03-15
Fix typos.
Robert Haas
2016-03-12
Include portability/mem.h into fd.c for MAP_FAILED.
Andres Freund
2016-03-11
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Robert Haas
2016-03-11
Simplify GetLockNameFromTagType.
Robert Haas
2016-03-11
Blindly try to fix dtrace enabled builds, broken in 9cd00c45.
Andres Freund
2016-03-11
Checkpoint sorting and balancing.
Andres Freund
2016-03-11
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-08
Add some functions to fd.c for the convenience of extensions.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-22
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
Fix wrong keysize in PrivateRefCountHash creation.
Andres Freund
2016-02-21
Fix incorrect decision about which lock to take.
Robert Haas
2016-02-21
Cosmetic improvements to group locking.
Robert Haas
2016-02-13
Make GetLockStatusData's header comment resemble reality.
Tom Lane
2016-02-12
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-11
Use separate lwlock tranches for buffer, lock, and predicate lock managers.
Robert Haas
[next]