postgresql/src/backend/utils/adt
Bruce Momjian 4a3a1e2cf1 Hi,
small changes in formatting.c code (better memory usage ...etc.) and
better
to_char's cache (will fastly for more to_char()s in one query).

(It is probably end of to_char() development in 7.0 cycle.)

                                                Karel
2000-03-16 01:35:41 +00:00
..
acl.c Add: 2000-01-26 05:58:53 +00:00
arrayfuncs.c Add: 2000-01-26 05:58:53 +00:00
arrayutils.c Add: 2000-01-26 05:58:53 +00:00
bool.c Add btree indexing of boolean values 2000-02-10 19:51:52 +00:00
cash.c Fixed all elog related warnings, as well as a few others. 2000-01-15 02:59:43 +00:00
char.c Add: 2000-01-26 05:58:53 +00:00
chunk.c Add: 2000-01-26 05:58:53 +00:00
date.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
datetime.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
datum.c Add: 2000-01-26 05:58:53 +00:00
filename.c Add: 2000-01-26 05:58:53 +00:00
float.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
formatting.c Hi, 2000-03-16 01:35:41 +00:00
geo_ops.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
geo_selfuncs.c Finish repairing 6.5's problems with r-tree indexes: create appropriate 2000-02-17 03:40:02 +00:00
inet_net_ntop.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
inet_net_pton.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
int8.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
int.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
like.c Add: 2000-01-26 05:58:53 +00:00
lztext.c Removed LZTEXT datatype as discussed. 1999-12-28 13:40:53 +00:00
mac.c Ethernet MAC addresses (macaddr type) are not compared correctly for 1999-12-16 01:30:49 +00:00
Makefile Reactivated LZTEXT data type and changed rule plan- and qual-strings 2000-02-27 12:02:34 +00:00
misc.c Add: 2000-01-26 05:58:53 +00:00
nabstime.c Implement "date/time grand unification". 2000-02-16 17:26:26 +00:00
name.c Add: 2000-01-26 05:58:53 +00:00
network.c Reversed out inet patch. 2000-03-08 01:44:37 +00:00
not_in.c Add: 2000-01-26 05:58:53 +00:00
numeric.c Extend numeric_round and numeric_trunc to accept negative scale inputs 2000-03-13 02:31:13 +00:00
numutils.c Add: 2000-01-26 05:58:53 +00:00
oid.c Add: 2000-01-26 05:58:53 +00:00
oracle_compat.c Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 2000-03-15 17:24:18 +00:00
pg_locale.c I'm sending patch with new version of to_char numbers formatting. 2000-02-08 15:57:01 +00:00
pg_lzcompress.c Added another single byte oriented decompressor, useful for 1999-11-25 01:28:07 +00:00
regexp.c Add: 2000-01-26 05:58:53 +00:00
regproc.c Minor improvements in regprocout() and oidvectortypes(). 2000-02-27 03:30:27 +00:00
ri_triggers.c Added complete MATCH <unspecified> support contributed by Don Baccus. 2000-02-07 17:50:38 +00:00
ruleutils.c Update comment obsoleted by Thomas's latest fixes. 2000-03-15 23:42:14 +00:00
selfuncs.c Add date and time datatype handling to convert_to_scalar. (I was waiting 2000-02-26 23:03:12 +00:00
sets.c Add: 2000-01-26 05:58:53 +00:00
tid.c Add: 2000-01-26 05:58:53 +00:00
timestamp.c Implement column aliases on views "CREATE VIEW name (collist)". 2000-03-14 23:06:59 +00:00
varchar.c Remove unnecessary limitations on lengths of bpchar and varchar constants. 2000-03-13 01:54:07 +00:00
varlena.c Add: 2000-01-26 05:58:53 +00:00
version.c Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00