You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/utils/adt
Bruce Momjian 4a3a1e2cf1 Hi, 26 years ago
..
Makefile Reactivated LZTEXT data type and changed rule plan- and qual-strings 26 years ago
acl.c Add: 26 years ago
arrayfuncs.c Add: 26 years ago
arrayutils.c Add: 26 years ago
bool.c Add btree indexing of boolean values 26 years ago
cash.c Fixed all elog related warnings, as well as a few others. 26 years ago
char.c Add: 26 years ago
chunk.c Add: 26 years ago
date.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
datetime.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
datum.c Add: 26 years ago
filename.c Add: 26 years ago
float.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
formatting.c Hi, 26 years ago
geo_ops.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
geo_selfuncs.c Finish repairing 6.5's problems with r-tree indexes: create appropriate 26 years ago
inet_net_ntop.c
inet_net_pton.c
int.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
int8.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
like.c Add: 26 years ago
lztext.c Removed LZTEXT datatype as discussed. 26 years ago
mac.c Ethernet MAC addresses (macaddr type) are not compared correctly for 26 years ago
misc.c Add: 26 years ago
nabstime.c Implement "date/time grand unification". 26 years ago
name.c Add: 26 years ago
network.c Reversed out inet patch. 26 years ago
not_in.c Add: 26 years ago
numeric.c Extend numeric_round and numeric_trunc to accept negative scale inputs 26 years ago
numutils.c Add: 26 years ago
oid.c Add: 26 years ago
oracle_compat.c Fix busted TRANSLATE() code --- it coredumped due to pfree()'ing the 26 years ago
pg_locale.c I'm sending patch with new version of to_char numbers formatting. 26 years ago
pg_lzcompress.c Added another single byte oriented decompressor, useful for 26 years ago
regexp.c Add: 26 years ago
regproc.c Minor improvements in regprocout() and oidvectortypes(). 26 years ago
ri_triggers.c Added complete MATCH <unspecified> support contributed by Don Baccus. 26 years ago
ruleutils.c Update comment obsoleted by Thomas's latest fixes. 26 years ago
selfuncs.c Add date and time datatype handling to convert_to_scalar. (I was waiting 26 years ago
sets.c Add: 26 years ago
tid.c Add: 26 years ago
timestamp.c Implement column aliases on views "CREATE VIEW name (collist)". 26 years ago
varchar.c Remove unnecessary limitations on lengths of bpchar and varchar constants. 26 years ago
varlena.c Add: 26 years ago
version.c