aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* 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
* Invent open_auth_file() in hba.c to refactor authentication file openingMichael Paquier2022-11-14
* Provide sigaction() for Windows.Thomas Munro2022-11-09
* Refactor code handling the names of files loaded in hba.cMichael Paquier2022-10-26
* Refactor regular expression handling in hba.cMichael Paquier2022-10-19
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-14
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-14
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Remove exclusive backup modeStephen Frost2022-04-06
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07