postgresql/src/include/access
Tom Lane f5b4d9a9e0 If we're going to advertise the array overlap/containment operators,
we probably should make them work reliably for all arrays.  Fix code
to handle NULLs and multidimensional arrays, move it into arrayfuncs.c.
GIN is still restricted to indexing arrays with no null elements, however.
2006-09-10 20:14:20 +00:00
..
attnum.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
clog.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
genam.h Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
gin.h If we're going to advertise the array overlap/containment operators, 2006-09-10 20:14:20 +00:00
gist_private.h Make recovery from WAL be restartable, by executing a checkpoint-like 2006-08-07 16:57:57 +00:00
gist.h Rename contains/contained-by operators to @> and <@, per discussion that 2006-09-10 00:29:35 +00:00
gistscan.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
hash.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
heapam.h Now that we've rearranged relation open to get a lock before touching 2006-08-18 16:09:13 +00:00
hio.h More include file adjustments. 2006-07-13 17:47:02 +00:00
htup.h More include file adjustments. 2006-07-13 17:47:02 +00:00
itup.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
multixact.h Arrange to emit a description of the current XLOG record as error context 2006-03-24 04:32:13 +00:00
nbtree.h Optimize the case where a btree indexscan has current and mark positions 2006-08-24 01:18:34 +00:00
printtup.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
reloptions.h Code review for FILLFACTOR patch. Change WITH grammar as per earlier 2006-07-03 22:45:41 +00:00
relscan.h Change the relation_open protocol so that we obtain lock on a relation 2006-07-31 20:09:10 +00:00
rmgr.h GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
sdir.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
skey.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
slru.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
subtrans.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
transam.h Improve vacuum code to track minimum Xids per table instead of per database. 2006-07-10 16:20:52 +00:00
tupdesc.h Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
tupmacs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tuptoaster.h More include file adjustments. 2006-07-13 17:47:02 +00:00
twophase_rmgr.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
twophase.h Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
valid.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
xact.h Alphabetically order reference to include files, "S"-"Z". 2006-07-11 18:26:11 +00:00
xlog_internal.h Implement archive_timeout feature to force xlog file switches to occur no more 2006-08-17 23:04:10 +00:00
xlog.h Make the server track an 'XID epoch', that is, maintain higher-order bits 2006-08-21 16:16:31 +00:00
xlogdefs.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
xlogutils.h Make the world safe for full_page_writes. Allow XLOG records that try to 2006-04-14 20:27:24 +00:00