summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
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-03Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-05Refactor ListenSocket array.Heikki Linnakangas
2023-08-22Introduce 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-20rename "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-07Add 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-03Retire PG_SETMASK() macro.Thomas Munro
2023-01-23Add 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-20Remove hardcoded dependency to cryptohash type in the internals of SCRAMMichael Paquier
2022-11-24Rework 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
2022-08-22Remove configure probes for sockaddr_storage members.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-14Remove replacement code for getaddrinfo.Thomas Munro
2022-08-14Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-14Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-07-16Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro
2022-05-12Add some missing PGDLLIMPORT markingsMichael Paquier
2022-04-08Apply PGDLLIMPORT markings broadly.Robert Haas
2022-04-06Remove exclusive backup modeStephen Frost