Commit Graph

158 Commits (ae22682f2abcb47ee4d4f124daa0a3ecd685b6f2)

Author SHA1 Message Date
Tom Lane e41b8a0fdd On further thought, we need a defense against empty PGPORT here too. 25 years ago
Tom Lane 45f92179d9 Ignore PGPORT environment variable if it is an empty string. 25 years ago
Tatsuo Ishii 1deb6e7d41 Fix PQsetdbLogin() backward compatibility problem. 25 years ago
Tom Lane 5491233f52 Ensure that 'errno' is saved and restored by all signal handlers that 25 years ago
Tom Lane 06dde51ef0 Silence compiler warning. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane b7c3784417 Repair residual sillinesses from UUNET virtual host/socket path patch. 25 years ago
Peter Eisentraut ef54e0d08e Remove remaining unixsocket-setting interfaces, since the host parameter 25 years ago
Bruce Momjian 5173fc411f Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket directory. 25 years ago
Bruce Momjian f6a756e49a Make PQhost return socket path. 25 years ago
Tatsuo Ishii afde2acc50 Recongizing PGCLIENTENCODING has been broken since 7.0. 25 years ago
Bruce Momjian 026643a6e7 Rename PortName to PortNumber. 25 years ago
Bruce Momjian ebd61ac03f Remove -k unix socketpath option from client side, allow hostname with 25 years ago
Bruce Momjian 2150c2edf1 UUNET is looking into offering PostgreSQL as a part of a managed web 25 years ago
Tatsuo Ishii 6862a05364 Fix for missing EUC_TW encoding 25 years ago
Tatsuo Ishii 0b10d35e2b Avoid dependency on backend's multibyte module as possible. 25 years ago
Bruce Momjian 8111329b87 Back out xti.h portion of the patch. 25 years ago
Peter Eisentraut fba790ad58 Makeover for Unixware 7.1.1 25 years ago
Peter Eisentraut 179b8e5722 Locate the file pg_service.conf in the directory configured as --syconfdir 25 years ago
Bruce Momjian f2ef4df4a3 TNS: 25 years ago
Bruce Momjian 0f07d644a3 The configure script fails to find <netinet/tcp.h>. 25 years ago
Peter Eisentraut 7c5a444f53 Treat empty connection parameters as is, in particular to enable overriding 25 years ago
Bruce Momjian 2737974085 Cleanup of fe-connect ifdef platform problem added with beos. 25 years ago
Bruce Momjian 87c0e623ba New diff that now covers the entire tree. Applying this gets postgresql 25 years ago
Peter Eisentraut 664ce79dd8 Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>. 25 years ago
Bruce Momjian 7bc654bb16 SSL patch from Magnus 25 years ago
Peter Eisentraut 9b3d66ecbd Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all the 25 years ago
Peter Eisentraut 74618e2b82 Another round of those unportable config/build changes :-/ 26 years ago
Peter Eisentraut 44d1abebb4 Big warnings cleanup for Solaris/GCC. Down to about 40 now, but 26 years ago
Peter Eisentraut 06cd0f1a32 Substituted new configure test for types of accept() 26 years ago
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Tom Lane 1f0aff03c0 Remove calls to getprotobyname(), which we now know leaks memory on 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Tom Lane 0edcee3459 Fold PQsetenv working state into PGconn, rather than trying to maintain 26 years ago
Bruce Momjian b2d867fb08 Some points for portability improvements: 26 years ago
Tom Lane a71daab4b4 Change PQconndefaults() to return a malloc'd array, instead of a static 26 years ago
Bruce Momjian ce9f73c162 The following is required in order to make beta1 compile on the Win32 26 years ago
Jan Wieck da9501bddb Avoid race conditions in detection of EINPROGRESS during connect(). 26 years ago
Tatsuo Ishii 4fec86f1f6 Fix nasty bug in setting client_encoding 26 years ago
Tom Lane b1577a7c78 New cost model for planning, incorporating a penalty for random page 26 years ago
Peter Eisentraut 9ceb5d8a7b Fixed psql double quoting of SQL ids 26 years ago
Tatsuo Ishii d4e62e5ded Change function name PQclientencoding to PQclientEncoding since 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Bruce Momjian da5aba105f Remove Ops parameter from STATRELID cache lookup, for Tom Lane and 26 years ago
Peter Eisentraut 49581f9848 updated install file 26 years ago
Bruce Momjian 0cb6bc70ce Hi! 26 years ago
Bruce Momjian 10d7287ab9 Libpq non-blocking mode, from Alfred Perlstein 26 years ago
Tom Lane d00391e7ac Sigh, I'm an idiot ... I broke the async startup logic a couple days ago, 26 years ago
Tatsuo Ishii 8fc386a2d8 Eliminate using putenv(). 26 years ago
Tom Lane 2af360ed1c Clean up some problems in new asynchronous-connection logic 26 years ago