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
2 days
Split some long Makefile lists
Michael Paquier
3 days
Remove MsgType type
Peter Eisentraut
13 days
libpq-oauth: use correct c_args in meson.build
Jacob Champion
13 days
libpq-fe.h: Don't claim SOCKTYPE in the global namespace
Jacob Champion
2025-12-15
libpq: Align oauth_json_set_error() with other NLS patterns
Jacob Champion
2025-12-15
libpq-oauth: Don't translate internal errors
Jacob Champion
2025-12-15
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-12-08
Make ecpg parse.pl more robust with braces
Peter Eisentraut
2025-12-07
ecpg: refactor to eliminate cast-away-const in find_variable().
Tom Lane
2025-12-05
Fix some cases of indirectly casting away const.
Tom Lane
2025-12-02
Remove useless casting to same type
Peter Eisentraut
2025-12-02
Replace pointer comparisons and assignments to literal zero with NULL
Peter Eisentraut
2025-11-24
Add pg_add_size_overflow() and friends
Jacob Champion
2025-11-24
Make some use of anonymous unions [libpq-oauth]
Jacob Champion
2025-11-18
Fix typo
Álvaro Herrera
2025-11-12
Change coding pattern for CURL_IGNORE_DEPRECATION()
Á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-28
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-28
ecpg: Fix memory leaks in ecpg_auto_prepare()
Michael Paquier
2025-07-23
ecpg: Improve error detection around ecpg_strdup()
Michael Paquier
2025-07-22
ecpg: Fix NULL pointer dereference during connection lookup
Michael Paquier
[next]