postgresql/src/backend
Bruce Momjian a47e20b049 Several compilation and run-time problems occur when building on SGI
IRIX systems using the native compilers.  A summary is:
- Various files use "//" as a comment delimiter in c files.
- Problems caused by assuming "char" is signed.
  cash.in: building -signed the rules regression test fails as described
    in FAQ_QNX4.  If CHAR_MAX is "255U" then ((signed char)CHAR_MAX) is -1.
  postmaster.c: random number regression test failed without this change.
- Some generic build issues and warning message cleanup.

David Kaelbling
2000-05-16 20:48:52 +00:00
..
access Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
bootstrap Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
catalog Show failing OID in 'cache lookup failed' messages. 2000-04-16 04:16:55 +00:00
commands Finally fix LISTEN problem. 2000-05-14 03:18:35 +00:00
executor Correct oversight in hashjoin cost estimation: nodeHash sizes its hash 2000-04-18 05:43:02 +00:00
lib Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
libpq Skip setsockopt(SO_REUSEADDR) for the Unix-domain postmaster socket on 2000-04-14 00:51:58 +00:00
main Add: 2000-01-26 05:58:53 +00:00
nodes Tweak outUnique to include uniqColIdx[] field in the printout. This does 2000-04-26 23:39:10 +00:00
optimizer Repair problem noted by Elphick: make_rels_by_joins failed to handle 2000-04-27 18:35:04 +00:00
parser Repair list-vs-node confusion that resulted in failure for INNER JOIN ON. 2000-05-12 01:33:56 +00:00
port Makefile CFLAGS cleanups. 2000-05-11 17:46:35 +00:00
postmaster -D switch to postmaster should override any PGDATA environment variable 2000-04-27 02:59:17 +00:00
regex Removed MBFLAGS from makefiles since it's now done in include/config.h. 2000-01-19 02:59:03 +00:00
rewrite Except_Intersect_Rewrite() failed to ignore resjunk targetlist entries, 2000-04-27 20:32:41 +00:00
storage Several compilation and run-time problems occur when building on SGI 2000-05-16 20:48:52 +00:00
tcop Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5. 2000-05-11 03:54:18 +00:00
tioga Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
utils Several compilation and run-time problems occur when building on SGI 2000-05-16 20:48:52 +00:00
Makefile Makefile CFLAGS cleanups. 2000-05-11 17:46:35 +00:00
pg_options.sample Add new pg_options.sample file. 2000-04-08 19:38:00 +00:00