summaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAgeFilesLines
* Avoid using list_length() to test for empty list.Tom Lane2022-08-172-4/+4
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-142-0/+2
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-142-28/+0
* Remove configure probe for sys/select.h.Thomas Munro2022-08-141-3/+1
* Make consistent a couple of log messages when parsing HBA filesMichael Paquier2022-08-051-3/+6
* Log details for client certificate failuresPeter Eisentraut2022-07-151-3/+109
* Remove HP-UX port.Thomas Munro2022-07-081-9/+3
* Prevent write operations on large objects in read-only transactionsMichael Paquier2022-07-041-0/+21
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-4/+1
* Remove misguided SSL key file ownership check in libpq.Tom Lane2022-05-261-2/+3
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-1/+0
* Revert the addition of GetMaxBackends() and related stuff.Robert Haas2022-04-121-2/+1
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-081-2/+0
* Add system view pg_ident_file_mappingsMichael Paquier2022-03-291-14/+17
* Refactor code related to pg_hba_file_rules() into new fileMichael Paquier2022-03-241-468/+49
* Revert "graceful shutdown" changes for Windows.Tom Lane2022-03-221-22/+7
* Create routine able to set single-call SRFs for Materialize modeMichael Paquier2022-03-071-37/+9
* Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane2022-02-281-15/+13
* Remove IS_AF_UNIX macroPeter Eisentraut2022-02-152-14/+14
* Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro2022-02-141-23/+23
* Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas2022-02-081-1/+2
* Fix pg_hba_file_rules for authentication method certMagnus Hagander2022-01-261-1/+5
* Improve error handling of HMAC computationsMichael Paquier2022-01-131-8/+14
* Clean up messy API for src/port/thread.c.Tom Lane2022-01-111-0/+1
* Improve error handling of cryptohash computationsMichael Paquier2022-01-114-37/+41
* Update copyright for 2022Bruce Momjian2022-01-0716-16/+16
* On Windows, also call shutdown() while closing the client socket.Tom Lane2021-12-071-1/+3
* On Windows, close the client socket explicitly during backend shutdown.Tom Lane2021-12-021-7/+20
* Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane2021-11-171-1/+1
* Remove check for accept() argument typesPeter Eisentraut2021-11-092-5/+5
* Reject extraneous data after SSL or GSS encryption handshake.Tom Lane2021-11-081-0/+12
* Second attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-061-9/+15
* Fix snapshot reference leak if lo_export fails.Heikki Linnakangas2021-11-031-75/+71
* Blind attempt to silence SSL compile failures on hamerkop.Tom Lane2021-11-021-1/+2
* shm_mq: Update mq_bytes_written less often.Robert Haas2021-10-141-1/+6
* Message style improvementsPeter Eisentraut2021-09-162-3/+3
* Fix incorrect format placeholdersPeter Eisentraut2021-09-083-4/+4
* Set type identifier on BIODaniel Gustafsson2021-08-171-0/+1
* Add more sanity checks in SASL exchangesMichael Paquier2021-07-101-0/+7
* Refactor SASL code with a generic interface for its mechanismsMichael Paquier2021-07-074-182/+232
* Don't assume GSSAPI result strings are null-terminated.Tom Lane2021-06-232-14/+24
* Fix RADIUS error reporting in hba file parsingPeter Eisentraut2021-05-311-42/+48
* Disallow SSL renegotiationMichael Paquier2021-05-251-0/+10
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-123-7/+7
* pg_hba.conf.sample: Reword connection type sectionPeter Eisentraut2021-04-291-6/+7
* Add heuristic incoming-message-size limits in the server.Tom Lane2021-04-282-4/+4
* Factor out system call names from error messagesPeter Eisentraut2021-04-231-22/+24
* Use correct format placeholder for WSAGetLastError()Peter Eisentraut2021-04-231-1/+1
* Refactor hba_authnameMagnus Hagander2021-04-072-19/+8