git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 689f9a0) | patch
Modify BufferGetPage() to prepare for "snapshot too old" feature
Fri, 8 Apr 2016 19:30:10 +0000 (14:30 -0500)
Fri, 8 Apr 2016 19:30:10 +0000 (14:30 -0500)
commit 8b65cf4c5edabdcae45ceaef7b9ac236879aae50
Modify BufferGetPage() to prepare for "snapshot too old" feature

This patch is a no-op patch which is intended to reduce the chances
of failures of omission once the functional part of the "snapshot
too old" patch goes in. It adds parameters for snapshot, relation,
and an enum to specify whether the snapshot age check needs to be
done for the page at this point. This initial patch passes NULL
for the first two new parameters and BGP_NO_SNAPSHOT_TEST for the
third. The follow-on patch will change the places where the test
needs to be made.
65 files changed:
contrib/bloom/blinsert.c diff | blob | blame | history
contrib/bloom/blscan.c diff | blob | blame | history
contrib/bloom/blutils.c diff | blob | blame | history
contrib/bloom/blvacuum.c diff | blob | blame | history
contrib/pageinspect/btreefuncs.c diff | blob | blame | history
contrib/pageinspect/rawpage.c diff | blob | blame | history
contrib/pg_visibility/pg_visibility.c diff | blob | blame | history
contrib/pgstattuple/pgstatapprox.c diff | blob | blame | history
contrib/pgstattuple/pgstatindex.c diff | blob | blame | history
contrib/pgstattuple/pgstattuple.c diff | blob | blame | history
src/backend/access/brin/brin.c diff | blob | blame | history
src/backend/access/brin/brin_pageops.c diff | blob | blame | history
src/backend/access/brin/brin_revmap.c diff | blob | blame | history
src/backend/access/brin/brin_xlog.c diff | blob | blame | history
src/backend/access/gin/ginbtree.c diff | blob | blame | history
src/backend/access/gin/gindatapage.c diff | blob | blame | history
src/backend/access/gin/ginentrypage.c diff | blob | blame | history
src/backend/access/gin/ginfast.c diff | blob | blame | history
src/backend/access/gin/ginget.c diff | blob | blame | history
src/backend/access/gin/gininsert.c diff | blob | blame | history
src/backend/access/gin/ginutil.c diff | blob | blame | history
src/backend/access/gin/ginvacuum.c diff | blob | blame | history
src/backend/access/gin/ginxlog.c diff | blob | blame | history
src/backend/access/gist/gist.c diff | blob | blame | history
src/backend/access/gist/gistbuild.c diff | blob | blame | history
src/backend/access/gist/gistget.c diff | blob | blame | history
src/backend/access/gist/gistutil.c diff | blob | blame | history
src/backend/access/gist/gistvacuum.c diff | blob | blame | history
src/backend/access/gist/gistxlog.c diff | blob | blame | history
src/backend/access/hash/hash.c diff | blob | blame | history
src/backend/access/hash/hashinsert.c diff | blob | blame | history
src/backend/access/hash/hashovfl.c diff | blob | blame | history
src/backend/access/hash/hashpage.c diff | blob | blame | history
src/backend/access/hash/hashsearch.c diff | blob | blame | history
src/backend/access/hash/hashutil.c diff | blob | blame | history
src/backend/access/heap/heapam.c diff | blob | blame | history
src/backend/access/heap/hio.c diff | blob | blame | history
src/backend/access/heap/pruneheap.c diff | blob | blame | history
src/backend/access/heap/visibilitymap.c diff | blob | blame | history
src/backend/access/nbtree/nbtinsert.c diff | blob | blame | history
src/backend/access/nbtree/nbtpage.c diff | blob | blame | history
src/backend/access/nbtree/nbtree.c diff | blob | blame | history
src/backend/access/nbtree/nbtsearch.c diff | blob | blame | history
src/backend/access/nbtree/nbtutils.c diff | blob | blame | history
src/backend/access/nbtree/nbtxlog.c diff | blob | blame | history
src/backend/access/spgist/spgdoinsert.c diff | blob | blame | history
src/backend/access/spgist/spginsert.c diff | blob | blame | history
src/backend/access/spgist/spgscan.c diff | blob | blame | history
src/backend/access/spgist/spgutils.c diff | blob | blame | history
src/backend/access/spgist/spgvacuum.c diff | blob | blame | history
src/backend/access/spgist/spgxlog.c diff | blob | blame | history
src/backend/access/transam/generic_xlog.c diff | blob | blame | history
src/backend/access/transam/xloginsert.c diff | blob | blame | history
src/backend/access/transam/xlogutils.c diff | blob | blame | history
src/backend/catalog/index.c diff | blob | blame | history
src/backend/commands/analyze.c diff | blob | blame | history
src/backend/commands/sequence.c diff | blob | blame | history
src/backend/commands/trigger.c diff | blob | blame | history
src/backend/commands/vacuumlazy.c diff | blob | blame | history
src/backend/executor/nodeBitmapHeapscan.c diff | blob | blame | history
src/backend/executor/nodeSamplescan.c diff | blob | blame | history
src/backend/storage/buffer/bufmgr.c diff | blob | blame | history
src/backend/storage/freespace/freespace.c diff | blob | blame | history
src/backend/storage/freespace/fsmpage.c diff | blob | blame | history
src/include/storage/bufmgr.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /