postgresql/src/backend/utils/adt
..
acl.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
array_userfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
arrayfuncs.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
arrayutils.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
ascii.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
bool.c
cash.c Fix unportable (and incorrect anyway) usage of LL constant suffix that 2008-06-09 19:58:39 +00:00
char.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
date.c
datetime.c Fix datetime input functions to correctly detect integer overflow when 2008-06-09 19:34:02 +00:00
datum.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
dbsize.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
domains.c Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. 2008-06-06 22:35:22 +00:00
encode.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
enum.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
float.c Adjust power() error messages to be more descriptive. 2008-05-09 21:31:23 +00:00
format_type.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
formatting.c Fix bug "select lower('asd') = 'asd'" returns false with multibyte encoding 2008-06-26 16:06:37 +00:00
genfile.c
geo_ops.c Fix several datatype input functions that were allowing unused bytes in their 2008-04-11 22:52:05 +00:00
geo_selfuncs.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +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
int.c Clean up some problems with redundant cross-type arithmetic operators. Add 2008-06-17 19:10:56 +00:00
like_match.c Fix unportable usages of tolower(). On signed-char machines, it is necessary 2008-03-01 03:26:35 +00:00
like.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
lockfuncs.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
mac.c
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
misc.c Add a function pg_get_keywords() to let clients find out the set of keywords 2008-07-03 20:58:47 +00:00
nabstime.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
name.c Reduce the alignment requirement of type "name" from int to char, and arrange 2008-06-24 17:58:27 +00:00
network.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
numeric.c Adjust power() error messages to be more descriptive. 2008-05-09 21:31:23 +00:00
numutils.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
oid.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
oracle_compat.c Merge duplicate upper/lower/initcap() routines in oracle_compat.c and 2008-06-23 19:27:19 +00:00
pg_locale.c Make to_char()'s localized month/day names depend on LC_TIME, not LC_MESSAGES. 2008-05-19 18:08:16 +00:00
pg_lzcompress.c
pgstatfuncs.c Add support for tracking call counts and elapsed runtime for user-defined 2008-05-15 00:17:41 +00:00
pseudotypes.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
quote.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
regexp.c Convert three more guc settings to enum type: 2008-04-02 14:42:56 +00:00
regproc.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
ri_triggers.c Coercion sanity check in ri_HashCompareOp failed to allow for enums, as per 2008-05-19 04:14:24 +00:00
rowtypes.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
ruleutils.c Fix pg_get_ruledef() so that negative numeric constants are parenthesized. 2008-06-06 17:59:29 +00:00
selfuncs.c
tid.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
timestamp.c Fix AT TIME ZONE (in all three variants) so that we first try to interpret 2008-07-07 18:09:46 +00:00
tsginidx.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsgistidx.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsquery_cleanup.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_gist.c Allow float8, int8, and related datatypes to be passed by value on machines 2008-04-21 00:26:47 +00:00
tsquery_op.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsquery_rewrite.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
tsquery_util.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsquery.c
tsrank.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsvector_op.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
tsvector_parser.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
tsvector.c Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
txid.c Improve snapshot manager by keeping explicit track of snapshots. 2008-05-12 20:02:02 +00:00
uuid.c Fix some missed copyright updates. 2008-01-01 20:31:21 +00:00
varbit.c Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
varchar.c Alter the xxx_pattern_ops opclasses to use the regular equality operator of 2008-05-27 00:13:09 +00:00
varlena.c Alter the xxx_pattern_ops opclasses to use the regular equality operator of 2008-05-27 00:13:09 +00:00
version.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
xid.c
xml.c Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin, 2008-07-03 00:04:24 +00:00