postgresql/src/backend/utils/adt
Thomas G. Lockhart 3f52d1705a Define boolean functions for lseg <, <=, <>, >=, >
Define close_ls(), close_lseg(), lseg_length().
Write real code for close_sb(), close_pb(), inter_sb(), inter_lb().
Repair lseg_perp() which determines if two lsegs are perpendicular.
Repair lseg_dt() distance between two lsegs.
Note: close_sl() is clearly broken  but will repair later
 (calculating point on lseg rather than point on line).
1998-02-03 15:55:58 +00:00
..
acl.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
arrayfuncs.c Thank god for searchable mail archives. 1998-01-15 19:46: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 Some *very* major changes by darrenk@insightdist.com (Darren King) 1998-01-13 04:05:12 +00:00
date.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
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 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +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 Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
like.c Rename strNcpy to StrNCpy, and change third parameter. 1997-10-25 01:10:58 +00:00
Makefile Major cleanout of PORTNAME variables from Makefiles...bound to screw up 1997-12-20 00:29:35 +00:00
misc.c More cleanups. I can now compile without PORTNAME being defined n 1997-12-19 02:09:10 +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 Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
oid.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
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 Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
selfuncs.c Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +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 New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
varlena.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