index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-09-12
Replace loading of ldap_start_tls_sA() by direct function call
Michael Paquier
2022-09-10
Free correctly LDAPMessage returned by ldap_search_s() in auth.c
Michael Paquier
2022-09-09
Replace load of functions by direct calls for some WIN32
Michael Paquier
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-25
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-25
More -Wshadow=compatible-local warning fixes
David Rowley
2022-08-24
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-23
Remove our artificial PG_SOMAXCONN limit on listen queue length.
Tom Lane
2022-08-18
mstcpip.h is not missing on MinGW.
Thomas Munro
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
Remove configure probe for sys/sockio.h.
Thomas Munro
2022-08-18
Remove configure probe for net/if.h.
Thomas Munro
2022-08-18
Remove dead ifaddr.c fallback code.
Thomas Munro
2022-08-17
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-13
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-13
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-13
Remove configure probe for sys/select.h.
Thomas Munro
2022-08-05
Make consistent a couple of log messages when parsing HBA files
Michael Paquier
2022-07-15
Log details for client certificate failures
Peter Eisentraut
2022-07-08
Remove HP-UX port.
Thomas Munro
2022-07-04
Prevent write operations on large objects in read-only transactions
Michael Paquier
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-12
Revert the addition of GetMaxBackends() and related stuff.
Robert Haas
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-03-29
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-24
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-22
Revert "graceful shutdown" changes for Windows.
Tom Lane
2022-03-07
Create routine able to set single-call SRFs for Materialize mode
Michael Paquier
2022-02-28
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-15
Remove IS_AF_UNIX macro
Peter Eisentraut
2022-02-14
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-08
Remove MaxBackends variable in favor of GetMaxBackends() function.
Robert Haas
2022-01-26
Fix pg_hba_file_rules for authentication method cert
Magnus Hagander
2022-01-13
Improve error handling of HMAC computations
Michael Paquier
2022-01-11
Clean up messy API for src/port/thread.c.
Tom Lane
2022-01-11
Improve error handling of cryptohash computations
Michael Paquier
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-12-07
On Windows, also call shutdown() while closing the client socket.
Tom Lane
2021-12-02
On Windows, close the client socket explicitly during backend shutdown.
Tom Lane
2021-11-18
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-09
Remove check for accept() argument types
Peter Eisentraut
2021-11-08
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-06
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
[next]