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
2025-07-17
Fix PQport to never return NULL unless the connection is NULL.
Tom Lane
2025-07-13
libpq: Add "servicefile" connection option
Michael Paquier
2025-07-10
Fix sslkeylogfile error handling logging
Daniel Gustafsson
2025-07-09
Link libpq with libdl if the platform needs that.
Tom Lane
2025-07-09
libpq: Add TAP test for nested service file
Michael Paquier
2025-07-09
libpq: Remove PQservice()
Michael Paquier
2025-07-02
Correctly copy the target host identification in PQcancelCreate.
Tom Lane
2025-06-26
libpq: Message style improvements
Peter Eisentraut
2025-06-17
Fix allocation check to test the right variable
Daniel Gustafsson
2025-06-16
libpq-oauth: Add exports.list to .gitignore
Peter Eisentraut
2025-06-10
Don't reduce output request size on non-Unix-socket connections.
Tom Lane
2025-05-30
Allow larger packets during GSSAPI authentication exchange.
Tom Lane
2025-05-23
oauth: Correct missing comma in Requires.private
Jacob Champion
2025-05-23
oauth: Limit JSON parsing depth in the client
Jacob Champion
2025-05-22
Fix assorted new memory leaks in libpq.
Tom Lane
2025-05-22
Replace deprecated log_connections values in docs and tests
Melanie Plageman
2025-05-19
ecpg: Add missing newline in meson.build
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-05-08
Use more mundane 'int' type for cancel key lengths in libpq
Heikki Linnakangas
2025-05-05
With GB18030, prevent SIGSEGV from reading past end of allocation.
Noah Misch
2025-05-05
Translation updates
Peter Eisentraut
2025-05-02
oauth: Correct SSL dependency for libpq-oauth.a
Jacob Champion
2025-05-01
oauth: Fix Autoconf build on macOS
Jacob Champion
2025-05-01
oauth: Move the builtin flow into a separate module
Jacob Champion
2025-04-29
oauth: Classify oauth_client_secret as a password
Jacob Champion
2025-04-25
Fix terminology in comment and message
Peter Eisentraut
2025-04-23
Allocate JsonLexContexts on the heap to avoid warnings
Daniel Gustafsson
2025-04-21
Fix a few more duplicate words in comments
David Rowley
2025-04-19
Fix typos and grammar in the code
Michael Paquier
2025-04-17
Fixup various new-to-v18 usages of appendPQExpBuffer
David Rowley
2025-04-13
Mark sslkeylogfile as Debug option
Daniel Gustafsson
2025-04-07
libpq: Fix some issues in TAP tests for service files
Michael Paquier
2025-04-05
Quote filename in error message
Daniel Gustafsson
2025-04-03
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-02
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-03-28
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-27
libpq: Add TAP tests for service files and names
Michael Paquier
2025-03-26
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-03-25
libpq: Deprecate pg_int64.
Thomas Munro
2025-03-23
Fix "make clean" for new TAP suite.
Noah Misch
2025-03-20
Revert workarounds for -Wmissing-braces false positives on old GCC
Peter Eisentraut
2025-03-19
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-17
Apply more consistent style for command options in TAP tests
Michael Paquier
2025-03-13
pg_noreturn to replace pg_attribute_noreturn()
Peter Eisentraut
[prev]
[next]