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
/
libpq
Age
Commit message (
Expand
)
Author
8 days
libpq-fe.h: Don't claim SOCKTYPE in the global namespace
Jacob Champion
10 days
libpq: Align oauth_json_set_error() with other NLS patterns
Jacob Champion
10 days
libpq: Add missing OAuth translations
Jacob Champion
2025-12-10
libpq: Authorize pthread_exit() in libpq_check
Michael Paquier
2025-12-09
Remove unnecessary casts in printf format arguments (%zu/%zd)
Peter Eisentraut
2025-12-09
libpq: Refactor logic checking for exit() in shared library builds
Michael Paquier
2025-11-24
Add pg_add_size_overflow() and friends
Jacob Champion
2025-11-18
Fix typo
Álvaro Herrera
2025-11-10
libpq: Prevent some overflows of int/size_t
Jacob Champion
2025-11-04
libpq: Improve error handling in passwordFromFile()
Michael Paquier
2025-10-27
Simplify newline handling in two TAP tests
Michael Paquier
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-05
Use SOCK_ERRNO[_SET] in fe-secure-gssapi.c.
Tom Lane
2025-09-16
Move pg_int64 back to postgres_ext.h
Peter Eisentraut
2025-09-03
libpq: Fix PQtrace() format for non-printable characters
Michael Paquier
2025-08-25
Use PqMsg_* macros in fe-protocol3.c.
Nathan Bossart
2025-08-22
Revert unnecessary check for NULL
Heikki Linnakangas
2025-08-22
libpq: Be strict about cancel key lengths
Heikki Linnakangas
2025-08-22
libpq: Handle OOM by disconnecting instead of hanging or skipping msgs
Heikki Linnakangas
2025-08-12
libpq: Set LDAP protocol version 3
Peter Eisentraut
2025-08-01
libpq: Complain about missing BackendKeyData later with PGgetCancel()
Heikki Linnakangas
2025-07-29
Don't put library-supplied -L/-I switches before user-supplied ones.
Tom Lane
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-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-23
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-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-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-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-16
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
[next]