postgresql/src/include/access
Tom Lane d26bf23f34 Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation
written to temp files by tuplesort.c and tuplestore.c.  This saves 2 bytes per
row for 32-bit machines, and 6 bytes per row for 64-bit machines, which seems
worth the slight additional uglification of the tuple read/write routines.
2008-10-28 15:51:03 +00:00
..
attnum.h Defend against JOINs having more than 32K columns altogether. We cannot 2008-04-05 01:58:20 +00:00
clog.h Rework subtransaction commit protocol for hot standby. 2008-10-20 19:18:18 +00:00
genam.h Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
gin.h Remove mark/restore support in GIN and GiST indexes. 2008-10-20 13:39:44 +00:00
gist.h Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
gist_private.h Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 2008-10-22 12:53:56 +00:00
gistscan.h Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
hash.h Remove useless mark/restore support in hash index AM, per discussion. 2008-10-17 23:50:57 +00:00
heapam.h Modify the parser's error reporting to include a specific hint for the case 2008-10-08 01:14:44 +00:00
hio.h Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
htup.h Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation 2008-10-28 15:51:03 +00:00
itup.h Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
multixact.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
nbtree.h Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
printtup.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
reloptions.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
relscan.h Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
rewriteheap.h Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
rmgr.h Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the 2008-09-30 10:52:14 +00:00
sdir.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
skey.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
slru.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
subtrans.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
sysattr.h Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
transam.h Rework subtransaction commit protocol for hot standby. 2008-10-20 19:18:18 +00:00
tupdesc.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tupmacs.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tuptoaster.h Clean up the use of some page-header-access macros: principally, use 2008-07-13 20:45:47 +00:00
twophase.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
twophase_rmgr.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
valid.h Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
xact.h Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
xlog.h Convert wal_sync_method to guc enum. 2008-05-12 08:35:05 +00:00
xlog_internal.h Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00
xlogdefs.h Fix a subtle bug exposed by recent wal_sync_method rearrangements. 2008-05-17 17:24:57 +00:00
xlogutils.h Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +00:00