postgresql/src/interfaces/libpq
Marc G. Fournier fd7fdbc88b Tag 7.4.30 2010-10-01 10:40:30 -03:00
..
po Translation updates for 7.4.30 2010-09-30 22:10:51 +03:00
.gitignore More fixes for libpq's .gitignore file. 2010-09-22 22:33:14 -04:00
Makefile Rename thread compile flag. Move thread test program to tools/thread, 2003-09-27 15:32:48 +00:00
README Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00
bcc32.mak Add missing sprompt.obj psql usage for Borland compiler, per private 2004-03-02 15:17:32 +00:00
blibpqdll.def Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:20:24 +00:00
fe-auth.c The proper guaranteed buffer size for errors is 2007-07-23 18:10:13 +00:00
fe-auth.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
fe-connect.c Fix a couple of places that would loop forever if attempts to read a stdio file 2010-03-03 20:31:50 +00:00
fe-exec.c Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:20:24 +00:00
fe-lobj.c libpq's query to get the OIDs of large-object support functions was not 2004-03-05 01:54:13 +00:00
fe-misc.c Work around a subtle portability problem in use of printf %s format. 2010-05-08 16:40:52 +00:00
fe-print.c Fix ancient memory leak in PQprintTuples(); our code no longer uses this 2006-04-19 16:15:52 +00:00
fe-protocol2.c libpq's query to get the OIDs of large-object support functions was not 2004-03-05 01:54:13 +00:00
fe-protocol3.c Fix an ancient oversight in libpq's handling of V3-protocol COPY OUT mode: 2008-01-14 18:46:49 +00:00
fe-secure.c Reject certificates with embedded NULLs in the commonName field. This stops 2009-12-09 06:37:09 +00:00
libpq-fe.h Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:20:24 +00:00
libpq-int.h The proper guaranteed buffer size for errors is 2007-07-23 18:10:13 +00:00
libpq.rc Tag 7.4.30 2010-10-01 10:40:30 -03: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 Modify libpq's string-escaping routines to be aware of encoding considerations 2006-05-21 20:20:24 +00:00
nls.mk New translations 2004-10-30 08:22:17 +00:00
pg_service.conf.sample Backpatch pg_service.conf file change to not default dbname to match 2003-12-19 23:32:36 +00:00
pqexpbuffer.c Propagate enlargeStringInfo() fixes into the equivalent code in 2004-05-14 00:20:51 +00:00
pqexpbuffer.h Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pqsignal.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
pqsignal.h Update copyrights to 2003. 2003-08-04 02:40:20 +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 Enable Win32 to compile libpq again, and enable SSL compiles on that 2003-09-05 02:08:36 +00:00

README

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