postgresql/src/include/access
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my
pghackers proposal of 8-Nov.  All the existing cross-type comparison
operators (int2/int4/int8 and float4/float8) have appropriate support.
The original proposal of storing the right-hand-side datatype as part of
the primary key for pg_amop and pg_amproc got modified a bit in the event;
it is easier to store zero as the 'default' case and only store a nonzero
when the operator is actually cross-type.  Along the way, remove the
long-since-defunct bigbox_ops operator class.
2003-11-12 21:15:59 +00:00
..
attnum.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
clog.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
genam.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
gist.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
gistscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
hash.h Reimplement hash index locking algorithms, per my recent proposal to 2003-09-04 22:06:27 +00:00
heapam.h Repair RI trigger visibility problems (this time for sure ;-)) per recent 2003-10-01 21:30:53 +00:00
hio.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
htup.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
ibit.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
iqual.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
itup.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
nbtree.h Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
printtup.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
relscan.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
rmgr.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rtree.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
rtscan.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
sdir.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
skey.h Cross-data-type comparisons are now indexable by btrees, pursuant to my 2003-11-12 21:15:59 +00:00
slru.h Another pgindent run with updated typedefs. 2003-08-08 21:42:59 +00:00
transam.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
tupdesc.h Rewriter and planner should use only resno, not resname, to identify 2003-08-11 23:04:50 +00:00
tupmacs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
tuptoaster.h Fix some copyright notices that weren't updated. Improve copyright tool 2003-08-04 23:59:41 +00:00
valid.h Add operator strategy and comparison-value datatype fields to ScanKey. 2003-11-09 21:30:38 +00:00
xact.h Implement isolation levels read uncommitted and repeatable read as acting 2003-11-06 22:08:15 +00:00
xlog.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
xlogdefs.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
xlogutils.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00