summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-04-08Support TLS handshake directly without SSLRequest negotiationHeikki Linnakangas
2024-04-05Make libpqsrv_cancel's return const char *, not char *Alvaro Herrera
2024-03-28Remove translation markers from libpq-be-fe-helpers.hAlvaro Herrera
2024-03-28libpq-be-fe-helpers.h: wrap new cancel APIsAlvaro Herrera
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-12Move initialization of the Port struct to the child processHeikki Linnakangas
2024-03-12Pass CAC as an argument to the backend processHeikki Linnakangas
2024-03-04Remove unused 'countincludesself' argument to pq_sendcountedtext()Heikki Linnakangas
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-01-08Make dblink interruptible, via new libpqsrv APIs.Noah Misch
2024-01-08Remove excess #include "utils/wait_event.h".Noah Misch
2024-01-08Fix missing word in comment.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-08-23Introduce macros for protocol characters.Nathan Bossart
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-17Remove db_user_namespace.Nathan Bossart
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-06-12Remove a few unused global variables and declarations.Heikki Linnakangas
2023-05-21rename "gss_accept_deleg" to "gss_accept_delegation".Bruce Momjian
2023-04-13De-Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Revert "Add support for Kerberos credential delegation"Stephen Frost
2023-04-08Add support for Kerberos credential delegationStephen Frost
2023-03-29Copy and store addrinfo in libpq-owned private memoryDaniel Gustafsson
2023-03-27Make SCRAM iteration count configurableDaniel Gustafsson
2023-03-17libpq: Remove code for SCM credential authenticationMichael Paquier
2023-03-15Add a hook for modifying the ldapbind passwordAndrew Dunstan
2023-03-14libpq: Add support for require_auth to control authorized auth methodsMichael Paquier
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-02-14Change argument type of pq_sendbytes from char * to void *Peter Eisentraut
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-01-24Add helper library for use of libpq inside the server environmentAndres Freund
2023-01-16Store IdentLine->pg_user as an AuthTokenMichael Paquier
2023-01-12Rename some variables related to ident files in hba.{c,h}Michael Paquier
2023-01-12Fix incorrect comment in hba.hMichael Paquier
2023-01-12Use WaitEventSet API for postmaster's event loop.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-19Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-11-23Rework memory contexts in charge of HBA/ident tokenizationMichael Paquier
2022-11-14Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier
2022-11-09Provide sigaction() for Windows.Thomas Munro
2022-10-26Refactor code handling the names of files loaded in hba.cMichael Paquier
2022-10-19Refactor regular expression handling in hba.cMichael Paquier
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-17Make check_usermap() parameter names consistent.Peter Geoghegan
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier