summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
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-22Revert "graceful shutdown" changes for Windows.Tom Lane
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-28Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-06Second attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-11-03Fix snapshot reference leak if lo_export fails.Heikki Linnakangas
2021-11-02Blind attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-10-14shm_mq: Update mq_bytes_written less often.Robert Haas
2021-09-16Message style improvementsPeter Eisentraut
2021-09-08Fix incorrect format placeholdersPeter Eisentraut
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-07-10Add more sanity checks in SASL exchangesMichael Paquier
2021-07-07Refactor SASL code with a generic interface for its mechanismsMichael Paquier
2021-06-23Don't assume GSSAPI result strings are null-terminated.Tom Lane
2021-05-31Fix RADIUS error reporting in hba file parsingPeter Eisentraut
2021-05-25Disallow SSL renegotiationMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-04-29pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut
2021-04-28Add heuristic incoming-message-size limits in the server.Tom Lane
2021-04-23Factor out system call names from error messagesPeter Eisentraut
2021-04-23Use correct format placeholder for WSAGetLastError()Peter Eisentraut
2021-04-07Refactor hba_authnameMagnus Hagander
2021-04-07Add some information about authenticated identity via log_connectionsMichael Paquier
2021-04-03Refactor HMAC implementationsMichael 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-20Fix memory leak when rejecting bogus DH parameters.Tom Lane
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane
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