aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Message fixes and style improvementsPeter Eisentraut2020-09-14
* Refactor pg_get_line() to expose an alternative StringInfo-based API.Tom Lane2020-09-06
* Fix typo in commentPeter Eisentraut2020-09-05
* Remove arbitrary restrictions on password length.Tom Lane2020-09-03
* Allow records to span multiple lines in pg_hba.conf and pg_ident.conf.Tom Lane2020-09-03
* code: replace most remaining uses of 'master'.Andres Freund2020-07-08
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* Fix list of SSL error codes for older OpenSSL versions.Tom Lane2020-06-27
* Add hints about protocol-version-related SSL connection failures.Tom Lane2020-06-27
* Fix comment in be-secure-openssl.cMichael Paquier2020-06-04
* gss: add missing references to hostgssenc and hostnogssencBruce Momjian2020-05-25
* Run pgindent with new pg_bsd_indent version 2.1.1.Tom Lane2020-05-16
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera2020-05-13
* Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera2020-05-12
* Fix severe memory leaks in GSSAPI encryption support.Tom Lane2020-05-05
* Fix check for conflicting SSL min/max protocol settingsMichael Paquier2020-04-30
* Improve error messages after LoadLibrary()Peter Eisentraut2020-04-13
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Add bound checks for ssl_min_protocol_version and ssl_max_protocol_versionMichael Paquier2020-03-23
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-04
* Assume that we have utime() and <utime.h>.Tom Lane2020-02-21
* Clean up some code, comments and docs referring to Windows 2000 and olderMichael Paquier2020-02-19
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* Add connection parameters to control SSL protocol min/max in libpqMichael Paquier2020-01-28
* Fix some memory leaks and improve restricted token handling on WindowsMichael Paquier2020-01-27
* Move OpenSSL routines for min/max protocol setting to src/common/Michael Paquier2020-01-17
* Extensive code review for GSSAPI encryption mechanism.Tom Lane2020-01-11
* Remove support for OpenSSL 0.9.8 and 1.0.0Michael Paquier2020-01-06
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid splitting C string literals with \-newlineAlvaro Herrera2019-12-24
* Sort out getpeereid() and peer auth handling on WindowsPeter Eisentraut2019-12-16
* Fix memory leak when initializing DH parameters in backendMichael Paquier2019-12-14
* Remove useless "return;" linesAlvaro Herrera2019-11-28
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* Avoid downcasing/truncation of RADIUS authentication parameters.Tom Lane2019-11-13
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-12
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* Tweak some authentication debug messages to follow project style.Tom Lane2019-11-05
* Avoid logging complaints about abandoned connections when using PAM.Tom Lane2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Remove one use of IDENT_USERNAME_MAXPeter Eisentraut2019-10-30
* Update code comments about peer authenticatonPeter Eisentraut2019-10-30
* Fix most -Wundef warningsPeter Eisentraut2019-10-19
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Fix compilation with older OpenSSL versionsPeter Eisentraut2019-09-28
* Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.cMichael Paquier2019-09-28