postgresql/src/interfaces/libpq
Alvaro Herrera adb9b7d53b Update libpq test expected output
Commit 2b443063 changed wording for some of the error messages, but
neglected updating the regress output to match.
2012-07-06 16:45:47 -04:00
..
po
test Update libpq test expected output 2012-07-06 16:45:47 -04:00
.gitignore
bcc32.mak
exports.txt Add a "row processor" API to libpq for better handling of large results. 2012-04-04 18:27:56 -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 Assorted message style improvements 2012-07-02 21:12:46 +03:00
fe-exec.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
fe-lobj.c Add a "row processor" API to libpq for better handling of large results. 2012-04-04 18:27:56 -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 Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
fe-protocol3.c Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -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 Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
libpq-int.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
libpq.rc.in Stamp HEAD as 9.3devel. 2012-06-13 20:03:02 -04:00
Makefile Stamp library minor versions for 9.3. 2012-06-13 22:06:26 -04:00
nls.mk libpq: Add missing file to GETTEXT_FILES list 2012-05-21 20:08:50 +03:00
pg_service.conf.sample
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
win32.c Assorted message style improvements 2012-07-02 21:12:46 +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.