postgresql/src/include
Thomas G. Lockhart 93d80d3359 Define boolean functions and operators for lseg <, <=, <>, >=, >.
Define functions and operators for closest point to lseg on box,
 to line on lseg, to lseg on lseg.
Define function and operator for length of lseg.
Change length operator from '??' to '@-@'
 (currently defined for path and lseg).
1998-02-03 16:01:59 +00:00
..
access Reduce size of inlining. 1998-02-01 05:38:40 +00:00
bootstrap Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
catalog Define boolean functions and operators for lseg <, <=, <>, >=, >. 1998-02-03 16:01:59 +00:00
commands Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
executor Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
lib Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
libpq 1. "#ifdef 0" is bad C. ifdef is for checking a macro and 0 is 1998-02-01 00:02:59 +00:00
nodes Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
optimizer Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
parser Inline fastgetattr and others so data access does not use function 1998-01-31 04:39:26 +00:00
port From: teunis <teunis@mauve.computersupportcentre.com> 1998-02-03 00:57:42 +00:00
regex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
rewrite Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
storage Use proper symbol for hpux 1998-02-03 12:42:52 +00:00
tcop Fix prototypes so they don't look like function definitions. 1998-01-24 22:50:57 +00:00
utils Define boolean functions and operators for lseg <, <=, <>, >=, >. 1998-02-03 16:01:59 +00:00
c.h Deadlock ceallnup. 1998-01-27 15:35:30 +00:00
config.h.in Move all the isinf() stuff from float.c to isinf.c, and build it according to 1998-02-02 00:04:08 +00:00
miscadmin.h getpid/pid cleanup 1998-01-25 05:15:15 +00:00
postgres.h Add pg_description table for info on tables, columns, operators, types, and aggregates. Modify psql with new \dd operator to access description 1997-11-13 03:23:18 +00:00
postgres_ext.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h Update version to 6.3. dump/reload for 6.1 version users. 1997-10-30 22:09:04 +00:00