summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
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-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove configure probe for struct sockaddr_storage.Thomas Munro
2022-08-13Remove 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
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-15Fix collection of typos in the code and the documentationMichael Paquier
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-26Harden be-gssapi-common.h for headerscheckAlvaro Herrera
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-07Refactor hba_authnameMagnus Hagander
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-02Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-25Improve connection denied error message during recovery.Fujii Masao
2021-03-09Remove support for SSL compressionMichael Paquier
2021-03-04Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas
2021-03-01Introduce symbolic names for FeBeWaitSet positions.Thomas Munro
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-08-14Fix postmaster's behavior during smart shutdown.Tom Lane
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-04-17Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan
2020-03-25Fix assorted portability issues in commit 896fcdb23.Tom Lane
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-01-31Allow building without default socket directoryPeter Eisentraut
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-10-13In the postmaster, rely on the signal infrastructure to block signals.Tom Lane
2019-10-12Fix use of term "verifier"Peter Eisentraut
2019-07-05Update hardcoded DH parameters to IANA standardsMichael Paquier
2019-06-09Switch position of some declarations in libpq.hMichael Paquier