postgresql/src/interfaces/libpq
Tom Lane 727ffa1d1e Clean up pg_SSPI_error() coding a little bit: make the messages more
consistent, translate where intended, const-ify declarations.
Resolves a gripe from Alvaro as well as some stuff I didn't like.
2009-03-22 18:06:35 +00:00
..
po Translation updates 2008-01-31 18:04:52 +00:00
.cvsignore Create two separate libpq.rc's: One that is built at build time, and one 2008-02-26 13:31:40 +00:00
bcc32.mak Update standalong libpq makefiles for msvc and bcc to work with the new 2008-10-27 09:10:04 +00:00
exports.txt Fix dblink_connect() so that it verifies that a password is supplied in the 2008-09-22 13:55:14 +00:00
fe-auth.c Clean up pg_SSPI_error() coding a little bit: make the messages more 2009-03-22 18:06:35 +00:00
fe-auth.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-connect.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-exec.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-lobj.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-misc.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-print.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-protocol2.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
fe-protocol3.c Fix libpq so that it reports PGRES_EMPTY_QUERY not PGRES_COMMAND_OK when an 2009-01-09 18:50:03 +00:00
fe-secure.c Go over all OpenSSL return values and make sure we compare them 2009-01-28 15:06:47 +00:00
libpq-events.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq-events.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq-fe.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq-int.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq.rc.in Fix a couple of missed copyright dates. 2009-01-01 17:59:40 +00:00
Makefile Allow out-of-tree builds on mingw and cygwin 2009-01-05 09:27:20 +00:00
nls.mk Translation updates 2007-10-27 00:13:43 +00:00
pg_service.conf.sample Add LDAP URL documentation. 2007-09-14 14:31:22 +00:00
pqexpbuffer.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqexpbuffer.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqsignal.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pqsignal.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
pthread-win32.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
README More README src cleanups. 2008-03-21 13:23:29 +00:00
win32.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
win32.h Add $PostgreSQL$ markers to a lot of files that were missing them. 2008-05-17 01:28:26 +00:00
win32.mak Update standalong libpq makefiles for msvc and bcc to work with the new 2008-10-27 09:10:04 +00:00

$PostgreSQL: pgsql/src/interfaces/libpq/README,v 1.2 2008/03/21 13:23:29 momjian Exp $

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