]> granicus.if.org Git - postgresql/history - src/include/libpq
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / libpq /
2019-10-13 Tom LaneIn the postmaster, rely on the signal infrastructure...
2019-10-12 Peter EisentrautFix use of term "verifier"
2019-07-05 Michael PaquierUpdate hardcoded DH parameters to IANA standards
2019-06-09 Michael PaquierSwitch position of some declarations in libpq.h
2019-06-08 Michael PaquierMove be-gssapi-common.h into src/include/libpq/
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-22 Tom LaneInitial pgindent run for v12.
2019-04-23 Michael PaquierFix detection of passwords hashed with MD5 or SCRAM...
2019-04-06 Michael PaquierAdd support TCP user timeout in libpq and the backend...
2019-04-04 Stephen FrostMove the be_gssapi_get_* prototypes
2019-04-03 Stephen FrostGSSAPI encryption support
2019-03-09 Magnus HaganderAdd new clientcert hba option verify-full
2019-02-14 Peter EisentrautGet rid of another unconstify through API changes
2019-01-31 Peter EisentrautAdd more columns to pg_stat_ssl
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-11-20 Peter EisentrautAdd settings to control SSL/TLS protocol version
2018-10-19 Thomas MunroRefactor pid, random seed and start time initialization.
2018-10-16 Andres FreundCorrect constness of a few variables.
2018-09-28 Stephen FrostAdd application_name to connection authorized msg
2018-08-14 Tom LaneRemove duplicate function declarations.
2018-08-05 Heikki LinnakangasRemove support for tls-unique channel binding.
2018-07-30 Peter EisentrautAdd ssl_library preset parameter
2018-06-27 Andres FreundChange pqformat.h's integer handling functions to take...
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-04-02 Peter EisentrautMake be-secure-common.c more consistent for future...
2018-03-17 Peter EisentrautAdd ssl_passphrase_command setting
2018-01-26 Peter EisentrautUse abstracted SSL API in server connection log messages
2018-01-23 Peter EisentrautExtract common bits from OpenSSL implementation
2018-01-23 Peter EisentrautMove SSL API comments to header files
2018-01-23 Peter EisentrautMove EDH support to common files
2018-01-04 Peter EisentrautImplement channel binding tls-server-end-point for...
2018-01-04 Peter EisentrautRefactor channel binding code to fetch cbind_data only...
2018-01-03 Peter EisentrautAllow ldaps when using ldap authentication
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-18 Peter EisentrautMove SCRAM-related name definitions to scram-common.h
2017-12-05 Peter EisentrautFix warnings from cpluspluscheck
2017-11-29 Robert HaasUpdate typedefs.list and re-run pgindent
2017-11-18 Peter EisentrautSupport channel binding 'tls-unique' in SCRAM
2017-11-09 Tom LaneRefactor permissions checks for large objects.
2017-10-13 Tom LaneRely on sizeof(typename) rather than sizeof(variable...
2017-10-12 Andres FreundUse C99 restrict via pg_restrict, rather than restrict...
2017-10-12 Andres FreundWork around overly strict restrict checks by MSVC.
2017-10-11 Andres FreundAdd more efficient functions to pqformat API.
2017-09-12 Peter EisentrautAllow custom search filters to be configured for LDAP...
2017-07-31 Heikki LinnakangasAlways use 2048 bit DH parameters for OpenSSL ephemeral...
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-05-05 Heikki LinnakangasMisc cleanup of SCRAM code.
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-04-18 Heikki LinnakangasRename "scram" to "scram-sha-256" in pg_hba.conf and...
2017-04-13 Heikki LinnakangasImprove the SASL authentication protocol.
2017-04-11 Magnus HaganderRemove symbol WIN32_ONLY_COMPILER
2017-03-24 Heikki LinnakangasAllow SCRAM authentication, when pg_hba.conf says ...
2017-03-22 Magnus HaganderSupport multiple RADIUS servers
2017-03-17 Heikki LinnakangasAllow plaintext 'password' authentication when user...
2017-03-07 Heikki LinnakangasFix comments in SCRAM-SHA-256 patch.
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-25 Tom LaneRemove some configure header-file checks that we weren...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-01 Heikki LinnakangasReplace isMD5() with a more future-proof way to check...
2017-01-30 Tom LaneInvent pg_hba_file_rules view to show the content of...
2017-01-17 Peter EisentrautGenerate fmgr prototypes automatically
2017-01-17 Peter EisentrautRename C symbols for backend lo_ functions
2017-01-04 Tom LaneRe-allow SSL passphrase prompt at server start, but...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2016-12-12 Heikki LinnakangasRefactor the code for verifying user's password.
2016-12-08 Heikki LinnakangasClean up password authentication code a bit.
2016-12-05 Heikki LinnakangasReplace PostmasterRandom() with a stronger source,...
2016-10-31 Robert HaasRemove declarations for pq_putmessage_hook and pq_flush...
2016-10-11 Tom LaneDrop server support for FE/BE protocol version 1.0.
2016-09-06 Bruce MomjianC comment: fix file name mention on line 1
2016-09-02 Heikki LinnakangasMove code shared between libpq and backend from backend...
2016-08-31 Tom LaneRemove no-longer-useful SSL-specific Port.count field.
2016-07-29 Tom LaneFix pq_putmessage_noblock() to not block.
2016-06-30 Robert HaasFix several mistakes around parallel workers and client...
2016-04-08 Magnus HaganderAdd authentication parameters compat_realm and upn_usen...
2016-04-08 Tom LaneAdd BSD authentication method.
2016-04-08 Peter EisentrautSet PAM_RHOST item for PAM authentication
2016-03-21 Andres FreundProperly declare FeBeWaitSet.
2016-03-21 Andres FreundIntroduce WaitEventSet API.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-10-16 Robert HaasDon't send protocol messages to a shm_mq that no longer...
2015-08-31 Tom LaneActually, it's not that hard to merge the Windows pqsig...
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-02 Tom LaneFix incorrect order of lock file removal and failure...
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-12 Magnus HaganderAdd system view pg_stat_ssl
2015-03-08 Tom LaneRemove struct PQArgBlock from server-side header libpq...
2015-02-17 Tom LaneRemove code to match IPv4 pg_hba.conf entries to IPv4...
2015-02-13 Heikki LinnakangasSimplify waiting logic in reading from / writing to...
2015-02-02 Heikki LinnakangasBe more careful to not lose sync in the FE/BE protocol.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-11-25 Heikki LinnakangasMake Port->ssl_in_use available, even when built with...
2014-11-05 Robert HaasFix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc...
2014-11-03 Robert Haaspqmq.h needs to include something that defines StringInfo.
next