index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
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-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
2016-04-07
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-02
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
[next]