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
*
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
10 days
*
Use more mundane 'int' type for cancel key lengths in libpq
Heikki Linnakangas
10 days
*
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
13 days
*
Translation updates
Peter Eisentraut
14 days
*
oauth: Correct SSL dependency for libpq-oauth.a
Jacob Champion
2025-05-02
*
oauth: Fix Autoconf build on macOS
Jacob Champion
2025-05-01
*
oauth: Move the builtin flow into a separate module
Jacob Champion
2025-05-01
*
oauth: Classify oauth_client_secret as a password
Jacob Champion
2025-04-29
*
Fix terminology in comment and message
Peter Eisentraut
2025-04-25
*
Allocate JsonLexContexts on the heap to avoid warnings
Daniel Gustafsson
2025-04-23
*
Fix a few more duplicate words in comments
David Rowley
2025-04-21
*
Fix typos and grammar in the code
Michael Paquier
2025-04-19
*
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-17
*
Mark sslkeylogfile as Debug option
Daniel Gustafsson
2025-04-13
*
libpq: Fix some issues in TAP tests for service files
Michael Paquier
2025-04-07
*
Quote filename in error message
Daniel Gustafsson
2025-04-05
*
oauth: Fix build on platforms without epoll/kqueue
Daniel Gustafsson
2025-04-03
*
libpq: Add support for dumping SSL key material to file
Daniel Gustafsson
2025-04-03
*
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
*
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-04-02
*
libpq: Handle NegotiateProtocolVersion message differently
Heikki Linnakangas
2025-04-02
*
Revert "Tidy up locale thread safety in ECPG library."
Peter Eisentraut
2025-03-28
*
Tidy up locale thread safety in ECPG library.
Peter Eisentraut
2025-03-28
*
libpq: Add TAP tests for service files and names
Michael Paquier
2025-03-27
*
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-03-26
*
libpq: Deprecate pg_int64.
Thomas Munro
2025-03-25
*
Fix "make clean" for new TAP suite.
Noah Misch
2025-03-23
*
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-20
*
Fix compiler warning for commit 434dbf69.
Thomas Munro
2025-03-19
*
oauth: Simplify copy of PGoauthBearerRequest
Thomas Munro
2025-03-19
*
oauth: Fix postcondition for set_timer on macOS
Thomas Munro
2025-03-19
*
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-17
*
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
2025-03-13
*
Update nls.mk for newly added file
Peter Eisentraut
2025-03-11
*
ecpg: Fix compiler warning in ecpg build with Meson.
Fujii Masao
2025-03-06
*
Add .gitignore entry for ecpg test detritus.
Tom Lane
2025-03-04
*
ecpg: Add TAP test for the ecpg command.
Fujii Masao
2025-03-04
*
Work around OAuth/EVFILT_TIMER quirk on NetBSD.
Thomas Munro
2025-03-01
*
oauth: Rename macro to avoid collisions on Windows
Daniel Gustafsson
2025-02-24
*
oauth: Fix incorrect const markers in struct
Daniel Gustafsson
2025-02-24
*
libpq: Trace all NegotiateProtocolVersion fields
Robert Haas
2025-02-24
*
libpq: Add PQfullProtocolVersion to exports.txt
Robert Haas
2025-02-24
*
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
*
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-20
*
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
*
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-12
*
Remove unnecessary (char *) casts [string]
Peter Eisentraut
2025-02-12
*
Fix handling of invalidly encoded data in escaping functions
Andres Freund
2025-02-10
*
libpq: Handle asynchronous actions during SASL
Daniel Gustafsson
2025-02-06
[next]