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
Tom Lane 14572e4324 Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution 19 years ago
..
Makefile Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
acl.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
array_userfuncs.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
arrayfuncs.c Support varlena fields with single-byte headers and unaligned storage. 19 years ago
arrayutils.c Tweak the API for per-datatype typmodin functions so that they are passed 19 years ago
ascii.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
bool.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
cash.c Fix cash_mul_int4 and cash_div_int4 for overenthusiastic substitution 19 years ago
char.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
date.c Switch over to using the src/timezone functions for formatting timestamps 19 years ago
datetime.c Switch over to using the src/timezone functions for formatting timestamps 19 years ago
datum.c Support varlena fields with single-byte headers and unaligned storage. 19 years ago
dbsize.c Fix a race condition that caused pg_database_size() and pg_tablespace_size() 19 years ago
domains.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
encode.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
enum.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
float.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
format_type.c Support enum data types. Along the way, use macros for the values of 19 years ago
formatting.c Switch over to using the src/timezone functions for formatting timestamps 19 years ago
genfile.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
geo_ops.c Remove copied comments from geo_ops.c source file and replace with new 19 years ago
geo_selfuncs.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 20 years ago
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 20 years ago
int.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
int8.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
like.c Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 19 years ago
like_match.c Improve efficiency of LIKE/ILIKE code, especially for multi-byte charsets, 19 years ago
lockfuncs.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
misc.c Provide for logfiles in machine readable CSV format. In consequence, rename 19 years ago
nabstime.c Switch over to using the src/timezone functions for formatting timestamps 19 years ago
name.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
network.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
not_in.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
numeric.c Fix stddev_pop(numeric) and var_pop(numeric), which were incorrectly producing 19 years ago
numutils.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
oid.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
oracle_compat.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
pg_locale.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
pg_lzcompress.c Fix up bad layout of some comments (probably pg_indent's fault), and 19 years ago
pgstatfuncs.c Implement "distributed" checkpoints in which the checkpoint I/O is spread 19 years ago
pseudotypes.c Fix up text concatenation so that it accepts all the reasonable cases that 19 years ago
quote.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
regexp.c Avoid memory leakage across successive calls of regexp_matches() or 19 years ago
regproc.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
ri_triggers.c Repair problems occurring when multiple RI updates have to be done to the same 19 years ago
rowtypes.c Add resetStringInfo(), which clears the content of a StringInfo, and 19 years ago
ruleutils.c Implement CREATE TABLE LIKE ... INCLUDING INDEXES. Patch from NikhilS, 19 years ago
selfuncs.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tid.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
timestamp.c Switch over to using the src/timezone functions for formatting timestamps 19 years ago
tsginidx.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsgistidx.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_cleanup.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_gist.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_op.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_rewrite.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_util.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsrank.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsvector.c Fix a small 64-bit problem in tsearch patch. 19 years ago
tsvector_op.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
uuid.c Downgrade implicit casts to text to be assignment-only, except for the ones 19 years ago
varbit.c Fix potential access-off-the-end-of-memory in varbit_out(): it fetched the 19 years ago
varchar.c Tweak the API for per-datatype typmodin functions so that they are passed 19 years ago
varlena.c Make replace(), split_part(), and string_to_array() behave somewhat sanely 19 years ago
version.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 19 years ago
xid.c Update CVS HEAD for 2007 copyright. Back branches are typically not 19 years ago
xml.c Fix map_sql_typecoll_to_xmlschema_types() to not fail on dropped 19 years ago