postgresql/src/backend/access
Tom Lane ee7ac7b11e Modify XLogInsert API to make callers specify whether pages to be backed
up have the standard layout with unused space between pd_lower and pd_upper.
When this is set, XLogInsert will omit the unused space without bothering
to scan it to see if it's zero.  That saves time in XLogInsert, and also
allows reversion of my earlier patch to make PageRepairFragmentation et al
explicitly re-zero freed space.  Per suggestion by Heikki Linnakangas.
2005-06-06 20:22:58 +00:00
..
common Change CREATE TYPE to require datatype output and send functions to have 2005-05-01 18:56:19 +00:00
gist Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
hash Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
heap Modify XLogInsert API to make callers specify whether pages to be backed 2005-06-06 20:22:58 +00:00
index Arrange to cache fmgr lookup information for an index's access method 2005-05-27 23:31:21 +00:00
nbtree Modify XLogInsert API to make callers specify whether pages to be backed 2005-06-06 20:22:58 +00:00
rtree Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
transam Modify XLogInsert API to make callers specify whether pages to be backed 2005-06-06 20:22:58 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00