Commit Graph

118 Commits (f2cec8760581aa9d036c659ecf9ad74907709cc1)

Author SHA1 Message Date
Bruce Momjian a970a8cb95 Back out incorrect commit. 20 years ago
Bruce Momjian eef7e30cc1 Fix function name. 20 years ago
Tom Lane 70f7da3e6e Make libpq_gettext save and restore errno in a Windows-compatible way. 20 years ago
Tom Lane 99382f4581 Save and restore errno across bindtextdomain call, per discussion. 20 years ago
Neil Conway 72a5db15d1 libpq was not consistently checking for memory allocation failures. This 20 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Bruce Momjian e1c8b37afb Add new macro as shorthand for MS VC and Borland C++: 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian cd8b0fc5f1 Change PGETC to PGSYSCONFDIR and PGLOCALE to PGLOCALEDIR, per Peter. 21 years ago
Bruce Momjian 6870843339 Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir) 21 years ago
Bruce Momjian 228897774c Make the locale location relocatable. 21 years ago
Tatsuo Ishii e8c3205037 Add PQmbdsplen() which returns the "display length" of a character. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 9dfdbef345 Adjust libpq to avoid deadlock when both client and server want to send 22 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 22 years ago
Tom Lane 39a9496d51 Fix some more problems with testing error returns from SSL. 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane ab5c775116 Change pqInternalNotice to accept a format string and args instead of 22 years ago
Tom Lane efc3a25bb0 Update libpq to make new features of FE/BE protocol available to 22 years ago
Bruce Momjian a16a031411 Make libpq thread-safe with configure --with-threads option. 22 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 22 years ago
Bruce Momjian dc4ee8a833 Back out patch that got bundled into another patch. 22 years ago
Bruce Momjian a647e30ba3 New patch with corrected README attached. 22 years ago
Tom Lane 6bdb7aa4db libpq can now talk to either 3.0 or 2.0 protocol servers. It first tries 22 years ago
Bruce Momjian db7e46a76d Use closesocket() for all socket/pipe closing, because Win32 requires 23 years ago
Tom Lane 5ed27e35f3 Another round of protocol changes. Backend-to-frontend messages now all 23 years ago
Tom Lane bd8d441775 Second round of FE/BE protocol changes. Frontend->backend messages now 23 years ago
Tom Lane 1da6eb7fda Whack getaddrinfo() patch around until it works, more or less, on 23 years ago
Tom Lane 1d57374114 Use poll(2) in preference to select(2), if available. This solves 23 years ago
Tom Lane 9f1f2bfb66 Fix various places where global s/NOTICE/WARNING/ was applied with too 23 years ago
Tom Lane 2908a838ac Code review for connection timeout patch. Avoid unportable assumption 23 years ago
Bruce Momjian facb720073 Fix connection_timeout to use time() and handle timeout == 1. 23 years ago
Bruce Momjian 4a513ab07f Mention that resetting the timeout may be wrong on select retry. 23 years ago
Bruce Momjian 6d9d97e8ab Restore ptmp_timeout for cases where no timeout is passed. 23 years ago
Bruce Momjian 9eada51012 libpq connection_timeout doesn't do subsecond timing, so make the code 23 years ago
Bruce Momjian a0bf2503ea The attached patch fixes a number of issues related to compiling the 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 23 years ago
Bruce Momjian f0ed4311b6 Add libpq connection timeout parameter. 23 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 23 years ago
Tom Lane 32fecad80a Clean up gcc warnings. Avoid the bad habit of putting externs in .c 23 years ago
Bruce Momjian 79ff2e96de PATCH SSL_pending() checks in libpq/fe-misc.c: 23 years ago
Bruce Momjian 19570420f5 UPDATED PATCH: 23 years ago
Bruce Momjian eb43af3210 Back out SSL changes. Newer patch available. 23 years ago
Bruce Momjian a9bd17616e Attached are a revised set of SSL patches. Many of these patches 23 years ago
Bruce Momjian 30571b5496 I'm at the win32 error messages once more. The DLL load thingy doesn't 24 years ago
Bruce Momjian 394eec1068 Fix for EINTR returns from Win9X socket operations: 24 years ago