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
14 hours
Doc: clarify description of regexp fields in pg_ident.conf.
Tom Lane
3 days
In username-map substitution, cope with more than one \1.
Tom Lane
2025-06-28
Message style improvements
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-09
Add support for runtime arguments in injection points
Michael Paquier
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-03-12
Modularize log_connections output
Melanie Plageman
2025-03-05
Split WaitEventSet functions to separate source file
Heikki Linnakangas
2025-02-23
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-20
Remove various unnecessary (char *) casts
Peter Eisentraut
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
2025-02-17
Fix translator notes in comments
Daniel Gustafsson
2025-02-12
Remove unnecessary (char *) casts [mem]
Peter Eisentraut
2025-02-09
Make TLS write functions' buffer arguments pointers const
Peter Eisentraut
2025-01-31
Move PG_MAX_AUTH_TOKEN_LENGTH to libpq/auth.h
Daniel Gustafsson
2025-01-15
postgres_fdw: SCRAM authentication pass-through
Peter Eisentraut
2025-01-15
Downgrade errors in object_ownercheck() to internal
Peter Eisentraut
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-11-28
Remove useless casts to (void *)
Peter Eisentraut
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-18
Fix strsep() use for SCRAM secrets parsing
Peter Eisentraut
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-07
Restrict password hash length.
Nathan Bossart
2024-10-05
Clean up WaitLatch calls that passed latch without WL_LATCH_SET
Heikki Linnakangas
2024-09-11
Remove obsolete unconstify()
Peter Eisentraut
2024-09-04
Remove a couple of strerror() calls
Peter Eisentraut
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-09-02
More use of getpwuid_r() directly
Peter Eisentraut
2024-08-19
Fix regression in TLS session ticket disabling
Daniel Gustafsson
2024-07-28
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-26
Add tests for errors during SSL or GSSAPI handshake
Heikki Linnakangas
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-23
ldapurl is supported with simple bind
Peter Eisentraut
2024-07-22
Replace some strtok() with strsep()
Peter Eisentraut
2024-07-15
Use correct type for pq_mq_parallel_leader_proc_number variable
Heikki Linnakangas
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-07-02
Add missing includes for some global variables
Peter Eisentraut
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
[next]