Commit Graph

141 Commits (63599896545c7869f7dd28cd593e8b548983d613)

Author SHA1 Message Date
Peter Eisentraut 6359989654 Generate GUC tables from .dat file 1 week ago
Peter Eisentraut 454c182f85 backend libpq void * argument for binary data 7 months ago
Peter Eisentraut a9258629ed Make TLS write functions' buffer arguments pointers const 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Bruce Momjian f95da9f0e0 More logically order libpq func. includes, e.g., group GUC vals 10 months ago
Daniel Gustafsson 45188c2ea2 Support configuring TLSv1.3 cipher suites 11 months ago
Peter Geoghegan 6207f08f70 Harmonize function parameter names for Postgres 17. 1 year ago
Heikki Linnakangas d39a49c1e4 Support TLS handshake directly without SSLRequest negotiation 1 year ago
Heikki Linnakangas 4945e4ed4a Move initialization of the Port struct to the child process 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Heikki Linnakangas e29c464395 Refactor ListenSocket array. 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Robert Haas 8ec569479f Apply PGDLLIMPORT markings broadly. 3 years ago
Thomas Munro cba5b994c9 Use WL_SOCKET_CLOSED for client_connection_check_interval. 4 years ago
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
Tom Lane 28e2412554 Reject extraneous data after SSL or GSS encryption handshake. 4 years ago
Tom Lane 9626325da5 Add heuristic incoming-message-size limits in the server. 4 years ago
Thomas Munro c30f54ad73 Detect POLLHUP/POLLRDHUP while running queries. 5 years ago
Heikki Linnakangas 3174d69fb9 Remove server and libpq support for old FE/BE protocol version 2. 5 years ago
Thomas Munro a042ba2ba7 Introduce symbolic names for FeBeWaitSet positions. 5 years ago
Peter Eisentraut f5465fade9 Allow specifying CRL directory 5 years ago
Bruce Momjian ca3b37487b Update copyright for 2021 5 years ago
Tom Lane 13c98bdfc4 Fix assorted portability issues in commit 896fcdb23. 6 years ago
Peter Eisentraut 7c23bfd25c Sprinkle some const decorations 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier cf4263cc6c Switch position of some declarations in libpq.h 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Stephen Frost b0b39f72b9 GSSAPI encryption support 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Peter Eisentraut e73e67c719 Add settings to control SSL/TLS protocol version 7 years ago
Andres Freund 62649bad83 Correct constness of a few variables. 7 years ago
Peter Eisentraut 98efa76fe3 Add ssl_library preset parameter 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Peter Eisentraut 2764d5dcfa Make be-secure-common.c more consistent for future SSL implementations 8 years ago
Peter Eisentraut 8a3d942529 Add ssl_passphrase_command setting 8 years ago
Peter Eisentraut 1c2183403b Extract common bits from OpenSSL implementation 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Heikki Linnakangas c0a15e07cd Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane 9e3755ecb2 Remove useless duplicate inclusions of system header files. 9 years ago
Tom Lane 6667d9a6d7 Re-allow SSL passphrase prompt at server start, but not thereafter. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Tom Lane de41869b64 Allow SSL configuration to be updated at SIGHUP. 9 years ago
Robert Haas 6bb9a6177d Remove declarations for pq_putmessage_hook and pq_flush_hook. 9 years ago
Tom Lane 80b346c208 Fix pq_putmessage_noblock() to not block. 9 years ago
Andres Freund 7fa0064092 Properly declare FeBeWaitSet. 10 years ago
Andres Freund 98a64d0bd7 Introduce WaitEventSet API. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane d73d14c271 Fix incorrect order of lock file removal and failure to close() sockets. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago