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 30f609484d Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
..
Makefile Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
acl.c Suppress gcc warnings. 23 years ago
array_userfuncs.c First phase of work on array improvements. ARRAY[x,y,z] constructor 23 years ago
arrayfuncs.c Implement array_send/array_recv (binary I/O for arrays). This exposed 23 years ago
arrayutils.c Update copyright to 2002. 24 years ago
ascii.c Fix buffer overrun in to_ascii(), per report from Guido Notari. 23 years ago
bool.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
cash.c Add explicit tests for division by zero to all user-accessible integer 23 years ago
char.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
date.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
datetime.c Allow 60 in seconds fields of timestamp, time, interval input values. 23 years ago
datum.c pgindent run. 24 years ago
encode.c New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
float.c COPY BINARY uses the new binary I/O routines. Update a few more datatypes 23 years ago
format_type.c pgindent run. 24 years ago
formatting.c Fix platform-dependent failure introduced by recent to_char changes 23 years ago
geo_ops.c COPY BINARY uses the new binary I/O routines. Update a few more datatypes 23 years ago
geo_selfuncs.c Update copyright to 2002. 24 years ago
inet_net_ntop.c Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
inet_net_pton.c Remove sys/types.h in files that include postgres.h, and hence c.h, 24 years ago
int.c Binary send/receive routines for a few basic datatypes --- enough for 23 years ago
int8.c Binary send/receive routines for a few basic datatypes --- enough for 23 years ago
like.c Remove all traces of multibyte and locale options. Clean up comments 24 years ago
like_match.c Remove all traces of multibyte and locale options. Clean up comments 24 years ago
lockfuncs.c Back out LOCKTAG changes by Rod Taylor, pending code review. Sorry. 23 years ago
mac.c Make macaddr_in reject trailing garbage (except whitespace). 24 years ago
misc.c The "random" regression test uses a function called oidrand(), which 23 years ago
nabstime.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
name.c COPY BINARY uses the new binary I/O routines. Update a few more datatypes 23 years ago
network.c Fix compile warning. 23 years ago
not_in.c pgindent run. 24 years ago
numeric.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
numutils.c pgindent run. 24 years ago
oid.c Binary send/receive routines for a few basic datatypes --- enough for 23 years ago
oracle_compat.c pgindent run. 24 years ago
pg_locale.c Fix breakage that had crept into setlocale() usage: once again we've 24 years ago
pg_lzcompress.c This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
pgstatfuncs.c Avoid repeated computation of the constants date2j(1970, 1, 1) and 23 years ago
pseudotypes.c Reinstate pg_type's typsend and typreceive columns. They don't do much 23 years ago
quote.c Be careful to include postgres.h *before* any system headers, to ensure 24 years ago
regexp.c Create a GUC variable REGEX_FLAVOR to control the type of regular 23 years ago
regproc.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
ri_triggers.c Repair permissions problem in RI triggers: query parsing has to be done 23 years ago
ruleutils.c Infrastructure for upgraded error reporting mechanism. elog.c is 23 years ago
selfuncs.c Fix stupid oversight ... 23 years ago
sets.c Phase 3 of read-only-plans project: ExecInitExpr now builds expression 23 years ago
tid.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
timestamp.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
varbit.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
varchar.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago
varlena.c Binary send/receive routines for a few basic datatypes --- enough for 23 years ago
version.c Functions on 'text' type updated to new fmgr style. 'text' is 26 years ago
xid.c Add binary I/O routines for a bunch more datatypes. Still a few to go, 23 years ago