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
2018-01-30
Fix up references to scram-sha-256
Peter Eisentraut
2018-01-26
Use abstracted SSL API in server connection log messages
Peter Eisentraut
2018-01-23
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
Move EDH support to common files
Peter Eisentraut
2018-01-19
Update comment
Peter Eisentraut
2018-01-05
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
Add missing includes
Peter Eisentraut
2018-01-04
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
Refactor channel binding code to fetch cbind_data only when necessary
Peter Eisentraut
2018-01-04
Define LDAPS_PORT if it's missing and disable implicit LDAPS on Windows
Peter Eisentraut
2018-01-03
Allow ldaps when using ldap authentication
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-12-18
Move SCRAM-related name definitions to scram-common.h
Peter Eisentraut
2017-12-01
Check channel binding flag at end of SCRAM exchange
Peter Eisentraut
2017-11-29
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-18
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-13
Fix typo
Stephen Frost
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-09
Refactor permissions checks for large objects.
Tom Lane
2017-11-09
Restrict lo_import()/lo_export() via SQL permissions not hard-wired checks.
Tom Lane
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-10-19
Fix typo
Magnus Hagander
2017-10-13
Attempt to fix LDAP build
Peter Eisentraut
2017-10-13
Log diagnostic messages if errors occur during LDAP auth.
Peter Eisentraut
2017-10-13
Improve LDAP cleanup code in error paths.
Peter Eisentraut
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-10-11
Add more efficient functions to pqformat API.
Andres Freund
2017-10-11
Allow to avoid NUL-byte management for stringinfos and use in format.c.
Andres Freund
2017-10-01
Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h.
Andres Freund
2017-09-23
Refactor new file permission handling
Peter Eisentraut
2017-09-22
Fix saving and restoring umask
Peter Eisentraut
2017-09-13
Define LDAP_NO_ATTRS if necessary.
Peter Eisentraut
2017-09-12
Allow custom search filters to be configured for LDAP auth
Peter Eisentraut
2017-09-11
Message style fixes
Peter Eisentraut
2017-08-31
Clean up shm_mq cleanup.
Tom Lane
2017-08-23
Tweak some SCRAM error messages and code comments
Peter Eisentraut
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-08-02
Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Tom Lane
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
[next]