postgresql/src/include/access
Tom Lane 1f5cc8c78a Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
both MULTIBYTE and TOAST prevent char(n) from being truly fixed-size.
Simplify and speed up fastgetattr() and index_getattr() macros by
eliminating special cases for attnum=1.  It's just as fast to handle
the first attribute by presetting its attcacheoff to zero; so do that
instead when loading the tupledesc in relcache.c.
2000-11-30 18:38:47 +00:00
..
attnum.h Add: 2000-01-26 05:58:53 +00:00
genam.h Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
gist.h Put external declarations into header files. 2000-11-21 21:16:06 +00:00
gistscan.h Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
giststrat.h Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
hash.h Put external declarations into header files. 2000-11-21 21:16:06 +00:00
heapam.h Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 2000-11-30 18:38:47 +00:00
hio.h Heap redo/undo (except for tuple moving used by vacuum). 2000-09-07 09:58:38 +00:00
htup.h No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
ibit.h Clean up #include's. 2000-06-15 03:33:12 +00:00
iqual.h Add: 2000-01-26 05:58:53 +00:00
istrat.h Cleanup of code for creating index entries. Functional indexes with 2000-07-14 22:18:02 +00:00
itup.h Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 2000-11-30 18:38:47 +00:00
nbtree.h No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
printtup.h Add: 2000-01-26 05:58:53 +00:00
relscan.h Cache fmgr lookup data for index's getnext() function in IndexScanDesc, 2000-03-14 23:52:01 +00:00
rmgr.h XLOG stuff for sequences. 2000-11-30 01:47:33 +00:00
rtree.h Put external declarations into header files. 2000-11-21 21:16:06 +00:00
rtscan.h Add: 2000-01-26 05:58:53 +00:00
rtstrat.h Add: 2000-01-26 05:58:53 +00:00
sdir.h Fix insufficiently-parenthesized macro definitions. 2000-11-02 23:11:03 +00:00
skey.h Add: 2000-01-26 05:58:53 +00:00
strat.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
transam.h No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
tupdesc.h I am attempting to integrate postgres (v 7.0) with an open source 2000-05-22 02:34:23 +00:00
tupmacs.h Fix a bunch of minor portability problems and maybe-bugs revealed by 2000-03-17 02:36:41 +00:00
tuptoaster.h Fix tuptoaster bugs induced by making bytea toastable. Durn thing was 2000-08-04 04:16:17 +00:00
valid.h Third round of fmgr updates: eliminate calls using fmgr() and 2000-05-30 04:25:00 +00:00
xact.h No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00
xlog.h XLOG stuff for sequences. 2000-11-30 01:47:33 +00:00
xlogdefs.h WAL 2000-10-28 16:21:00 +00:00
xlogutils.h No more #ifdef XLOG. 2000-11-30 08:46:26 +00:00