postgresql/src/include/utils
Bruce Momjian 89260124db Add:
replace(string, from, to)
   -- replaces all occurrences of "from" in "string" to "to"
split(string, fldsep, column)
   -- splits "string" on "fldsep" and returns "column" number piece
to_hex(int32_num) & to_hex(int64_num)
   -- takes integer number and returns as hex string

Joe Conway
2002-08-22 03:24:01 +00:00
..
acl.h Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
array.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ascii.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
bit.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
builtins.h Add: 2002-08-22 03:24:01 +00:00
cash.h Use PostgreSQL's standard declaration for a 32-bit integer to define 2001-11-06 16:27:31 +00:00
catcache.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
date.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datetime.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
datum.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynahash.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
dynamic_loader.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
elog.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fcache.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
fmgrtab.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
formatting.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
geo_decls.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
guc.h Here are two patches. The guc_and_tablefunc patch addresses the two 2002-07-30 16:20:03 +00:00
hsearch.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inet.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
int8.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
inval.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
logtape.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
lsyscache.h Add a bunch of pseudo-types to replace the behavior formerly associated 2002-08-22 00:01:51 +00:00
memutils.h Change memory-space accounting mechanism in tuplesort.c and tuplestore.c 2002-08-12 00:36:12 +00:00
nabstime.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
numeric.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
palloc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_crc.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
pg_locale.h Merge the last few variable.c configuration variables into the generic 2002-05-17 01:19:19 +00:00
pg_lzcompress.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
portal.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
ps_status.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
rel.h Code review of CLUSTER patch. Clean up problems with relcache getting 2002-08-11 21:17:35 +00:00
relcache.h Restructure local-buffer handling per recent pghackers discussion. 2002-08-06 02:36:35 +00:00
selfuncs.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
sets.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
syscache.h ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 2002-08-02 18:15:10 +00:00
timestamp.h Define macros for handling typmod manipulation for date/time types. 2002-08-04 06:42:18 +00:00
tqual.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tuplesort.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
tuplestore.h Update copyright to 2002. 2002-06-20 20:29:54 +00:00
varbit.h Allow bit string constants without fully-specified length declaration. 2002-08-04 06:33:59 +00:00