postgresql/src/backend/utils/adt
Marc G. Fournier 780068f812 From: Jan Wieck <jwieck@debis.com>
seems  that  my last post didn't make it through. That's good
    since  the  diff  itself  didn't  covered  the  renaming   of
    pg_user.h to pg_shadow.h and it's new content.

    Here  it's  again.  The  complete regression test passwd with
    only some  float  diffs.  createuser  and  destroyuser  work.
    pg_shadow cannot be read by ordinary user.
1998-02-25 13:09:49 +00:00
..
Makefile Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
acl.c From: Jan Wieck <jwieck@debis.com> 1998-02-25 13:09:49 +00:00
arrayfuncs.c From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> 1998-02-14 18:00:37 +00:00
arrayutils.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
bool.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
cash.c Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
char.c Good Bye, Time Travel! 1997-11-02 15:27:14 +00:00
chunk.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
date.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
datetime.c Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
datum.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
dt.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
filename.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
float.c Move all the isinf() stuff from float.c to isinf.c, and build it according to 1998-02-02 00:04:08 +00:00
geo_ops.c Define boolean functions for lseg <, <=, <>, >=, > 1998-02-03 15:55:58 +00:00
geo_selfuncs.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
int.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
like.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
misc.c Remove #include "port-protos.h", since we no longer use it 1998-02-24 03:47:26 +00:00
nabstime.c No datedebug printing of date debug is not defined. 1998-02-02 01:28:12 +00:00
name.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
not_in.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
numutils.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
oid.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
oidint2.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
oidint4.c Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
oidname.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
oracle_compat.c > It seems there is a mistake in substr function: 1998-01-13 03:49:51 +00:00
regexp.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
regproc.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
selfuncs.c Goodbye register keyword. Compiler knows better. 1998-02-11 19:14:04 +00:00
sets.c Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
tid.c Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
timestamp.c Change a few routine names back to full length now that pg_proc allows 1997-12-23 19:23:09 +00:00
varchar.c From: "Denis V. Dmitrienko" <denis@null.net> 1998-02-24 15:27:04 +00:00
varlena.c From: "Denis V. Dmitrienko" <denis@null.net> 1998-02-24 15:27:04 +00:00