summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2021-03-01Use signalfd(2) for epoll latches.Thomas Munro
2021-02-23Change the error message for logical replication authentication failure.Amit Kapila
2021-02-18Allow specifying CRL directoryPeter Eisentraut
2021-02-17Use errmsg_internal for debug messagesPeter Eisentraut
2021-02-15Add result size as argument of pg_cryptohash_final() for overflow checksMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-02-01Introduce --with-ssl={openssl} as a configure optionMichael Paquier
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-30Fix up usage of krb_server_keyfile GUC parameter.Tom Lane
2020-12-28Improve log messages related to pg_hba.conf not matching a connection.Tom Lane
2020-12-28Fix assorted issues in backend's GSSAPI encryption support.Tom Lane
2020-12-28Revert "Add key management system" (978f869b99) & later commitsBruce Momjian
2020-12-26Allow ssl_passphrase_command to prompt the terminalBruce Momjian
2020-12-04Convert elog(LOG) calls to ereport() where appropriatePeter Eisentraut
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas
2020-11-07Message style improvementsAlvaro Herrera
2020-11-03Improve error handling in backend OpenSSL implementationMagnus Hagander
2020-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-10-21Fix -Wcast-function-type warnings on Windows/MinGWPeter Eisentraut