aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-12
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-08
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Revert "graceful shutdown" changes for Windows.Tom Lane2022-03-22
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-07
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-02-28
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-15
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-08
* Fix pg_hba_file_rules for authentication method certMagnus Hagander2022-01-26
* Improve error handling of HMAC computationsMichael Paquier2022-01-13
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-11
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-07
* On Windows, close the client socket explicitly during backend shutdown.Tom Lane2021-12-02
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-17
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-06
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Blind attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-02
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-14
* Message style improvementsPeter Eisentraut2021-09-16
* Fix incorrect format placeholdersPeter Eisentraut2021-09-08
* Set type identifier on BIODaniel Gustafsson2021-08-17
* Add more sanity checks in SASL exchangesMichael Paquier2021-07-10
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-23
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-31
* Disallow SSL renegotiationMichael Paquier2021-05-25
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut2021-04-29
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Factor out system call names from error messagesPeter Eisentraut2021-04-23
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-23
* Refactor hba_authnameMagnus Hagander2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Refactor HMAC implementationsMichael Paquier2021-04-03
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Fix memory leak when rejecting bogus DH parameters.Tom Lane2021-03-20
* Avoid corner-case memory leak in SSL parameter processing.Tom Lane2021-03-16
* Remove support for SSL compressionMichael Paquier2021-03-09
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-01