postgresql/src/interfaces/libpq
Amit Kapila dddf4cdc33 Make the order of the header file includes consistent in non-backend modules.
Similar to commit 7e735035f2, this commit makes the order of header file
inclusion consistent for non-backend modules.

In passing, fix the case where we were using angle brackets (<>) for the
local module includes instead of quotes ("").

Author: Vignesh C
Reviewed-by: Amit Kapila
Discussion: https://postgr.es/m/CALDaNm2Sznv8RR6Ex-iJO6xAdsxgWhCoETkaYX=+9DW3q0QCfA@mail.gmail.com
2019-10-25 07:41:52 +05:30
..
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 Remove libpq-dist.rc 2019-10-23 07:10:09 +02:00
Makefile Remove libpq-dist.rc 2019-10-23 07:10:09 +02:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
exports.txt Put back pqsignal() as an exported libpq symbol. 2019-10-10 14:24:56 -04:00
fe-auth-scram.c Fix use of term "verifier" 2019-10-12 21:41:59 +02:00
fe-auth.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-auth.h Fix use of term "verifier" 2019-10-12 21:41:59 +02:00
fe-connect.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-exec.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-gssapi-common.c libpq: ccache -> credential cache 2019-09-06 09:15:35 +02:00
fe-gssapi-common.h libpq: ccache -> credential cache 2019-09-06 09:15:35 +02:00
fe-lobj.c Use consistent style for checking return from system calls 2019-07-07 15:28:49 +02:00
fe-misc.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-print.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
fe-protocol2.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-protocol3.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
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 Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
fe-secure-openssl.c Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c 2019-09-28 15:22:49 +09:00
fe-secure.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
legacy-pqsignal.c Put back pqsignal() as an exported libpq symbol. 2019-10-10 14:24:56 -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 Restructure libpq code to remove some duplicity 2019-09-10 12:14:24 -03:00
libpq-int.h Add libpq parameter 'channel_binding'. 2019-09-23 14:03:35 -07: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.