aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Make check_usermap() parameter names consistent.Peter Geoghegan2022-09-17
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-24
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-22
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-18
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-14
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-14
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-14
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-16
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Remove exclusive backup modeStephen Frost2022-04-06
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-29
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-24
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-15
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-14
* Improve error handling of cryptohash computationsMichael Paquier2022-01-11
* Update copyright for 2022Bruce Momjian2022-01-07
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-26
* Remove check for accept() argument typesPeter Eisentraut2021-11-09
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-08
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-07
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-28
* Refactor hba_authnameMagnus Hagander2021-04-07
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-07
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-03
* 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
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-04
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-01
* Allow specifying CRL directoryPeter Eisentraut2021-02-18
* 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
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-02
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-14
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-08
* 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
* Allow building without default socket directoryPeter Eisentraut2020-01-31
* Sprinkle some const decorationsPeter Eisentraut2020-01-31
* Update copyrights for 2020Bruce Momjian2020-01-01
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-13
* Fix use of term "verifier"Peter Eisentraut2019-10-12
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-05
* Switch position of some declarations in libpq.hMichael Paquier2019-06-09