postgresql/src/interfaces/libpq
2018-11-05 16:43:09 -05:00
..
po Translation updates 2018-11-05 14:43:50 +01:00
test Prevent accidental linking of system-supplied copies of libpq.so etc. 2018-04-03 16:26:05 -04:00
.gitignore Add port/strnlen support to libpq and ecpg Makefiles. 2017-10-11 11:28:04 -04:00
exports.txt Add PQencryptPasswordConn function to libpq, use it in psql and createuser. 2017-05-03 11:19:07 +03:00
fe-auth-scram.c Minor cleanup/future-proofing for pg_saslprep(). 2018-09-08 18:20:36 -04:00
fe-auth.c Remove support for tls-unique channel binding. 2018-08-05 13:44:26 +03:00
fe-auth.h Refactor channel binding code to fetch cbind_data only when necessary 2018-01-04 13:55:12 -05:00
fe-connect.c In libpq, don't look up all the hostnames at once. 2018-08-23 16:39:37 -04:00
fe-exec.c Client-side fixes for delayed NOTIFY receipt. 2018-10-19 22:22:57 -04:00
fe-lobj.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
fe-misc.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
fe-print.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
fe-protocol2.c In libpq, free any partial query result before collecting a server error. 2018-04-13 12:53:45 -04:00
fe-protocol3.c In libpq, free any partial query result before collecting a server error. 2018-04-13 12:53:45 -04:00
fe-secure-common.c Change libpq's internal uses of PQhost() to inspect host field directly. 2018-08-03 12:12:10 -04:00
fe-secure-common.h Refactor client-side SSL certificate checking code 2018-01-30 22:56:24 -05:00
fe-secure-openssl.c Remove support for tls-unique channel binding. 2018-08-05 13:44:26 +03:00
fe-secure.c Further -Wimplicit-fallthrough cleanup. 2018-05-01 19:53:48 -07:00
libpq-events.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq-events.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq-fe.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
libpq-int.h In libpq, don't look up all the hostnames at once. 2018-08-23 16:39:37 -04:00
libpq.rc.in Stamp 11.1. 2018-11-05 16:43:09 -05:00
Makefile Refactor client-side SSL certificate checking code 2018-01-30 22:56:24 -05:00
nls.mk Translation updates 2018-09-17 08:40:36 +02:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
pqexpbuffer.h Update copyright for 2018 2018-01-02 23:30:12 -05:00
pthread-win32.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2018 2018-01-02 23:30:12 -05:00
win32.h Remove support for bcc and msvc standalone libpq builds 2017-04-11 15:22:21 +02:00

src/interfaces/libpq/README

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