postgresql/src/include/access
Tom Lane 35e9b1cc1e Clean up a couple of ad-hoc computations of the maximum number of tuples
on a page, as suggested by ITAGAKI Takahiro.  Also, change a few places
that were using some other estimates of max-items-per-page to consistently
use MaxOffsetNumber.  This is conservatively large --- we could have used
the new MaxHeapTuplesPerPage macro, or a similar one for index tuples ---
but those places are simply declaring a fixed-size buffer and assuming it
will work, rather than actively testing for overrun.  It seems safer to
size these buffers in a way that can't overflow even if the page is
corrupt.
2005-09-02 19:02:20 +00:00
..
attnum.h Add parentheses to macros when args are used in computations. Without 2005-05-25 21:40:43 +00:00
clog.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
genam.h Change the planner to allow indexscan qualification clauses to use 2005-06-13 23:14:49 +00:00
gist.h Bug fixes for GiST crash recovery. 2005-06-30 17:52:14 +00:00
gist_private.h Bug fixes for GiST crash recovery. 2005-06-30 17:52:14 +00:00
gistscan.h Concurrency for GiST 2005-06-27 12:45:23 +00:00
hash.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
heapam.h Repair problems with VACUUM destroying t_ctid chains too soon, and with 2005-08-20 00:40:32 +00:00
hio.h Avoid WAL-logging individual tuple insertions during CREATE TABLE AS 2005-06-20 18:37:02 +00:00
htup.h Clean up a couple of ad-hoc computations of the maximum number of tuples 2005-09-02 19:02:20 +00:00
iqual.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
itup.h Eliminate duplicate hasnulls bit testing in index tuple access, and 2005-03-27 18:38:27 +00:00
multixact.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
nbtree.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
printtup.h Revise TupleTableSlot code to avoid unnecessary construction and disassembly 2005-03-16 21:38:10 +00:00
relscan.h Arrange to cache fmgr lookup information for an index's access method 2005-05-27 23:31:21 +00:00
rmgr.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00
rtree.h Extend r-tree operator classes to handle Y-direction tests equivalent 2005-06-24 20:53:34 +00:00
rtscan.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
sdir.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
skey.h Fix rtree and contrib/rtree_gist search behavior for the 1-D box and 2005-06-24 00:18:52 +00:00
slru.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
subtrans.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
transam.h Solve the problem of OID collisions by probing for duplicate OIDs 2005-08-12 01:36:05 +00:00
tupdesc.h Adjust creation/destruction of TupleDesc data structure to reduce the 2005-03-07 04:42:17 +00:00
tupmacs.h For some reason access/tupmacs.h has been #including utils/memutils.h, 2005-05-06 17:24:55 +00:00
tuptoaster.h Add pg_column_size() to return storage size of a column, including 2005-07-06 19:02:54 +00:00
twophase.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
twophase_rmgr.h Two-phase commit. Original patch by Heikki Linnakangas, with additional 2005-06-17 22:32:51 +00:00
valid.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xact.h Clean up the rather historically encumbered interface to now() and 2005-06-29 22:51:57 +00:00
xlog.h Convert the arithmetic for shared memory size calculation from 'int' 2005-08-20 23:26:37 +00:00
xlog_internal.h Arrange for the postmaster (and standalone backends, initdb, etc) to 2005-07-04 04:51:52 +00:00
xlogdefs.h Tag appropriate files for rc3 2004-12-31 22:04:05 +00:00
xlogutils.h Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 2005-06-06 17:01:25 +00:00