summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2019-05-26Fix typos.Amit Kapila
2019-05-24Update copyright year.Thomas Munro
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-22Initial pgindent run for v12.Tom Lane
2019-04-28Clean up minor warnings from buildfarm.Tom Lane
2019-04-23Fix detection of passwords hashed with MD5 or SCRAM-SHA-256Michael Paquier
2019-04-17Fix assorted minor bogosity in GSSAPI transport error messages.Tom Lane
2019-04-06Add support TCP user timeout in libpq and the backend serverMichael Paquier
2019-04-03GSSAPI encryption supportStephen Frost
2019-03-21Add DNS SRV support for LDAP server discovery.Thomas Munro
2019-03-09Add new clientcert hba option verify-fullMagnus Hagander
2019-03-08Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier
2019-02-14Get rid of another unconstify through API changesPeter Eisentraut
2019-02-13More unconstify usePeter Eisentraut
2019-02-08Fix error handling around ssl_*_protocol_version settingsPeter Eisentraut
2019-01-31Add more columns to pg_stat_sslPeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2019-01-01Remove configure switch --disable-strong-randomMichael Paquier
2018-12-04Fix typoStephen Frost
2018-11-28Don't set PAM_RHOST for Unix sockets.Thomas Munro
2018-11-25Fix assertion failure for SSL connections.Thomas Munro
2018-11-23Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro
2018-11-20Make detection of SSL_CTX_set_min_proto_version more portablePeter Eisentraut
2018-11-20Add settings to control SSL/TLS protocol versionPeter Eisentraut
2018-11-13Fix const correctness warning.Thomas Munro
2018-11-13Fix handling of HBA ldapserver with multiple hostnames.Thomas Munro
2018-11-13Fix possible buffer overrun in hba.c.Thomas Munro
2018-10-20Server-side fix for delayed NOTIFY and SIGTERM processing.Tom Lane
2018-10-16Correct constness of a few variables.Andres Freund
2018-09-08Minor cleanup/future-proofing for pg_saslprep().Tom Lane
2018-09-08Remove duplicated words split across lines in commentsMichael Paquier
2018-08-24Suppress uninitialized-variable warning in new SCRAM code.Tom Lane
2018-08-21Fix set of NLS translation issuesMichael Paquier
2018-08-05Remove support for tls-unique channel binding.Heikki Linnakangas
2018-07-30Add ssl_library preset parameterPeter Eisentraut
2018-07-22Hand code string to integer conversion for performance.Andres Freund
2018-06-29Make capitalization of term "OpenSSL" more consistentMichael Paquier
2018-06-08Add missing serial commasPeter Eisentraut
2018-05-21Fix unsafe usage of strerror(errno) within ereport().Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-26Preliminary work for pgindent run.Tom Lane
2018-04-02Make be-secure-common.c more consistent for future SSL implementationsPeter Eisentraut
2018-03-29C comments: "a" <--> "an" correctionsBruce Momjian
2018-03-19Fix typo in commentMagnus Hagander
2018-03-17Add ssl_passphrase_command settingPeter Eisentraut
2018-03-15Fix more format truncation issuesPeter Eisentraut
2018-01-30Fix up references to scram-sha-256Peter Eisentraut
2018-01-26Use abstracted SSL API in server connection log messagesPeter Eisentraut
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-23Move SSL API comments to header filesPeter Eisentraut