summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2017-03-12Add "break"s to make it clearer what will happen in a nested switch.Tom Lane
2017-03-10Improve postmaster's logging of listen socket creation.Tom Lane
2017-03-09Enable replication connections by default in pg_hba.confPeter Eisentraut
2017-03-07Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-02-02Silence compiler warning.Heikki Linnakangas
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-30Simplify some long-obsolete code in hba.c's next_token().Tom Lane
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-27Restructure hba.c to replace 3 parallel lists with single list of structs.Tom Lane
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Disable prompting for passphrase while (re)loading SSL config files.Tom Lane
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-20Fix minor error message style violation.Tom Lane
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-12Further cleanup from the strong-random patch.Heikki Linnakangas
2016-12-12Fix two thinkos related to strong random keys.Heikki Linnakangas
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-25Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-23Remove duplicate function prototype.Robert Haas
2016-08-18Refactor sendAuthRequest.Heikki Linnakangas
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Distrust external OpenSSL clients; clear err queuePeter Eisentraut
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-07Standardize GetTokenInformation() error reporting.Noah Misch
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane