postgresql/src/interfaces/libpq
Tatsuo Ishii 1deb6e7d41 Fix PQsetdbLogin() backward compatibility problem.
If pghost == "" and pgport == "" then PQsetdbLogin() fails with a
error message:

 Is the postmaster running locally
        and accepting connections on Unix socket '/tmp/.s.PGSQL.0'?

I see many applications such as PHP fails due to this behavior.
Now if pgport == "", then it is assumed to be a DEF_PGPORT_STR. This
is the same behavior as the version prior 7.1.
2000-12-22 07:59:32 +00:00
..
Makefile Avoid dependency on backend's multibyte module as possible. 2000-10-30 10:31:46 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
fe-auth.c Make the location of the Kerberos server key file run time configurable 2000-08-25 10:00:35 +00:00
fe-auth.h Add: 2000-01-26 05:58:53 +00:00
fe-connect.c Fix PQsetdbLogin() backward compatibility problem. 2000-12-22 07:59:32 +00:00
fe-exec.c Ensure that all uses of <ctype.h> functions are applied to unsigned-char 2000-12-03 20:45:40 +00:00
fe-lobj.c Increase buffer size to improve performance of client-side lo_import. 2000-10-24 03:15:14 +00:00
fe-misc.c Make pgsql compile on FreeBSD-alpha. 2000-11-16 05:51:07 +00:00
fe-print.c Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
libpq-fe.h Remove PQunixsocket prototype 2000-11-28 07:25:08 +00:00
libpq-int.h Remove -k unix socketpath option from client side, allow hostname with 2000-11-13 23:37:54 +00:00
libpq.rc Brand 7.1 release. Also update jdbc version in release branch. 2000-06-12 22:36:19 +00:00
libpqdll.c pgindent run over code. 1999-05-25 16:15:34 +00:00
libpqdll.def Remove PQunixsocket from dll file. 2000-11-28 07:27:01 +00:00
pqexpbuffer.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
pqexpbuffer.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
pqsignal.c Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
pqsignal.h Add: 2000-01-26 05:58:53 +00:00
win32.h Substituted new configure test for types of accept() 2000-06-11 11:40:09 +00:00
win32.mak Update frontend libpq to remove limits on query lengths, 1999-08-31 01:37:37 +00:00

README

This directory contains the C version of Libpq, the POSTGRES frontend library.