postgresql/src/backend/utils/adt
Tom Lane 7b7df9f0b1 Add hooks to let plugins override the planner's lookups in pg_statistic.
Simon Riggs, with some editorialization by me.
2008-09-28 19:51:40 +00:00
..
acl.c Improve the plan cache invalidation mechanism to make it invalidate plans 2008-09-09 18:58:09 +00:00
array_userfuncs.c
arrayfuncs.c Code review for array_fill patch: fix inadequate check for array size overflow 2008-07-21 04:47:00 +00:00
arrayutils.c
ascii.c
bool.c Simplify and standardize conversions between TEXT datums and ordinary C 2008-03-25 22:42:46 +00:00
cash.c Fix unportable (and incorrect anyway) usage of LL constant suffix that 2008-06-09 19:58:39 +00:00
char.c
date.c Fix AT TIME ZONE (in all three variants) so that we first try to interpret 2008-07-07 18:09:46 +00:00
datetime.c Fix integral timestamps so the output is consistent in all cases to 2008-09-24 19:46:44 +00:00
datum.c
dbsize.c Introduce the concept of relation forks. An smgr relation can now consist 2008-08-11 11:05:11 +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
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 pointer-advancement bugs in MS and US cases of new to_timestamp() code. 2008-09-26 15:35:28 +00:00
genfile.c Restructure some header files a bit, in particular heapam.h, by removing some 2008-05-12 00:00:54 +00:00
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
inet_net_ntop.c
inet_net_pton.c
int8.c Clean up some problems with redundant cross-type arithmetic operators. Add 2008-06-17 19:10:56 +00:00
int.c Clean up some problems with redundant cross-type arithmetic operators. Add 2008-06-17 19:10:56 +00:00
like_match.c Compare escaped chars case insensitively for ILIKE - per gripe from TGL. 2008-09-27 16:53:54 +00:00
like.c
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
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 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of 2008-09-10 18:29:41 +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
oid.c
oracle_compat.c Const-ify the arguments of str_tolower() and friends to suppress compile 2008-07-12 00:44:38 +00:00
pg_locale.c Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 2008-09-23 09:20:39 +00:00
pg_lzcompress.c Improve pglz_decompress() so that it cannot clobber memory beyond the 2008-03-08 01:09:36 +00:00
pgstatfuncs.c Add support for tracking call counts and elapsed runtime for user-defined 2008-05-15 00:17:41 +00:00
pseudotypes.c
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 Support "variadic" functions, which can accept a variable number of arguments 2008-07-16 01:30:23 +00:00
ri_triggers.c Fix caching of foreign-key-checking queries so that when a replan is needed, 2008-09-15 23:37:40 +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 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 2008-09-06 20:18:08 +00:00
selfuncs.c Add hooks to let plugins override the planner's lookups in pg_statistic. 2008-09-28 19:51:40 +00:00
tid.c Improve our #include situation by moving pointer types away from the 2008-06-19 00:46:06 +00:00
timestamp.c Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 2008-09-11 15:27:30 +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
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
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 Extend GIN to support partial-match searches, and extend tsquery to support 2008-05-16 16:31:02 +00:00
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
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
varbit.c
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 Reimplement text_position and related functions to use Boyer-Moore-Horspool 2008-09-07 04:20:00 +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 multiple memory leaks in xml_out(). Per report from Matt Magoffin. 2008-09-16 00:49:41 +00:00