postgresql/src/interfaces/libpq
Tom Lane fb8ac3fcb6 Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge
even when HAVE_GETPEEREID is defined, else it will be unable to connect to
pre-7.4 backends that are using IDENT authentication.
2003-12-20 18:45:49 +00:00
..
po make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
bcc32.mak Reorder win32/bcc makefile mentions of thread.c for sanity. 2003-11-30 06:01:15 +00:00
blibpqdll.def Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 2003-08-13 16:29:03 +00:00
fe-auth.c Dept. of third thoughts: in fact, libpq should support SCM_CREDS challenge 2003-12-20 18:45:49 +00:00
fe-auth.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
fe-connect.c Prevent service dbname from defaulting to service name, per bug report 2003-12-19 21:50:54 +00:00
fe-exec.c Make PQescapeBytea and byteaout consistent with each other, and 2003-11-30 20:55:09 +00:00
fe-lobj.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-misc.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-print.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-protocol2.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-protocol3.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
fe-secure.c Fix memory leak with SSL connections due to missing X509_free() calls. 2003-12-18 22:49:26 +00:00
libpq-fe.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq-int.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
libpq.rc Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
libpqdll.c Hello, i noticed that win32 native stopped working/compiling after the SSL merge 2002-07-20 05:43:31 +00:00
libpqdll.def Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow 2003-08-13 16:29:03 +00:00
Makefile Bump all version numbers and version stamps mentioned in RELEASE_CHANGES. 2003-11-30 06:09:54 +00:00
nls.mk $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_service.conf.sample Prevent service dbname from defaulting to service name, per bug report 2003-12-19 21:50:54 +00:00
pqexpbuffer.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pqexpbuffer.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
pqsignal.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pqsignal.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
win32.c Enable Win32 to compile libpq again, and enable SSL compiles on that 2003-09-05 02:08:36 +00:00
win32.h Make libpq thread-safe with configure --with-threads option. 2003-06-14 17:49:54 +00:00
win32.mak Reorder win32/bcc makefile mentions of thread.c for sanity. 2003-11-30 06:01:15 +00:00

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