postgresql/src/backend/utils/adt
Tom Lane 0144eb92bb Add the full set of comparison functions for type TID, including a btree
opclass.  This is not so much because anyone's likely to create an index
on TID, as that sorting TIDs can be useful.  Also added max and min
aggregates while at it, so that one can investigate the clusteredness of
a table with queries like SELECT min(ctid), max(ctid) FROM tab WHERE ...
Greg Stark and Tom Lane
2006-07-21 20:51:33 +00:00
..
acl.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
array_userfuncs.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
arrayfuncs.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
arrayutils.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
ascii.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
bool.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
cash.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
char.c Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 2006-03-11 01:19:22 +00:00
date.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
datetime.c Fix a passel of recently-committed violations of the rule 'thou shalt 2006-07-14 05:28:29 +00:00
datum.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
dbsize.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
domains.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
encode.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
float.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
format_type.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
formatting.c Fix problem that sscanf(buf, "%d", &val) eats leading white space, but 2006-04-19 18:49:09 +00:00
genfile.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
geo_ops.c Update comment description of geo routines and move comment to more 2006-06-26 12:32:42 +00:00
geo_selfuncs.c Move ltree parentsel() selectivity function into /contrib/ltree. 2006-04-26 22:33:36 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int8.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
int.c Avoid use of C commment inside C comment from recent Win32 int overflow patch. 2006-06-12 16:28:52 +00:00
like_match.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
like.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lockfuncs.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
mac.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
Makefile Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
misc.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nabstime.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
name.c Fix ancient misdescription of namegt/namege in comment. Greg Stark 2006-05-30 05:22:59 +00:00
network.c Fix incorrect addition, subtraction, and overflow checking in new 2006-02-11 20:39:59 +00:00
not_in.c Add error location info to ResTarget parse nodes. Allows error cursor to be supplied 2006-03-23 00:19:30 +00:00
numeric.c Fix a passel of recently-committed violations of the rule 'thou shalt 2006-07-14 05:28:29 +00:00
numutils.c Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and 2006-03-11 01:19:22 +00:00
oid.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
oracle_compat.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
pg_locale.c Don't choke during startup if the environment offers an invalid value 2006-06-03 17:36:10 +00:00
pg_lzcompress.c Fix a passel of recently-committed violations of the rule 'thou shalt 2006-07-14 05:28:29 +00:00
pgstatfuncs.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
pseudotypes.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
quote.c Fix up pg_dump to do string escaping fully correctly for client encoding 2006-05-28 21:13:54 +00:00
regexp.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
regproc.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
ri_triggers.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
rowtypes.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
ruleutils.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
selfuncs.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
tid.c Add the full set of comparison functions for type TID, including a btree 2006-07-21 20:51:33 +00:00
timestamp.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
varbit.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
varchar.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
varlena.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
version.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
xid.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00