summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
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
2020-10-15Replace calls of htonl()/ntohl() with pg_bswap.h for GSSAPI encryptionMichael Paquier
2020-10-05Overhaul pg_hba.conf clientcert's APIBruce Momjian
2020-09-14Message fixes and style improvementsPeter Eisentraut
2020-09-06Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane
2020-09-05Fix typo in commentPeter Eisentraut
2020-09-04Remove arbitrary restrictions on password length.Tom Lane
2020-09-03Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane
2020-07-08code: replace most remaining uses of 'master'.Andres Freund
2020-07-08code: replace 'master' with 'leader' where appropriate.Andres Freund
2020-06-27Fix list of SSL error codes for older OpenSSL versions.Tom Lane
2020-06-27Add hints about protocol-version-related SSL connection failures.Tom Lane
2020-06-04Fix comment in be-secure-openssl.cMichael Paquier
2020-05-26gss: add missing references to hostgssenc and hostnogssencBruce Momjian
2020-05-16Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-05-05Fix severe memory leaks in GSSAPI encryption support.Tom Lane
2020-04-29Fix check for conflicting SSL min/max protocol settingsMichael Paquier
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-03-25Provide a TLS init hookAndrew Dunstan
2020-03-23Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-21Assume that we have utime() and <utime.h>.Tom Lane
2020-02-19Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier
2020-01-31Sprinkle some const decorationsPeter Eisentraut
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2020-01-28Add connection parameters to control SSL protocol min/max in libpqMichael Paquier
2020-01-27Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier
2020-01-17Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-06Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-24Avoid splitting C string literals with \-newlineAlvaro Herrera
2019-12-16Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut
2019-12-14Fix memory leak when initializing DH parameters in backendMichael Paquier