postgresql/src/interfaces/libpq
David Rowley 78eda9e264 Fix a few more duplicate words in comments
Similar to 84fd3bc14 but these ones were found using a regex that can span
multiple lines.

Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
2025-04-21 13:50:50 +12:00
..
po Update copyright for 2025 2025-01-01 11:21:55 -05:00
t libpq: Fix some issues in TAP tests for service files 2025-04-07 12:55:09 +09:00
test meson: Add missing dependencies for libpq tests 2025-02-04 17:56:19 -05:00
.gitignore Run tap tests in src/interfaces/libpq. 2022-02-26 16:51:47 -08:00
exports.txt libpq: Add PQfullProtocolVersion to exports.txt 2025-02-24 11:47:31 -05:00
fe-auth-oauth-curl.c Fix typos and grammar in the code 2025-04-19 19:17:42 +09:00
fe-auth-oauth.c oauth: Simplify copy of PGoauthBearerRequest 2025-03-19 16:59:25 +13:00
fe-auth-oauth.h Add support for OAUTHBEARER SASL mechanism 2025-02-20 16:25:17 +01:00
fe-auth-sasl.h libpq: Handle asynchronous actions during SASL 2025-02-06 22:19:21 +01:00
fe-auth-scram.c libpq: Handle asynchronous actions during SASL 2025-02-06 22:19:21 +01:00
fe-auth.c Add support for OAUTHBEARER SASL mechanism 2025-02-20 16:25:17 +01:00
fe-auth.h Add support for OAUTHBEARER SASL mechanism 2025-02-20 16:25:17 +01:00
fe-cancel.c Fix typos and grammar in the code 2025-04-19 19:17:42 +09:00
fe-connect.c Fix a few more duplicate words in comments 2025-04-21 13:50:50 +12:00
fe-exec.c Make escaping functions retain trailing bytes of an invalid character. 2025-02-15 16:20:21 -05:00
fe-gssapi-common.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-gssapi-common.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-lobj.c libpq: Deprecate pg_int64. 2025-03-25 21:40:00 +13:00
fe-misc.c libpq: Handle asynchronous actions during SASL 2025-02-06 22:19:21 +01:00
fe-print.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-protocol3.c Fix typos and grammar in the code 2025-04-19 19:17:42 +09:00
fe-secure-common.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-secure-common.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-secure-gssapi.c Remove unnecessary (char *) casts [mem] 2025-02-12 08:50:13 +01:00
fe-secure-openssl.c Quote filename in error message 2025-04-05 22:10:28 +02:00
fe-secure.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
fe-trace.c libpq: Trace all NegotiateProtocolVersion fields 2025-02-24 12:06:21 -05:00
legacy-pqsignal.c Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c. 2025-01-14 18:50:24 -05:00
libpq-events.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq-events.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
libpq-fe.h libpq: Deprecate pg_int64. 2025-03-25 21:40:00 +13:00
libpq-int.h libpq: Add support for dumping SSL key material to file 2025-04-03 13:16:43 +02:00
Makefile Add support for OAUTHBEARER SASL mechanism 2025-02-20 16:25:17 +01:00
meson.build libpq: Add TAP tests for service files and names 2025-03-27 16:01:38 +09:00
nls.mk More use of getpwuid_r() directly 2024-09-02 09:04:30 +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 2025 2025-01-01 11:21:55 -05:00
pqexpbuffer.h Update copyright for 2025 2025-01-01 11:21:55 -05:00
pthread-win32.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
win32.h Recognize network-failure errnos as indicating hard connection loss. 2020-10-10 13:28:12 -04:00

src/interfaces/libpq/README

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