Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove QNX port. | Bruce Momjian | 2006-01-05 |
| | |||
* | Replace the virtual_host and tcpip_socket parameters with a unified | Tom Lane | 2004-03-23 |
| | | | | | | | | listen_addresses parameter, as per recent discussion. The default behavior is now to listen on localhost, which eliminates the need for the -i postmaster switch in many scenarios. Andrew Dunstan | ||
* | Fix typo mentioned by Rich Morin. | Bruce Momjian | 2002-07-09 |
| | |||
* | Updates for next release from Bernd Tegge. | Thomas G. Lockhart | 2001-12-21 |
| | |||
* | I haven't tried building postgres with the Watcom compiler for 7.1 because | Bruce Momjian | 2001-05-24 |
| | | | | | | | | | | | | | | | | it does not support 64bit integers. AFAIK that's the default data type for OIDs, so I am not surprised that this does not work. Use gcc instead. BTW., 7.1 does not compile as is with gcc either, I believed the required patches made it into the 7.1.1 release but obviously I missed the deadline. Since the ports mailing list does not seem to be archived I have attached a copy of the patch (for 7.1 and 7.1.1). I've just performed a build of a Watcom compiled version and found a couple of bugs in the watcom specific part of that patch. Please use the attached version instead. Tegge, Bernd | ||
* | Update QNX FAQ | Bruce Momjian | 2000-04-04 |
| | |||
* | Add QNX fixes from Kardos, Dr. Andreas | Bruce Momjian | 2000-03-01 |
| | |||
* | Rename file to be consistant with other platform-specific FAQs. | Thomas G. Lockhart | 2000-02-15 |