summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-connect.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+2
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* On further thought, we need a defense against empty PGPORT here too.Tom Lane2000-12-311-3/+6
* Ignore PGPORT environment variable if it is an empty string.Tom Lane2000-12-311-2/+3
* Fix PQsetdbLogin() backward compatibility problem.Tatsuo Ishii2000-12-221-2/+2
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-181-1/+6
* Silence compiler warning.Tom Lane2000-12-071-2/+4
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-15/+16
* Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane2000-11-301-23/+33
* Remove remaining unixsocket-setting interfaces, since the host parameterPeter Eisentraut2000-11-301-9/+6
* Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir...Bruce Momjian2000-11-281-9/+1
* Make PQhost return socket path.Bruce Momjian2000-11-271-2/+2
* Recongizing PGCLIENTENCODING has been broken since 7.0.Tatsuo Ishii2000-11-171-2/+16
* Rename PortName to PortNumber.Bruce Momjian2000-11-141-15/+1
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-131-9/+40
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-131-10/+86
* Fix for missing EUC_TW encodingTatsuo Ishii2000-11-041-1/+2
* Avoid dependency on backend's multibyte module as possible.Tatsuo Ishii2000-10-301-1/+68
* Back out xti.h portion of the patch.Bruce Momjian2000-10-231-4/+1
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-221-2/+3
* Locate the file pg_service.conf in the directory configured as --syconfdirPeter Eisentraut2000-10-171-2/+8
* TNS:Bruce Momjian2000-10-171-1/+122
* The configure script fails to find <netinet/tcp.h>.Bruce Momjian2000-10-141-1/+4
* Treat empty connection parameters as is, in particular to enable overridingPeter Eisentraut2000-10-031-13/+10
* Cleanup of fe-connect ifdef platform problem added with beos.Bruce Momjian2000-10-031-5/+4
* New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian2000-10-031-4/+5
* Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut2000-09-271-3/+6
* SSL patch from MagnusBruce Momjian2000-08-301-54/+81
* Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut2000-08-201-2/+2
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-091-6/+6
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-11/+8
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-111-3/+3
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-3/+3
* Remove calls to getprotobyname(), which we now know leaks memory onTom Lane2000-05-211-12/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-473/+555
* Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane2000-03-241-131/+74
* Some points for portability improvements:Bruce Momjian2000-03-231-2/+2
* Change PQconndefaults() to return a malloc'd array, instead of a staticTom Lane2000-03-111-74/+123
* The following is required in order to make beta1 compile on the Win32Bruce Momjian2000-02-241-1/+2
* Avoid race conditions in detection of EINPROGRESS during connect().Jan Wieck2000-02-211-2/+2
* Fix nasty bug in setting client_encodingTatsuo Ishii2000-02-191-9/+9
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-7/+1
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-071-9/+10
* Change function name PQclientencoding to PQclientEncoding sinceTatsuo Ishii2000-02-051-2/+44
* Add:Bruce Momjian2000-01-261-2/+3
* Remove Ops parameter from STATRELID cache lookup, for Tom Lane andBruce Momjian2000-01-241-4/+34
* updated install filePeter Eisentraut2000-01-231-20/+1
* Hi!Bruce Momjian2000-01-181-3/+21
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-181-28/+5
* Sigh, I'm an idiot ... I broke the async startup logic a couple days ago,Tom Lane2000-01-161-7/+28