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
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Fix memory leaks in error reporting with LOG level
Daniel Gustafsson
2024-04-29
Reject SSL connection if ALPN is used but there's no common protocol
Heikki Linnakangas
2024-04-25
Remove unnecessary code from be_lo_put()
Peter Eisentraut
2024-04-24
Support SSL_R_VERSION_TOO_LOW when using LibreSSL
Daniel Gustafsson
2024-04-24
Support disallowing SSL renegotiation when using LibreSSL
Daniel Gustafsson
2024-04-08
Fix check for 'outlen' return from SSL_select_next_proto()
Heikki Linnakangas
2024-04-08
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-04-08
Support TLS handshake directly without SSLRequest negotiation
Heikki Linnakangas
2024-04-07
Avoid needless large memcpys in libpq socket writing
David Rowley
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-12
Fix copying SockAddr struct
Heikki Linnakangas
2024-03-12
Move initialization of the Port struct to the child process
Heikki Linnakangas
2024-03-12
Set socket options in child process after forking
Heikki Linnakangas
2024-03-12
Disconnect if socket cannot be put into non-blocking mode
Heikki Linnakangas
2024-03-08
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-03-03
Replace BackendIds with 0-based ProcNumbers
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2024-01-03
Avoid masking EOF (no-password-supplied) conditions in auth.c.
Tom Lane
2023-12-15
Fix bugs in manipulation of large objects.
Tom Lane
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-23
Fix timing-dependent failure in GSSAPI data transmission.
Tom Lane
2023-11-23
Use ResourceOwner to track WaitEventSets.
Heikki Linnakangas
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
Refactor ListenSocket array.
Heikki Linnakangas
2023-09-22
Avoid potential pfree on NULL on OpenSSL errors
Daniel Gustafsson
2023-09-06
Use more consistent names for wait event objects and types
Michael Paquier
2023-08-26
Generate new LOG for "trust" connections under log_connections
Michael Paquier
2023-08-24
Use FD_CLOEXEC on ListenSockets
Heikki Linnakangas
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-08-09
struct PQcommMethods: use C99 designated initializers
Alvaro Herrera
2023-07-27
Eliminate fixed token-length limit in hba.c.
Tom Lane
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-17
Remove db_user_namespace.
Nathan Bossart
2023-07-10
Message wording improvements
Peter Eisentraut
2023-07-09
Remove unnecessary unbind in LDAP search+bind mode
Peter Eisentraut
2023-07-03
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-06-20
Pre-beta2 mechanical code beautification.
Tom Lane
2023-05-21
rename "gss_accept_deleg" to "gss_accept_delegation".
Bruce Momjian
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-04-14
NULL is not an ideal way to spell bool "false".
Tom Lane
2023-04-13
Remove code in charge of freeing regexps generation by Lab.c
Michael Paquier
[next]