index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
libpq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow parallel workers to retrieve some data from Port
Michael Paquier
2022-08-24
1
-13
/
+32
*
Remove configure probes for sockaddr_storage members.
Thomas Munro
2022-08-22
1
-13
/
+0
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
1
-2
/
+0
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
1
-8
/
+0
*
Remove configure probe for struct sockaddr_storage.
Thomas Munro
2022-08-14
1
-23
/
+0
*
Remove configure probes for sys/un.h and struct sockaddr_un.
Thomas Munro
2022-08-14
1
-3
/
+1
*
Emulate sigprocmask(), not sigsetmask(), on Windows.
Thomas Munro
2022-07-16
1
-4
/
+7
*
Add some missing PGDLLIMPORT markings
Michael Paquier
2022-05-12
1
-3
/
+3
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
5
-20
/
+20
*
Remove exclusive backup mode
Stephen Frost
2022-04-06
1
-2
/
+1
*
Add system view pg_ident_file_mappings
Michael Paquier
2022-03-29
1
-0
/
+1
*
Refactor code related to pg_hba_file_rules() into new file
Michael Paquier
2022-03-24
1
-0
/
+31
*
Fix collection of typos in the code and the documentation
Michael Paquier
2022-03-15
1
-1
/
+1
*
Use WL_SOCKET_CLOSED for client_connection_check_interval.
Thomas Munro
2022-02-14
1
-0
/
+1
*
Improve error handling of cryptohash computations
Michael Paquier
2022-01-11
2
-5
/
+6
*
Update copyright for 2022
Bruce Momjian
2022-01-07
14
-14
/
+14
*
Harden be-gssapi-common.h for headerscheck
Alvaro Herrera
2021-11-26
1
-0
/
+4
*
Remove check for accept() argument types
Peter Eisentraut
2021-11-09
1
-1
/
+1
*
Reject extraneous data after SSL or GSS encryption handshake.
Tom Lane
2021-11-08
1
-0
/
+1
*
Refactor SASL code with a generic interface for its mechanisms
Michael Paquier
2021-07-07
3
-10
/
+141
*
Add heuristic incoming-message-size limits in the server.
Tom Lane
2021-04-28
1
-0
/
+9
*
Refactor hba_authname
Magnus Hagander
2021-04-07
1
-1
/
+1
*
Add some information about authenticated identity via log_connections
Michael Paquier
2021-04-07
2
-0
/
+14
*
Detect POLLHUP/POLLRDHUP while running queries.
Thomas Munro
2021-04-03
1
-0
/
+1
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
2
-0
/
+8
*
Improve connection denied error message during recovery.
Fujii Masao
2021-03-25
1
-1
/
+6
*
Remove support for SSL compression
Michael Paquier
2021-03-09
1
-1
/
+0
*
Remove server and libpq support for old FE/BE protocol version 2.
Heikki Linnakangas
2021-03-04
2
-34
/
+6
*
Introduce symbolic names for FeBeWaitSet positions.
Thomas Munro
2021-03-01
1
-0
/
+3
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
1
-0
/
+1
*
Simplify code related to compilation of SSL and OpenSSL
Michael Paquier
2021-02-10
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
13
-13
/
+13
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
2
-3
/
+4
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
1
-0
/
+9
*
Fix unportable use of getnameinfo() in pg_hba_file_rules view.
Tom Lane
2020-11-02
1
-1
/
+6
*
Fix postmaster's behavior during smart shutdown.
Tom Lane
2020-08-14
1
-1
/
+1
*
code: replace 'master' with 'leader' where appropriate.
Andres Freund
2020-07-08
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
2
-2
/
+2
*
Only provide openssl_tls_init_hook if building with openssl
Andrew Dunstan
2020-04-17
1
-0
/
+2
*
Fix assorted portability issues in commit 896fcdb23.
Tom Lane
2020-03-25
2
-3
/
+3
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
1
-0
/
+4
*
Allow building without default socket directory
Peter Eisentraut
2020-01-31
1
-3
/
+3
*
Sprinkle some const decorations
Peter Eisentraut
2020-01-31
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
13
-13
/
+13
*
In the postmaster, rely on the signal infrastructure to block signals.
Tom Lane
2019-10-13
1
-0
/
+3
*
Fix use of term "verifier"
Peter Eisentraut
2019-10-12
2
-5
/
+5
*
Update hardcoded DH parameters to IANA standards
Michael Paquier
2019-07-05
1
-10
/
+11
*
Switch position of some declarations in libpq.h
Michael Paquier
2019-06-09
1
-4
/
+9
*
Move be-gssapi-common.h into src/include/libpq/
Michael Paquier
2019-06-08
1
-0
/
+26
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
7
-26
/
+26
[next]