aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq/libpq-be.h
Commit message (Expand)AuthorAge
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Remove exclusive backup modeStephen Frost2022-04-06
* Update copyright for 2022Bruce Momjian2022-01-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-29
* Improve connection denied error message during recovery.Fujii Masao2021-03-25
* Remove support for SSL compressionMichael Paquier2021-03-09
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-10
* Update copyright for 2021Bruce Momjian2021-01-02
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-28
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-14
* Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan2020-04-17
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-25
* Provide a TLS init hookAndrew Dunstan2020-03-25
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-05
* Initial pgindent run for v12.Tom Lane2019-05-22
* Add support TCP user timeout in libpq and the backend serverMichael Paquier2019-04-06
* Move the be_gssapi_get_* prototypesStephen Frost2019-04-04
* GSSAPI encryption supportStephen Frost2019-04-03
* Add more columns to pg_stat_sslPeter Eisentraut2019-02-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Refactor pid, random seed and start time initialization.Thomas Munro2018-10-19
* Add application_name to connection authorized msgStephen Frost2018-09-28
* Remove support for tls-unique channel binding.Heikki Linnakangas2018-08-05
* Use abstracted SSL API in server connection log messagesPeter Eisentraut2018-01-26
* Move SSL API comments to header filesPeter Eisentraut2018-01-23
* Move EDH support to common filesPeter Eisentraut2018-01-23
* Implement channel binding tls-server-end-point for SCRAMPeter Eisentraut2018-01-04
* Update copyright for 2018Bruce Momjian2018-01-02
* Support channel binding 'tls-unique' in SCRAMPeter Eisentraut2017-11-18
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* C comment: fix file name mention on line 1Bruce Momjian2016-09-06
* Remove no-longer-useful SSL-specific Port.count field.Tom Lane2016-08-31
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove ssl renegotiation support.Andres Freund2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13