summaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAgeFilesLines
* Allow parallel workers to retrieve some data from PortMichael Paquier2022-08-241-13/+32
* Remove configure probes for sockaddr_storage members.Thomas Munro2022-08-221-13/+0
* Remove configure probe for netinet/tcp.h.Thomas Munro2022-08-181-2/+0
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-8/+0
* Remove configure probe for struct sockaddr_storage.Thomas Munro2022-08-141-23/+0
* Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro2022-08-141-3/+1
* Emulate sigprocmask(), not sigsetmask(), on Windows.Thomas Munro2022-07-161-4/+7
* Add some missing PGDLLIMPORT markingsMichael Paquier2022-05-121-3/+3
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-085-20/+20
* Remove exclusive backup modeStephen Frost2022-04-061-2/+1
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-0/+1
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-241-0/+31
* Fix collection of typos in the code and the documentationMichael Paquier2022-03-151-1/+1
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-141-0/+1
* Improve error handling of cryptohash computationsMichael Paquier2022-01-112-5/+6
* Update copyright for 2022Bruce Momjian2022-01-0714-14/+14
* Harden be-gssapi-common.h for headerscheckAlvaro Herrera2021-11-261-0/+4
* Remove check for accept() argument typesPeter Eisentraut2021-11-091-1/+1
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+1
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-073-10/+141
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-281-0/+9
* Refactor hba_authnameMagnus Hagander2021-04-071-1/+1
* Add some information about authenticated identity via log_connectionsMichael Paquier2021-04-072-0/+14
* Detect POLLHUP/POLLRDHUP while running queries.Thomas Munro2021-04-031-0/+1
* Allow matching the DN of a client certificate for authenticationAndrew Dunstan2021-03-292-0/+8
* Improve connection denied error message during recovery.Fujii Masao2021-03-251-1/+6
* Remove support for SSL compressionMichael Paquier2021-03-091-1/+0
* Remove server and libpq support for old FE/BE protocol version 2.Heikki Linnakangas2021-03-042-34/+6
* Introduce symbolic names for FeBeWaitSet positions.Thomas Munro2021-03-011-0/+3
* Allow specifying CRL directoryPeter Eisentraut2021-02-181-0/+1
* Simplify code related to compilation of SSL and OpenSSLMichael Paquier2021-02-101-1/+1
* Update copyright for 2021Bruce Momjian2021-01-0213-13/+13
* Fix assorted issues in backend's GSSAPI encryption support.Tom Lane2020-12-282-3/+4
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-251-0/+9
* Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane2020-11-021-1/+6
* Fix postmaster's behavior during smart shutdown.Tom Lane2020-08-141-1/+1
* code: replace 'master' with 'leader' where appropriate.Andres Freund2020-07-081-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-142-2/+2
* Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan2020-04-171-0/+2
* Fix assorted portability issues in commit 896fcdb23.Tom Lane2020-03-252-3/+3
* Provide a TLS init hookAndrew Dunstan2020-03-251-0/+4
* Allow building without default socket directoryPeter Eisentraut2020-01-311-3/+3
* Sprinkle some const decorationsPeter Eisentraut2020-01-311-2/+2
* Update copyrights for 2020Bruce Momjian2020-01-0113-13/+13
* In the postmaster, rely on the signal infrastructure to block signals.Tom Lane2019-10-131-0/+3
* Fix use of term "verifier"Peter Eisentraut2019-10-122-5/+5
* Update hardcoded DH parameters to IANA standardsMichael Paquier2019-07-051-10/+11
* Switch position of some declarations in libpq.hMichael Paquier2019-06-091-4/+9
* Move be-gssapi-common.h into src/include/libpq/Michael Paquier2019-06-081-0/+26
* Phase 2 pgindent run for v12.Tom Lane2019-05-227-26/+26