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 2b477a2c73 Add missing closing / in xsd:restriction, and remove some unnecessary 18 years ago
..
Makefile Migrate the former contrib/txid module into core. This will make it easier 18 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 Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 18 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 In the integer-datetimes case, date2timestamp and date2timestamptz need 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 Relax permissions checks on dbsize functions, per discussion. Revert out all 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 Provide for binary input/output of enums, to fix complaint from Merlin Moncure. 19 years ago
float.c Prevent corr() from returning the wrong results for negative correlation 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 Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED 19 years ago
like.c Go back to using a separate method for doing ILIKE for single byte 19 years ago
like_match.c Go back to using a separate method for doing ILIKE for single byte 19 years ago
lockfuncs.c Implement lazy XID allocation: transactions that do not modify any database 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
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 Fix bogus calculation of potential output string length in translate(). 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 Just-in-time background writing strategy. This code avoids re-scanning 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 Doh --- what's really happening on buildfarm member grebe is that its 19 years ago
regproc.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
ri_triggers.c Arrange for SET LOCAL's effects to persist until the end of the current top 19 years ago
rowtypes.c Add resetStringInfo(), which clears the content of a StringInfo, and 19 years ago
ruleutils.c Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes 18 years ago
selfuncs.c Second pass at improving LIKE/regex estimation in non-C locales. It turns 18 years ago
tid.c Make currtid() functions require SELECT privileges on the target table. 19 years ago
timestamp.c Fix overflow in extract(epoch from interval) for intervals exceeding 68 years. 19 years ago
tsginidx.c Adjust error message to agree with documentation. The tsearch documentation 18 years ago
tsgistidx.c Refactor from Heikki Linnakangas <heikki@enterprisedb.com>: 19 years ago
tsquery.c Fix shared tsvector/tsquery input code so that we don't say "syntax error in 18 years ago
tsquery_cleanup.c Solaris portability fix that was previously made in contrib/tsearch2 19 years ago
tsquery_gist.c Tsearch2 functionality migrates to core. The bulk of this work is by 19 years ago
tsquery_op.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 19 years ago
tsquery_rewrite.c Set read_only = TRUE while evaluating input queries for ts_rewrite() 18 years ago
tsquery_util.c Fix two-argument form of ts_rewrite() so it actually works for cases where 18 years ago
tsrank.c Fix msvc warnings, patch by Hannes Eder <Hannes@HannesEder.net> 19 years ago
tsvector.c Fix several bugs in tsvectorin, including crash due to uninitialized field and 18 years ago
tsvector_op.c Set read_only = TRUE while evaluating input queries for ts_rewrite() 18 years ago
tsvector_parser.c Fix shared tsvector/tsquery input code so that we don't say "syntax error in 18 years ago
txid.c Migrate the former contrib/txid module into core. This will make it easier 18 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 Although I'd misdiagnosed the reason for the recent failures on 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 Add missing closing / in xsd:restriction, and remove some unnecessary 18 years ago