postgresql/src/interfaces/libpq
Robert Haas 1de0a4e00e libpq: Make target_session_attrs=read-write consume empty result.
Otherwise, the leftover empty result can cause problems in some
situations.

Michael Paquier and Ashutosh Bapat, per a report from Higuchi Daisuke
2017-02-15 11:05:44 -05:00
..
po Translation updates 2016-08-08 11:08:00 -04:00
test Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
.gitignore Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
bcc32.mak Revert error-throwing wrappers for the printf family of functions. 2015-05-19 18:19:38 -04:00
exports.txt Add libpq support for recreating an error message with different verbosity. 2016-04-03 12:24:54 -04:00
fe-auth.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
fe-auth.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-connect.c libpq: Make target_session_attrs=read-write consume empty result. 2017-02-15 11:05:44 -05:00
fe-exec.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-lobj.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-misc.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-print.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-protocol2.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-protocol3.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-secure-openssl.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
fe-secure.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
libpq-events.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
libpq-events.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
libpq-fe.h libpq: Make target_session_attrs=read-write consume empty result. 2017-02-15 11:05:44 -05:00
libpq-int.h Fix typos in comments. 2017-02-06 11:33:58 +02:00
libpq.rc.in Update manual set of copyright files for 2017 2017-01-03 13:45:17 -05:00
Makefile Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
nls.mk Translation updates 2016-05-09 10:04:41 -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 via script for 2017 2017-01-03 13:48:53 -05:00
pqexpbuffer.h Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
pthread-win32.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
win32.h Enable compiling with the mingw-w64 32 bit compiler. 2011-12-10 15:35:41 -05:00
win32.mak Remove extraneous leading whitespace in Windows build script. 2016-06-13 11:50:27 -04:00

src/interfaces/libpq/README

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