aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier2023-02-15
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-26
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-03-02
* Fix pg_hba_file_rules for authentication method certMagnus Hagander2022-01-26
* Revert "graceful shutdown" changes for Windows, in back branches only.Tom Lane2022-01-25
* Revert error handling improvements for cryptohashesMichael Paquier2022-01-14
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* 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
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-03
* Message style improvementsPeter Eisentraut2021-09-16
* Set type identifier on BIODaniel Gustafsson2021-08-17
* 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
* Use signalfd(2) for epoll latches.Thomas Munro2021-03-01
* Change the error message for logical replication authentication failure.Amit Kapila2021-02-23
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* Use errmsg_internal for debug messagesPeter Eisentraut2021-02-17
* Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier2021-02-15
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Introduce --with-ssl={openssl} as a configure optionMichael Paquier2021-02-01
* Move SSL information callback earlier to capture more informationMichael Paquier2021-01-22
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix up usage of krb_server_keyfile GUC parameter.Tom Lane2020-12-30
* Improve log messages related to pg_hba.conf not matching a connection.Tom Lane2020-12-28
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Revert "Add key management system" (978f869b99) & later commitsBruce Momjian2020-12-27
* Allow ssl_passphrase_command to prompt the terminalBruce Momjian2020-12-25
* Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut2020-12-04
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix a few comments that referred to copy.c.Heikki Linnakangas2020-11-23