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 585fef1671 Improve readability of factorial, from Florian Weimer. 24 years ago
..
Makefile Add dependency for like.c 25 years ago
acl.c Restructure aclcheck error reporting to make permission-failure 24 years ago
arrayfuncs.c Tweak behavior of array slicing operations: seems like it ought to be 25 years ago
arrayutils.c
ascii.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
bool.c
cash.c Locale support is on by default. The choice of locale is done in initdb 25 years ago
char.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
date.c Fix timestamp to date conversion for the case where timestamp uses a double 24 years ago
datetime.c Merge the last few variable.c configuration variables into the generic 24 years ago
datum.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
encode.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
float.c Repair roundoff-error problem for stddev/variance results near zero, 25 years ago
format_type.c Add routines in namespace.c to determine whether objects are visible 24 years ago
formatting.c Support alternate storage scheme of 64-bit integer for date/time types. 24 years ago
geo_ops.c Remove unnecessary pfree's in geometric operators. At least one of these 24 years ago
geo_selfuncs.c
inet_net_ntop.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
inet_net_pton.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
int.c Improve readability of factorial, from Florian Weimer. 24 years ago
int8.c Clean up INT64CONST conflicts. Make the pg_crc code use a macro called 24 years ago
like.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
like_match.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
mac.c Code review for improved-hashing patch. Fix some portability issues 25 years ago
misc.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
nabstime.c Support alternate storage scheme of 64-bit integer for date/time types. 24 years ago
name.c Support temporary setting of search path during CREATE SCHEMA; this 24 years ago
network.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
not_in.c Restructure indexscan API (index_beginscan, index_getnext) per 24 years ago
numeric.c Remove MAX/MIN() macros, use c.h Max/Min() instead. 25 years ago
numutils.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
oid.c
oracle_compat.c Fix lpad() and rpad() to produce correct results in variable-length 25 years ago
pg_locale.c Merge the last few variable.c configuration variables into the generic 24 years ago
pg_lzcompress.c Fix performance problems in TOAST compressor. The management of 25 years ago
pgstatfuncs.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
quote.c Authentication improvements: 25 years ago
regexp.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 25 years ago
regproc.c Forgot to handle 'opaque' function arguments in regprocedurein/out. 24 years ago
ri_triggers.c Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take 24 years ago
ruleutils.c Queries used by ruleutils were not schema-proof. 24 years ago
selfuncs.c Make initdb print a message about which locale it is about to use. 24 years ago
sets.c Add optional "validator" function to languages that can validate the 24 years ago
tid.c Allow 24 years ago
timestamp.c Fix lookup tables used for rounding interval data values when not using 24 years ago
varbit.c Change made to elog: 25 years ago
varchar.c Restructure representation of aggregate functions so that they have pg_proc 24 years ago
varlena.c Implement types regprocedure, regoper, regoperator, regclass, regtype 24 years ago
version.c