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
*
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
*
Translation updates
Peter Eisentraut
2025-05-05
*
Translation updates
Álvaro Herrera
2025-02-17
*
Make escaping functions retain trailing bytes of an invalid character.
Tom Lane
2025-02-15
*
Fix PQescapeLiteral()/PQescapeIdentifier() length handling
Andres Freund
2025-02-14
*
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-10
*
Translation updates
Peter Eisentraut
2025-02-10
*
meson: Add missing dependencies for libpq tests
Andres Freund
2025-02-04
*
meson: Add pg_regress_ecpg to ecpg test dependencies
Andres Freund
2025-02-04
*
Test ECPG decadd(), decdiv(), decmul(), and decsub() for risnull() input.
Noah Misch
2025-01-25
*
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
2025-01-15
*
Fix error message wording
Álvaro Herrera
2025-01-07
*
Fix broken list-munging in ecpg's remove_variables().
Tom Lane
2024-12-01
*
Translation updates
Peter Eisentraut
2024-11-11
*
libpq: Bail out during SSL/GSS negotiation errors
Michael Paquier
2024-11-11
*
ecpg: Fix out-of-bound read in DecodeDateTime()
Michael Paquier
2024-10-23
*
Parse libpq's "keepalives" option more like other integer options.
Tom Lane
2024-10-02
*
Translation updates
Peter Eisentraut
2024-09-23
*
Prevent mis-encoding of "trailing junk after numeric literal" errors.
Tom Lane
2024-09-05
*
Provide feature-test macros for libpq features added in v17.
Tom Lane
2024-08-23
*
Revert ECPG's use of pnstrdup()
Peter Eisentraut
2024-08-08
*
Translation updates
Peter Eisentraut
2024-08-05
*
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-28
*
Fix fallback behavior when server sends an ERROR early at startup
Heikki Linnakangas
2024-07-26
*
Fix outdated comment after removal of direct SSL fallback
Heikki Linnakangas
2024-07-08
*
Fix copy/paste mistake in comment
Alvaro Herrera
2024-07-04
*
Fix copy-paste mistake in PQcancelCreate
Alvaro Herrera
2024-07-01
*
Use PqMsg_* macros in fe-auth.c.
Nathan Bossart
2024-06-26
*
Translation updates
Peter Eisentraut
2024-06-24
*
Improve the granularity of PQsocketPoll's timeout parameter.
Tom Lane
2024-06-13
*
libpq: Some message style normalization
Peter Eisentraut
2024-06-13
*
libpq: Add missing gettext markers
Peter Eisentraut
2024-06-12
*
libpq: Remove a gettext marker
Peter Eisentraut
2024-06-12
*
Fix typo in error message
Peter Eisentraut
2024-06-12
*
Fix PL/pgSQL's handling of integer ranges containing underscores.
Dean Rasheed
2024-06-04
*
Fix check for memory allocation
Daniel Gustafsson
2024-05-27
*
Remove race conditions between ECPGdebug() and ecpg_log().
Tom Lane
2024-05-23
*
Translation updates
Peter Eisentraut
2024-05-20
*
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-17
*
Remove option to fall back from direct to postgres SSL negotiation
Heikki Linnakangas
2024-05-16
*
Re-forbid underscore in positional parameters
Peter Eisentraut
2024-05-15
*
Pre-beta mechanical code beautification.
Tom Lane
2024-05-14
*
Translation updates
Peter Eisentraut
2024-05-06
*
Fix comment regarding LibreSSL availability
Daniel Gustafsson
2024-05-05
*
Fix an assortment of typos
David Rowley
2024-05-04
*
Rename libpq trace internal functions
Peter Eisentraut
2024-05-02
*
Fix compilation on OpenSSL 1.0.2 and LibreSSL
Heikki Linnakangas
2024-04-30
*
Reject SSL connection if ALPN is used but there's no common protocol
Heikki Linnakangas
2024-04-29
*
libpq: Enforce ALPN in direct SSL connections
Heikki Linnakangas
2024-04-29
[next]