postgresql/src/backend/utils/adt
2007-11-28 14:01:51 +00:00
..
acl.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
array_userfuncs.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
arrayfuncs.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
arrayutils.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
ascii.c Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: the 2007-10-13 20:18:42 +00:00
bool.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
cash.c Clarify how MONEY trims off trailing thousands separator. 2007-11-24 16:18:48 +00:00
char.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
date.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
datetime.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
datum.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
dbsize.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
domains.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
encode.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
enum.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
float.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
format_type.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
formatting.c Add more comments about thousands separator handling. 2007-11-22 17:51:39 +00:00
genfile.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
geo_ops.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
geo_selfuncs.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
inet_net_ntop.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
inet_net_pton.c Fix another passel of include-file breakage. Kris Jurka, Tom Lane 2006-07-14 16:59:19 +00:00
int8.c Fix int8mul so that overflow check is applied correctly for INT64_IS_BUSTED 2007-08-30 05:27:29 +00:00
int.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
like_match.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
like.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
lockfuncs.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
mac.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
Makefile Migrate the former contrib/txid module into core. This will make it easier 2007-10-13 23:06:28 +00:00
misc.c Provide for logfiles in machine readable CSV format. In consequence, rename 2007-08-19 01:41:25 +00:00
nabstime.c Switch over to using the src/timezone functions for formatting timestamps 2007-08-04 01:26:54 +00:00
name.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
network.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
numeric.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
numutils.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
oid.c Downgrade implicit casts to text to be assignment-only, except for the ones 2007-06-05 21:31:09 +00:00
oracle_compat.c Slightly more paranoia and slightly better comments for use of 2007-11-24 21:16:55 +00:00
pg_locale.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
pg_lzcompress.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
pgstatfuncs.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
pseudotypes.c Fix up text concatenation so that it accepts all the reasonable cases that 2007-06-06 23:00:50 +00:00
quote.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
regexp.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
regproc.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
ri_triggers.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
rowtypes.c Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
ruleutils.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
selfuncs.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tid.c Make currtid() functions require SELECT privileges on the target table. 2007-08-27 00:57:36 +00:00
timestamp.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
tsginidx.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsgistidx.c Run pgindent on remaining files now that LOOPBYTE is a usable macro. 2007-11-16 01:12:24 +00:00
tsquery_cleanup.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsquery_gist.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsquery_op.c Refactoring by Heikki Linnakangas <heikki@enterprisedb.com> with 2007-09-07 15:09:56 +00:00
tsquery_rewrite.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsquery_util.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsquery.c Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 2007-11-16 15:05:59 +00:00
tsrank.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsvector_op.c Small comment spacing improvement. 2007-11-16 01:51:22 +00:00
tsvector_parser.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
tsvector.c Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that. 2007-11-16 15:05:59 +00:00
txid.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
uuid.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
varbit.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
varchar.c pgindent run for 8.3. 2007-11-15 21:14:46 +00:00
varlena.c Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
version.c Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). 2007-02-27 23:48:10 +00:00
xid.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
xml.c Fix XML Schema structure for char types without length (bug #3782) 2007-11-28 14:01:51 +00:00