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

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 4df0f1d) | patch
Make btree index structure adjustments and WAL logging changes needed to
2003年2月21日 00:06:22 +0000 (00:06 +0000)
2003年2月21日 00:06:22 +0000 (00:06 +0000)
commit 70508ba7aed76954b7e630a4952e1360c15db830
Make btree index structure adjustments and WAL logging changes needed to
support btree compaction, as per proposal of a few days ago. btree index
pages no longer store parent links, instead they have a level indicator
(counting up from zero for leaf pages). The FixBTree recovery logic is
removed, and replaced by code that detects missing parent-level insertions
during WAL replay. Also, generate appropriate WAL entries when updating
btree metapage and when building a btree index from scratch. I believe
btree indexes are now completely WAL-legal for the first time.
initdb forced due to index and WAL changes.
13 files changed:
src/backend/access/nbtree/Makefile diff | blob | blame | history
src/backend/access/nbtree/README 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/nbtsort.c diff | blob | blame | history
src/backend/access/nbtree/nbtxlog.c [new file with mode: 0644] blob
src/backend/access/transam/rmgr.c diff | blob | blame | history
src/backend/access/transam/xlog.c diff | blob | blame | history
src/include/access/nbtree.h diff | blob | blame | history
src/include/access/xlog.h diff | blob | blame | history
src/include/catalog/catversion.h diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

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