postgresql/src/interfaces/libpq
2012-09-06 00:52:38 -04:00
..
po Translation updates 2012-09-06 00:52:38 -04:00
test Update libpq test expected output 2012-07-06 16:55:52 -04:00
.gitignore Remove redundant lib*dll.def rules from .gitignore 2011-06-18 18:28:16 +02:00
bcc32.mak Allow bcc32 and win32 batch files to compile libpq. 2011-09-07 15:43:50 -04:00
exports.txt Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
fe-auth.c libpq: Small code clarification, and avoid casting away const 2012-03-06 23:21:43 +02:00
fe-auth.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
fe-connect.c libpq: Fix memory leak in URI parser 2012-08-23 22:34:53 -04:00
fe-exec.c Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
fe-lobj.c Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
fe-misc.c Add a "row processor" API to libpq for better handling of large results. 2012-04-04 18:27:56 -04:00
fe-print.c Lots of doc corrections. 2012-04-23 22:43:09 -04:00
fe-protocol2.c Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
fe-protocol3.c Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
fe-secure.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
libpq-events.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq-events.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
libpq-fe.h Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
libpq-int.h Replace libpq's "row processor" API with a "single row" mode. 2012-08-02 13:10:36 -04:00
libpq.rc.in Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
nls.mk Translation updates 2012-09-06 00:52:38 -04:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqexpbuffer.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqsignal.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pqsignal.h Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
pthread-win32.c Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Assorted message style improvements 2012-07-02 21:13:28 +03:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Teach the makefile used to build stand-alone libpq on Windows that libpq 2011-09-14 17:57:32 +03:00

src/interfaces/libpq/README

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