index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Commit message (
Expand
)
Author
Age
*
Remove duplicate lines of code
Daniel Gustafsson
2023-04-24
*
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2023-04-18
*
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-03-13
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Translation updates
Peter Eisentraut
2023-02-06
*
Properly NULL-terminate GSS receive buffer on error packet reception
Michael Paquier
2023-02-06
*
Fix comment in fe-auth-scram.c
Michael Paquier
2022-11-30
*
Translation updates
Peter Eisentraut
2022-11-07
*
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-09
*
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
*
Translation updates
Alvaro Herrera
2022-08-08
*
Fix previous commit's ecpg_clocale for ppc Darwin.
Noah Misch
2022-07-02
*
ecpglib: call newlocale() once per process.
Noah Misch
2022-07-02
*
Avoid ecpglib core dump with out-of-order operations.
Tom Lane
2022-06-14
*
Don't fail on libpq-generated error reports in ecpg_raise_backend().
Tom Lane
2022-06-06
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Translation updates
Peter Eisentraut
2022-05-09
*
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
Noah Misch
2022-04-16
*
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
*
Fix pg_regress to print the correct postmaster address on Windows.
Tom Lane
2022-03-04
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-03-02
*
Fix thinko in PQisBusy().
Tom Lane
2022-02-12
*
Translation updates
Peter Eisentraut
2022-02-07
*
Fix race condition in gettext() initialization in libpq and ecpglib.
Tom Lane
2022-01-21
*
Avoid calling strerror[_r] in PQcancel().
Tom Lane
2022-01-17
*
libpq: reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
*
Translation updates
Peter Eisentraut
2021-11-08
*
Fix error handling with threads on OOM in ECPG connection logic
Michael Paquier
2021-09-13
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Translation updates
Peter Eisentraut
2021-08-09
*
Fix range check in ECPG numeric to int conversion
John Naylor
2021-07-30
*
Don't use abort(3) in libpq's fe-print.c.
Tom Lane
2021-06-28
*
Don't assume GSSAPI result strings are null-terminated.
Tom Lane
2021-06-23
*
Fix incautious handling of possibly-miscoded strings in client code.
Tom Lane
2021-06-07
*
Translation updates
Peter Eisentraut
2021-05-10
*
Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslib
Bruce Momjian
2021-04-02
*
Re-simplify management of inStart in pqParseInput3's subroutines.
Tom Lane
2021-03-11
*
Translation updates
Peter Eisentraut
2021-02-08
*
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
*
Fix bugs in libpq's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Expose the default for channel_binding in PQconndefaults().
Tom Lane
2020-12-28
*
Translation updates
Peter Eisentraut
2020-11-09
*
Avoid re-using output variables in new ecpg test case.
Tom Lane
2020-11-07
*
Fix ecpg's mishandling of B'...' and X'...' literals.
Tom Lane
2020-11-07
*
Fix ancient bug in ecpg's pthread_once() emulation for Windows.
Tom Lane
2020-10-24
*
In libpq for Windows, call WSAStartup once and WSACleanup not at all.
Tom Lane
2020-10-19
*
Translation updates
Peter Eisentraut
2020-09-21
*
Translation updates
Peter Eisentraut
2020-09-14
*
Teach libpq to handle arbitrary-length lines in .pgpass files.
Tom Lane
2020-09-01
*
Translation updates
Peter Eisentraut
2020-08-10
[next]