index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2024-01-16
Don't test already-referenced pointer for nullness
Alvaro Herrera
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-12-05
Fix handling of errors in libpq pipelines
Alvaro Herrera
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-27
Fix race condition with BIO methods initialization in libpq with threads
Michael Paquier
2023-11-23
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-08
Call pqPipelineFlush from PQsendFlushRequest
Alvaro Herrera
2023-11-06
Translation updates
Peter Eisentraut
2023-05-08
Translation updates
Peter Eisentraut
2023-04-24
Remove duplicate lines of code
Daniel Gustafsson
2023-04-18
ecpg: Fix handling of strings in ORACLE compat code with SQLDA
Michael Paquier
2023-03-13
Fix inconsistent error handling for GSS encryption in PQconnectPoll()
Michael Paquier
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-06
Translation updates
Peter Eisentraut
2023-02-06
Properly NULL-terminate GSS receive buffer on error packet reception
Michael Paquier
2022-11-30
Fix comment in fe-auth-scram.c
Michael Paquier
2022-11-07
Translation updates
Peter Eisentraut
2022-10-14
libpq: Reset singlerow flag correctly in pipeline mode
Alvaro Herrera
2022-10-10
Translation updates
Peter Eisentraut
2022-09-29
Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane
2022-09-26
Translation updates
Peter Eisentraut
2022-09-23
Remove PQsendQuery support in pipeline mode
Alvaro Herrera
2022-09-09
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-09-05
Translation updates
Peter Eisentraut
2022-09-01
Revert SQL/JSON features
Andrew Dunstan
2022-08-25
libpq code should use libpq_gettext(), not _()
Peter Eisentraut
2022-08-23
Message style adjustment
Peter Eisentraut
2022-08-15
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-08
Translation updates
Alvaro Herrera
2022-07-22
Fix [install]check in interfaces/libpq/Makefile
Alvaro Herrera
2022-07-13
Plug memory leak
Alvaro Herrera
2022-07-05
libpq: Improve idle state handling in pipeline mode
Alvaro Herrera
2022-07-03
Add Windows file version information to libpq/test programs.
Noah Misch
2022-07-02
Fix previous commit's ecpg_clocale for ppc Darwin.
Noah Misch
2022-07-02
ecpglib: call newlocale() once per process.
Noah Misch
2022-06-27
Translation updates
Peter Eisentraut
2022-06-14
Avoid ecpglib core dump with out-of-order operations.
Tom Lane
2022-06-06
Don't fail on libpq-generated error reports in ecpg_raise_backend().
Tom Lane
2022-05-30
Make STRING an unreserved_keyword.
Tom Lane
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-16
Translation updates
Peter Eisentraut
2022-05-13
Indent C code in flex and bison files
Peter Eisentraut
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
libpq: drop pending pipelined commands in pqDropConnection().
Tom Lane
2022-05-11
Add missing source files to nls.mk
Peter Eisentraut
2022-05-04
Rename libpq test programs with libpq_ prefix
Daniel Gustafsson
2022-04-21
Fix missed cases in libpq's error handling.
Tom Lane
2022-04-16
Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".
Noah Misch
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-01
libpq: Fix pkg-config without OpenSSL
Peter Eisentraut
[next]