postgresql/src/interfaces/libpq
Heikki Linnakangas ad853bb877 Fix misc typos, mostly in comments
The only user-visible change is the fix in the "malformed
pg_dependencies" error detail. That one is new in commit e1405aa5e3,
so no backpatching required.
2026-01-08 18:10:08 +02:00
..
po Update copyright for 2026 2026-01-01 13:24:10 -05:00
t Fix misc typos, mostly in comments 2026-01-08 18:10:08 +02:00
test Update copyright for 2026 2026-01-01 13:24:10 -05:00
.gitignore Run tap tests in src/interfaces/libpq. 2022-02-26 16:51:47 -08:00
exports.txt libpq: Remove PQservice() 2025-07-09 12:46:13 +09:00
fe-auth-oauth.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-auth-oauth.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-auth-sasl.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-auth-scram.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-auth.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-auth.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-cancel.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-connect.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-exec.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-gssapi-common.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-gssapi-common.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-lobj.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-misc.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-print.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-protocol3.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-secure-common.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-secure-common.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-secure-gssapi.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-secure-openssl.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-secure.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
fe-trace.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
legacy-pqsignal.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq-events.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq-events.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq-fe.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq-int.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
libpq_check.pl Update copyright for 2026 2026-01-01 13:24:10 -05:00
Makefile Update copyright for 2026 2026-01-01 13:24:10 -05:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
nls.mk libpq: Align oauth_json_set_error() with other NLS patterns 2025-12-15 13:22:04 -08: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 2026 2026-01-01 13:24:10 -05:00
pqexpbuffer.h Update copyright for 2026 2026-01-01 13:24:10 -05:00
pthread-win32.c Update copyright for 2026 2026-01-01 13:24:10 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Update copyright for 2026 2026-01-01 13:24:10 -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.