postgresql/src/include
Marc G. Fournier 36c1c94bca From: "Billy G. Allie" <Bill.Allie@mug.org>
The attached patches will allow postgreSQL to compile successfully on SCO
UNIXWARE 2.1.x.  The patches fix the following problems:

1.  Configure did not properly recognize the UNIXWARE system as needing the
    univel port.  It used the sys4 port.

2.  Configure did not properly process the CC flag in the template file.

3.  There was no working test and set locking implementation for the native
    UNIXWARE compiler.

4.  The test and set locking used for Intel X86 that was selected by defining
    NEED_I386_TAS_ASM could fail in a multi-processor environment.

5.  The makefiles for libpq and libpgtcl did not make a shared library for
    the univel port.
1998-01-17 23:33:58 +00:00
..
access Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
bootstrap Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
catalog New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
commands Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
executor Cleanup of prototypes. FIx for PQtrace start/stop several times. 1998-01-14 15:48:51 +00:00
lib Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
libpq extern char* crypt_getpwdreloadfilename(void); 1998-01-13 14:53:36 +00:00
nodes Creates the SubLink structure, and the Query->hasSubLink field, 1998-01-17 04:53:46 +00:00
optimizer Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs. 1998-01-15 19:00:16 +00:00
parser Creates the SubLink structure, and the Query->hasSubLink field, 1998-01-17 04:53:46 +00:00
port From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-01-17 23:33:58 +00:00
regex Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
rewrite Cleanup up include files. 1997-11-26 01:14:33 +00:00
storage From: "Billy G. Allie" <Bill.Allie@mug.org> 1998-01-17 23:33:58 +00:00
tcop Move variable.c to commands/ and aclchk.c to catalog/. 1998-01-05 18:53:12 +00:00
utils New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
c.h Fix case issues with quotes. 1997-11-10 05:10:50 +00:00
config.h.in Fix: 1998-01-15 20:54:52 +00:00
miscadmin.h Define USE_GERMAN_DATES for use in date/time I/O functions. 1997-12-04 23:58:01 +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