postgresql/src/interfaces/libpq
Peter Eisentraut 706a96c437 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: be7f3c3a26b382c9d7c9d32c7a972e452b56f529
2024-11-11 13:58:30 +01:00
..
po Translation updates 2024-11-11 13:58:30 +01:00
test Use perl warnings pragma consistently 2020-04-13 11:55:45 -04:00
.gitignore Move wchar.c and encnames.c to src/common/. 2020-01-16 15:58:55 -05:00
exports.txt Fix bugs in OpenSSL hook renaming. 2020-05-16 19:44:49 -04:00
fe-auth-scram.c Fix comment in fe-auth-scram.c 2022-11-30 08:38:33 +09:00
fe-auth.c Fix capitalization of messages, per style guide 2020-05-05 08:49:52 +02:00
fe-auth.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-connect.c libpq: Bail out during SSL/GSS negotiation errors 2024-11-11 10:20:02 +09:00
fe-exec.c Add missing bad-PGconn guards in libpq entry points. 2022-08-15 15:40:07 -04:00
fe-gssapi-common.c Don't assume GSSAPI result strings are null-terminated. 2021-06-23 14:01:32 -04:00
fe-gssapi-common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-lobj.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-misc.c Avoid concurrent calls to bindtextdomain(). 2024-02-09 11:21:08 -05:00
fe-print.c Don't use abort(3) in libpq's fe-print.c. 2021-06-28 14:17:42 -04:00
fe-protocol2.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
fe-protocol3.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
fe-secure-common.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
fe-secure-gssapi.c Fix timing-dependent failure in GSSAPI data transmission. 2023-11-23 13:30:18 -05:00
fe-secure-openssl.c libpq: Use strerror_r instead of strerror 2024-07-28 09:26:39 +02:00
fe-secure.c Be more wary about OpenSSL not setting errno on error. 2023-12-11 11:51:56 -05:00
legacy-pqsignal.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-events.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-events.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq-fe.h Fix bugs in OpenSSL hook renaming. 2020-05-16 19:44:49 -04:00
libpq-int.h Fix timing-dependent failure in GSSAPI data transmission. 2023-11-23 13:30:18 -05:00
Makefile Allow ecpg to be built stand-alone, allow parallel libpq make 2020-03-31 14:17:32 -04:00
nls.mk Translation updates 2020-09-14 13:14:53 +02:00
pg_service.conf.sample Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
pqexpbuffer.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pqexpbuffer.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
pthread-win32.c Clean up Windows-specific mutex code in libpq and ecpglib. 2024-02-09 11:11:39 -05:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win32.c Clean up newlines following left parentheses 2020-01-30 13:42:14 -03: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.