postgresql/src/backend/utils/adt
Tom Lane 34f8ee9737 Add selectivity-calculation code for RowCompareExpr nodes. Simplistic,
but a lot better than nothing at all ...
2006-01-14 00:14:12 +00:00
..
acl.c
array_userfuncs.c
arrayfuncs.c
arrayutils.c
ascii.c
bool.c
cash.c
char.c
date.c
datetime.c
datum.c
dbsize.c
encode.c
float.c
format_type.c
formatting.c Allow to_char(interval) and to_char(time) to use AM/PM specifications. 2005-12-03 16:45:06 +00:00
genfile.c
geo_ops.c
geo_selfuncs.c
inet_net_ntop.c
inet_net_pton.c
int8.c
int.c
like_match.c
like.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
lockfuncs.c Simplify lock manager data structures by making a clear separation between 2005-12-09 01:22:04 +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
misc.c Create a standard function pg_sleep() to sleep for a specified amount of time. 2006-01-11 20:12:43 +00:00
nabstime.c
name.c
network.c Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
not_in.c
numeric.c
numutils.c
oid.c
oracle_compat.c
pg_locale.c Don't assume that LC_MESSAGES is always available on WIN32. Per Magnus. 2006-01-02 20:25:45 +00:00
pg_lzcompress.c
pgstatfuncs.c
pseudotypes.c
quote.c
regexp.c
regproc.c
ri_triggers.c Mention "table" in "violates foreign key constraint" message that was 2005-12-28 16:47:21 +00:00
rowtypes.c
ruleutils.c Repair EXPLAIN failure when trying to display a plan condition that involves 2005-12-30 18:34:22 +00:00
selfuncs.c Add selectivity-calculation code for RowCompareExpr nodes. Simplistic, 2006-01-14 00:14:12 +00:00
tid.c
timestamp.c
varbit.c I have added these macros to c.h: 2005-12-25 02:14:19 +00:00
varchar.c Adjust string comparison so that only bitwise-equal strings are considered 2005-12-22 22:50:00 +00:00
varlena.c Adjust string comparison so that only bitwise-equal strings are considered 2005-12-22 22:50:00 +00:00
version.c
xid.c