index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Commit message (
Expand
)
Author
Age
*
Improve error messages after LoadLibrary()
Peter Eisentraut
2020-04-13
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
*
Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-03-23
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Assume that we have utime() and <utime.h>.
Tom Lane
2020-02-21
*
Clean up some code, comments and docs referring to Windows 2000 and older
Michael Paquier
2020-02-19
*
Sprinkle some const decorations
Peter Eisentraut
2020-01-31
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Fix some memory leaks and improve restricted token handling on Windows
Michael Paquier
2020-01-27
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
*
Extensive code review for GSSAPI encryption mechanism.
Tom Lane
2020-01-11
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
*
Sort out getpeereid() and peer auth handling on Windows
Peter Eisentraut
2019-12-16
*
Fix memory leak when initializing DH parameters in backend
Michael Paquier
2019-12-14
*
Remove useless "return;" lines
Alvaro Herrera
2019-11-28
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
Avoid downcasing/truncation of RADIUS authentication parameters.
Tom Lane
2019-11-13
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Tweak some authentication debug messages to follow project style.
Tom Lane
2019-11-05
*
Avoid logging complaints about abandoned connections when using PAM.
Tom Lane
2019-11-05
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Remove one use of IDENT_USERNAME_MAX
Peter Eisentraut
2019-10-30
*
Update code comments about peer authenticaton
Peter Eisentraut
2019-10-30
*
Fix most -Wundef warnings
Peter Eisentraut
2019-10-19
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-10-13
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
*
Fix compilation with older OpenSSL versions
Peter Eisentraut
2019-09-28
*
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Michael Paquier
2019-09-28
*
Message style fixes
Peter Eisentraut
2019-09-23
*
GSSAPI error message improvements
Peter Eisentraut
2019-09-19
*
Use explicit_bzero
Peter Eisentraut
2019-09-05
*
Remove configure detection of crypt()
Peter Eisentraut
2019-08-21
*
Clean up some SCRAM attribute processing
Peter Eisentraut
2019-08-20
*
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-08-13
*
Refactor logic to remove trailing CR/LF characters from strings
Michael Paquier
2019-08-09
*
Fix inconsistencies and typos in the tree, take 9
Michael Paquier
2019-08-05
*
Remove superfluous newlines in function prototypes.
Andres Freund
2019-07-31
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-29
*
Fix failures to ignore \r when reading Windows-style newlines.
Tom Lane
2019-07-25
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
*
Use consistent style for checking return from system calls
Peter Eisentraut
2019-07-07
*
Introduce safer encoding and decoding routines for base64.c
Michael Paquier
2019-07-04
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Remove unnecessary header from be-secure-gssapi.c
Michael Paquier
2019-06-29
*
Fix buffer overflow when parsing SCRAM verifiers in backend
Michael Paquier
2019-06-17
[next]