Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-05Remove QNX port.Bruce Momjian
2004-03-23Replace the virtual_host and tcpip_socket parameters with a unifiedTom Lane
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
2002-07-09Fix typo mentioned by Rich Morin.Bruce Momjian
2001-12-21Updates for next release from Bernd Tegge.Thomas G. Lockhart
2001-05-24I haven't tried building postgres with the Watcom compiler for 7.1 becauseBruce Momjian
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
2000-04-04Update QNX FAQBruce Momjian
2000-03-01Add QNX fixes from Kardos, Dr. AndreasBruce Momjian
2000-02-15Rename file to be consistant with other platform-specific FAQs.Thomas G. Lockhart