aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson2024-10-11
* Restrict password hash length.Nathan Bossart2024-10-07
* Add PQfullProtocolVersion() to surface the precise protocol version.Robert Haas2024-09-09
* Apply more quoting to GUC names in messagesMichael Paquier2024-09-04
* Use PqMsg_* macros in more places.Nathan Bossart2024-07-17
* Harmonize function parameter names for Postgres 17.Peter Geoghegan2024-06-12
* Change ALPN protocol ID to IANA-approved "postgresql"Heikki Linnakangas2024-05-11
* Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas2024-04-08
* Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas2024-04-08
* Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera2024-04-05
* Remove translation markers from libpq-be-fe-helpers.hAlvaro Herrera2024-03-28
* libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera2024-03-28
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2024-03-22
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2024-03-22
* Move initialization of the Port struct to the child processHeikki Linnakangas2024-03-12
* Pass CAC as an argument to the backend processHeikki Linnakangas2024-03-12
* Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Make dblink interruptible, via new libpqsrv APIs.Noah Misch2024-01-08
* Remove excess #include "utils/wait_event.h".Noah Misch2024-01-08
* Fix missing word in comment.Noah Misch2024-01-08
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Refactor ListenSocket array.Heikki Linnakangas2023-10-05
* Introduce macros for protocol characters.Nathan Bossart2023-08-22
* Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson2023-07-20
* Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson2023-07-20
* Remove db_user_namespace.Nathan Bossart2023-07-17
* Remove support for OpenSSL 1.0.1Michael Paquier2023-07-03
* Remove a few unused global variables and declarations.Heikki Linnakangas2023-06-12
* rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian2023-05-20
* De-Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-13
* Revert "Add support for Kerberos credential delegation"Stephen Frost2023-04-08
* Add support for Kerberos credential delegationStephen Frost2023-04-07
* Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson2023-03-29
* Make SCRAM iteration count configurableDaniel Gustafsson2023-03-27
* libpq: Remove code for SCM credential authenticationMichael Paquier2023-03-17
* Add a hook for modifying the ldapbind passwordAndrew Dunstan2023-03-15
* libpq: Add support for require_auth to control authorized auth methodsMichael Paquier2023-03-14
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Change argument type of pq_sendbytes from char * to void *Peter Eisentraut2023-02-14
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Add helper library for use of libpq inside the server environmentAndres Freund2023-01-23
* Store IdentLine->pg_user as an AuthTokenMichael Paquier2023-01-16
* Rename some variables related to ident files in hba.{c,h}Michael Paquier2023-01-12
* Fix incorrect comment in hba.hMichael Paquier2023-01-12
* Use WaitEventSet API for postmaster's event loop.Thomas Munro2023-01-12
* Update copyright for 2023Bruce Momjian2023-01-02
* Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier2022-12-20
* Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier2022-11-24