Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove // comments from ODBC. | Bruce Momjian | 2000-05-27 |
| | |||
* | Back out odbc changes until 7.1. | Bruce Momjian | 2000-05-17 |
| | |||
* | Several compilation and run-time problems occur when building on SGI | Bruce Momjian | 2000-05-16 |
| | | | | | | | | | | | | 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 | ||
* | Fix it's and its to be correct. | Bruce Momjian | 2000-01-05 |
| | |||
* | Update source code to Byron's v6.30.0250 sources plus minor cleanup | Thomas G. Lockhart | 1998-10-06 |
| | | | | | | | | | 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. | ||
* | Version 06-30-0248 | Byron Nikolaidis | 1998-07-22 |