postgresql/src/backend/utils/adt
2002-08-29 07:22:30 +00:00
..
acl.c This patches replaces a few more usages of strcpy() and sprintf() when 2002-08-27 03:56:35 +00:00
arrayfuncs.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
arrayutils.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
bool.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
cash.c Increase buffer size in cash_words(). Pure paranoia; I don't think the 2002-08-20 16:46:29 +00:00
char.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.c Add guard code to protect from buffer overruns on long date/time input 2002-08-04 06:44:47 +00:00
datetime.c Add guard code to protect from buffer overruns on long date/time input 2002-08-04 06:44:47 +00:00
datum.c The cstring datatype can now be copied, passed around, etc. The typlen 2002-08-24 15:00:47 +00:00
encode.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
float.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
format_type.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
formatting.c Support alternate storage scheme of 64-bit integer for date/time types. 2002-04-21 19:52:18 +00:00
geo_ops.c Mark 'line' as 'not implemented' in SGML and psql \dT, per Thomas 2002-07-16 03:30:27 +00:00
geo_selfuncs.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet_net_ntop.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
inet_net_pton.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
int8.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
int.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
like_match.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
like.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
lockfuncs.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
mac.c backend where a statically sized buffer is written to. Most of these 2002-08-28 20:46:24 +00:00
Makefile Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
misc.c Add current_database(). 2002-08-20 04:46:00 +00:00
nabstime.c Add guard code to protect from buffer overruns on long date/time input 2002-08-04 06:44:47 +00:00
name.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
network.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
not_in.c ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
numeric.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
numutils.c Bring comments back in sync with code. 2002-08-27 20:54:47 +00:00
oid.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
oracle_compat.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
pg_locale.c Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
pg_lzcompress.c Fix performance problems in TOAST compressor. The management of 2001-11-17 06:09:30 +00:00
pgstatfuncs.c Allow pg_statistics to be reset by calling pg_stat_reset(). 2002-08-20 04:47:52 +00:00
pseudotypes.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
quote.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
regexp.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00
regproc.c Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
ri_triggers.c This should fix a bug where a row that was updated or 2002-07-30 16:33:21 +00:00
ruleutils.c Fix ruleutils to dump column definition lists for anonymous record types 2002-08-29 01:19:41 +00:00
selfuncs.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
sets.c This patches replaces a few more usages of strcpy() and sprintf() when 2002-08-27 03:56:35 +00:00
tid.c Code review for standalone composite types, query-specified composite 2002-08-29 00:17:06 +00:00
timestamp.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
varbit.c Modify array operations to include array's element type OID in the 2002-08-26 17:54:02 +00:00
varchar.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
varlena.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
version.c Functions on 'text' type updated to new fmgr style. 'text' is 2000-07-06 05:48:31 +00:00