postgresql/src/interfaces/libpq
Michael Paquier 8548ddc61b Fix inconsistencies and typos in the tree, take 9
This addresses more issues with code comments, variable names and
unreferenced variables.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/7ab243e0-116d-3e44-d120-76b3df7abefd@gmail.com
2019-08-05 12:14:58 +09:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
test Update copyright for 2019 2019-01-02 12:44:25 -05:00
.gitignore Add .gitignore entry for a derived file created by "make distprep". 2019-01-10 14:20:28 -05:00
Makefile GSSAPI encryption support 2019-04-03 15:02:33 -04:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
exports.txt GSSAPI encryption support 2019-04-03 15:02:33 -04:00
fe-auth-scram.c Introduce safer encoding and decoding routines for base64.c 2019-07-04 16:08:09 +09:00
fe-auth.c Fix many typos and inconsistencies 2019-07-01 10:00:23 +09:00
fe-auth.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
fe-connect.c Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
fe-exec.c Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
fe-gssapi-common.c Update copyright year. 2019-05-24 12:03:32 +12:00
fe-gssapi-common.h Fix assorted header files that failed to compile standalone. 2019-05-31 11:45:33 -04:00
fe-lobj.c Use consistent style for checking return from system calls 2019-07-07 15:28:49 +02:00
fe-misc.c Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
fe-print.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
fe-protocol2.c Restructure libpq's handling of send failures. 2019-03-19 16:20:28 -04:00
fe-protocol3.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
fe-secure-common.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
fe-secure-common.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
fe-secure-gssapi.c Update copyright year. 2019-05-24 12:03:32 +12:00
fe-secure-openssl.c Update stale comments, and fix comment typos. 2019-06-08 10:12:26 -07:00
fe-secure.c GSSAPI encryption support 2019-04-03 15:02:33 -04:00
libpq-events.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
libpq-events.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
libpq-fe.h Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
libpq-int.h Fix inconsistencies and typos in the tree, take 9 2019-08-05 12:14:58 +09:00
libpq.rc.in Stamp HEAD as 13devel. 2019-07-01 12:50:55 -04:00
nls.mk Add missing source files to nls.mk 2019-07-06 15:03:21 +02:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Fix typos. 2019-05-26 18:28:18 +05:30
pqexpbuffer.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pthread-win32.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
win32.c Update copyright for 2019 2019-01-02 12:44:25 -05:00
win32.h Remove support for bcc and msvc standalone libpq builds 2017-04-11 15:22:21 +02:00

README

src/interfaces/libpq/README

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