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
/
include
/
libpq
Age
Commit message (
Expand
)
Author
2025-07-25
Run pgindent on the changes of the previous patch.
Tom Lane
2025-07-25
Reap the benefits of not having to avoid leaking PGresults.
Tom Lane
2025-07-25
Create infrastructure to reliably prevent leakage of PGresults.
Tom Lane
2025-07-22
Remove translation marker from libpq-be-fe-helpers.h.
Fujii Masao
2025-07-22
Log remote NOTICE, WARNING, and similar messages using ereport().
Fujii Masao
2025-05-08
Use 'void *' for arbitrary buffers, 'uint8 *' for byte arrays
Heikki Linnakangas
2025-04-12
Harmonize function parameter names for Postgres 18.
Peter Geoghegan
2025-04-11
Add missing PGDLLIMPORT markings
Peter Eisentraut
2025-04-07
Add local-address escape "%L" to log_line_prefix.
Tom Lane
2025-04-02
Make cancel request keys longer
Heikki Linnakangas
2025-04-02
libpq: Add min/max_protocol_version connection options
Heikki Linnakangas
2025-03-26
Move GSSAPI includes into its own header
Daniel Gustafsson
2025-02-23
backend libpq void * argument for binary data
Peter Eisentraut
2025-02-20
Add support for OAUTHBEARER SASL mechanism
Daniel Gustafsson
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-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-02
Deprecate MD5 passwords.
Nathan Bossart
2024-11-22
Make the memory layout of Port struct independent of USE_OPENSSL
Heikki Linnakangas
2024-11-20
More logically order libpq func. includes, e.g., group GUC vals
Bruce Momjian
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-23
Make SASL max message length configurable
Daniel Gustafsson
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-07
Restrict password hash length.
Nathan Bossart
2024-09-09
Add PQfullProtocolVersion() to surface the precise protocol version.
Robert Haas
2024-09-04
Apply more quoting to GUC names in messages
Michael Paquier
2024-07-17
Use PqMsg_* macros in more places.
Nathan Bossart
2024-06-12
Harmonize function parameter names for Postgres 17.
Peter Geoghegan
2024-05-11
Change ALPN protocol ID to IANA-approved "postgresql"
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-05
Make libpqsrv_cancel's return const char *, not char *
Alvaro Herrera
2024-03-28
Remove translation markers from libpq-be-fe-helpers.h
Alvaro Herrera
2024-03-28
libpq-be-fe-helpers.h: wrap new cancel APIs
Alvaro Herrera
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
Move initialization of the Port struct to the child process
Heikki Linnakangas
2024-03-12
Pass CAC as an argument to the backend process
Heikki Linnakangas
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-08
Make dblink interruptible, via new libpqsrv APIs.
Noah Misch
2024-01-08
Remove excess #include "utils/wait_event.h".
Noah Misch
2024-01-08
Fix missing word in comment.
Noah Misch
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Add trailing commas to enum definitions
Peter Eisentraut
2023-10-05
Refactor ListenSocket array.
Heikki Linnakangas
2023-08-23
Introduce macros for protocol characters.
Nathan Bossart
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
[next]