postgresql/src/backend/access
Noah Misch ffcf654547 Fix systable_recheck_tuple() for MVCC scan snapshots.
Since this function assumed non-MVCC snapshots, it broke when commit
568d4138c6 switched its one caller from
SnapshotNow scans to MVCC-snapshot scans.

Reviewed by Robert Haas, Tom Lane and Andres Freund.
2013-07-16 20:16:32 -04:00
..
common Cooperate with the Valgrind instrumentation framework. 2013-06-26 20:22:25 -04:00
gin Inline ginCompareItemPointers function for speed. 2013-06-29 12:55:34 +03:00
gist Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
hash Add buffer_std flag to MarkBufferDirtyHint(). 2013-06-17 08:02:12 -07:00
heap Update messages, comments and documentation for materialized views. 2013-07-05 15:37:51 -04:00
index Fix systable_recheck_tuple() for MVCC scan snapshots. 2013-07-16 20:16:32 -04:00
nbtree Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. 2013-07-02 09:47:01 -04:00
rmgrdesc Add new GUC, max_worker_processes, limiting number of bgworkers. 2013-07-04 11:24:24 -04:00
spgist Avoid deadlocks during insertion into SP-GiST indexes. 2013-06-14 14:26:43 -04:00
transam Fix Windows build. 2013-07-08 17:28:48 +03:00
Makefile Split out rmgr rm_desc functions into their own files 2012-11-28 13:01:15 -03:00