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-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
ecpg: check return value of replace_variables()
Daniel Gustafsson
2025-10-17
Improve TAP tests by replacing ok() with better Test::More functions
Michael Paquier
2025-10-08
Cleanup NAN code in float.h, too.
Tom Lane
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-29
Fix .gitignore for src/interfaces/libpq-oauth.
Tom Lane
2025-08-29
Silence -Wmissing-variable-declarations in headerscheck.
Tom Lane
2025-08-26
oauth: Explicitly depend on -pthread
Jacob Champion
2025-08-25
oauth: Add unit tests for multiplexer handling
Jacob Champion
2025-08-25
oauth: Always link with -lm for floor()
Jacob Champion
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-08
Revert "oauth: Add unit tests for multiplexer handling"
Jacob Champion
2025-08-08
oauth: Add unit tests for multiplexer handling
Jacob Champion
2025-08-08
oauth: Track total call count during a client flow
Jacob Champion
2025-08-08
oauth: Remove expired timers from the multiplexer
Jacob Champion
2025-08-08
oauth: Ensure unused socket registrations are removed
Jacob Champion
2025-08-08
oauth: Remove stale events from the kqueue multiplexer
Jacob Champion
2025-08-06
Fix typo in comment.
Fujii Masao
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-27
ecpg: Fix memory leaks in ecpg_auto_prepare()
Michael Paquier
2025-07-22
ecpg: Improve error detection around ecpg_strdup()
Michael Paquier
2025-07-22
ecpg: Fix NULL pointer dereference during connection lookup
Michael Paquier
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-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-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
[next]