- 10 Feb, 2001 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
weren't the master source. We are now, and it really needs it.
-
Bruce Momjian authored
-
- 03 Dec, 2000 1 commit
-
-
Tom Lane authored
values, whether the local char type is signed or not. This is necessary for portability. Per discussion on pghackers around 9/16/00.
-
- 27 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 17 May, 2000 1 commit
-
-
Bruce Momjian authored
-
- 16 May, 2000 1 commit
-
-
Bruce Momjian authored
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
-
- 05 Jan, 2000 1 commit
-
-
Bruce Momjian authored
-
- 06 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
to get rid of unused variables. Get clean compile on Linux (Thomas and Gerald). Implement autoconf/configure for standalone builds and use the existing autoconf/configure system when in the Postgres source tree. Code tests and functions with ApplixWare-4.4.1beta on a Linux box. Changes should be backward compatible with WIN32 but still needs testing.
-
- 22 Jul, 1998 1 commit
-
-
Byron Nikolaidis authored
-