index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2017-03-17
Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas
2017-03-14
Include port number when logging successful binding to a TCP port.
Tom Lane
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
Add "break"s to make it clearer what will happen in a nested switch.
Tom Lane
2017-03-10
Improve postmaster's logging of listen socket creation.
Tom Lane
2017-03-09
Enable replication connections by default in pg_hba.conf
Peter Eisentraut
2017-03-07
Fix comments in SCRAM-SHA-256 patch.
Heikki Linnakangas
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-02
Silence compiler warning.
Heikki Linnakangas
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-30
Simplify some long-obsolete code in hba.c's next_token().
Tom Lane
2017-01-30
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-27
Restructure hba.c to replace 3 parallel lists with single list of structs.
Tom Lane
2017-01-17
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2017-01-03
Disable prompting for passphrase while (re)loading SSL config files.
Tom Lane
2017-01-03
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2016-12-20
Fix minor error message style violation.
Tom Lane
2016-12-12
Refactor the code for verifying user's password.
Heikki Linnakangas
2016-12-12
Further cleanup from the strong-random patch.
Heikki Linnakangas
2016-12-12
Fix two thinkos related to strong random keys.
Heikki Linnakangas
2016-12-08
Clean up password authentication code a bit.
Heikki Linnakangas
2016-12-05
Replace PostmasterRandom() with a stronger source, second attempt.
Heikki Linnakangas
2016-10-25
Consistently mention 'SELECT pg_reload_conf()' in config files
Bruce Momjian
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-31
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-23
Remove duplicate function prototype.
Robert Haas
2016-08-18
Refactor sendAuthRequest.
Heikki Linnakangas
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-08
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
Add BSD authentication method.
Tom Lane
2016-04-08
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
[next]