summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Split up guc.c for better build speed and ease of maintenance.Tom Lane
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-09-12Replace loading of ldap_start_tls_sA() by direct function callMichael Paquier
2022-09-10Free correctly LDAPMessage returned by ldap_search_s() in auth.cMichael Paquier
2022-09-09Replace load of functions by direct calls for some WIN32Michael Paquier
2022-09-06Fix an assortment of improper usages of string functionsDavid Rowley
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-25More -Wshadow=compatible-local warning fixesDavid Rowley
2022-08-24Allow parallel workers to retrieve some data from PortMichael Paquier
2022-08-23Remove our artificial PG_SOMAXCONN limit on listen queue length.Tom Lane
2022-08-18mstcpip.h is not missing on MinGW.Thomas Munro
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-08-18Remove configure probe for sys/sockio.h.Thomas Munro
2022-08-18Remove configure probe for net/if.h.Thomas Munro
2022-08-18Remove dead ifaddr.c fallback code.Thomas Munro
2022-08-17Avoid using list_length() to test for empty list.Tom Lane
2022-08-13Remove replacement code for getaddrinfo.Thomas Munro
2022-08-13Remove HAVE_UNIX_SOCKETS.Thomas Munro
2022-08-13Remove configure probe for sys/select.h.Thomas Munro
2022-08-05Make consistent a couple of log messages when parsing HBA filesMichael Paquier
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-07-08Remove HP-UX port.Thomas Munro
2022-07-04Prevent write operations on large objects in read-only transactionsMichael Paquier
2022-07-03Remove redundant null pointer checks before free()Peter Eisentraut
2022-05-26Remove misguided SSL key file ownership check in libpq.Tom Lane
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-04-12Revert the addition of GetMaxBackends() and related stuff.Robert Haas
2022-04-08Remove error message hints mentioning configure optionsPeter Eisentraut
2022-03-29Add system view pg_ident_file_mappingsMichael Paquier
2022-03-24Refactor code related to pg_hba_file_rules() into new fileMichael Paquier
2022-03-22Revert "graceful shutdown" changes for Windows.Tom Lane
2022-03-07Create routine able to set single-call SRFs for Materialize modeMichael Paquier
2022-02-28Allow root-owned SSL private keys in libpq, not only the backend.Tom Lane
2022-02-15Remove IS_AF_UNIX macroPeter Eisentraut
2022-02-14Use WL_SOCKET_CLOSED for client_connection_check_interval.Thomas Munro
2022-02-08Remove MaxBackends variable in favor of GetMaxBackends() function.Robert Haas
2022-01-26Fix pg_hba_file_rules for authentication method certMagnus Hagander
2022-01-13Improve error handling of HMAC computationsMichael Paquier
2022-01-11Clean up messy API for src/port/thread.c.Tom Lane
2022-01-11Improve error handling of cryptohash computationsMichael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-07On Windows, also call shutdown() while closing the client socket.Tom Lane
2021-12-02On Windows, close the client socket explicitly during backend shutdown.Tom Lane
2021-11-18Provide a variant of simple_prompt() that can be interrupted by ^C.Tom Lane
2021-11-09Remove check for accept() argument typesPeter Eisentraut
2021-11-08Reject extraneous data after SSL or GSS encryption handshake.Tom Lane
2021-11-06Second attempt to silence SSL compile failures on hamerkop.Tom Lane