index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
Age
Commit message (
Expand
)
Author
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
Translation updates
Peter Eisentraut
2025-05-01
Add missing newlines to PQescapeInternal() messages pre-v16.
Tom Lane
2025-02-17
Translation updates
Álvaro Herrera
2025-02-15
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-14
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-10
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-10
Translation updates
Peter Eisentraut
2025-01-25
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-14
Avoid symbol collisions between pqsignal.c and legacy-pqsignal.c.
Tom Lane
2025-01-14
ecpg: Restore detection of unsupported COPY FROM STDIN.
Fujii Masao
2024-12-01
Fix broken list-munging in ecpg's remove_variables().
Tom Lane
2024-11-11
Translation updates
Peter Eisentraut
2024-11-11
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-10-22
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
2024-10-02
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-08-08
Revert ECPG's use of pnstrdup()
Peter Eisentraut
2024-08-05
Translation updates
Peter Eisentraut
2024-07-28
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-05-23
Remove race conditions between ECPGdebug() and ecpg_log().
Tom Lane
2024-05-06
Translation updates
Peter Eisentraut
2024-04-16
Fix assorted bugs in ecpg's macro mechanism.
Tom Lane
2024-04-04
Fix ecpg's mechanism for detecting unsupported cases in the grammar.
Tom Lane
2024-04-01
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-03-08
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-02-19
ecpg: Fix zero-termination of string generated by intoasc()
Michael Paquier
2024-02-09
Avoid concurrent calls to bindtextdomain().
Tom Lane
2024-02-09
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
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-29
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-09-09
Fix possible omission of variable storage markers in ECPG.
Tom Lane
2022-08-15
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-08
Translation updates
Alvaro Herrera
2022-07-13
Plug memory leak
Alvaro Herrera
[next]