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
/
backend
/
libpq
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
1
-1
/
+32
*
Also correct therefor to therefore.
Andres Freund
2015-04-26
1
-1
/
+1
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
1
-0
/
+104
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
1
-2
/
+1
*
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-17
2
-109
/
+6
*
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
1
-2
/
+2
*
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-16
1
-0
/
+4
*
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
3
-150
/
+77
*
Simplify the way OpenSSL renegotiation is initiated in server.
Heikki Linnakangas
2015-02-13
1
-23
/
+0
*
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-11
1
-10
/
+11
*
Assert(PqCommReadingMsg) in pq_peekbyte().
Noah Misch
2015-02-06
1
-0
/
+2
*
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-03
3
-20
/
+25
*
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
2
-27
/
+55
*
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
2
-9
/
+62
*
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-02-03
3
-46
/
+124
*
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-02-02
2
-2
/
+77
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
1
-2
/
+5
*
Update copyright for 2015
Bruce Momjian
2015-01-06
12
-12
/
+12
*
Fix poorly worded error message.
Tom Lane
2014-12-17
1
-2
/
+3
*
Don't dump core if pq_comm_reset() is called before pq_init().
Robert Haas
2014-12-04
1
-6
/
+3
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
1
-1
/
+1
*
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-25
1
-9
/
+1
*
Message improvements
Peter Eisentraut
2014-11-11
1
-1
/
+1
*
Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.
Robert Haas
2014-11-05
1
-0
/
+2
*
Support frontend-backend protocol communication using a shm_mq.
Robert Haas
2014-10-31
3
-37
/
+324
*
Message improvements
Peter Eisentraut
2014-10-12
1
-1
/
+1
*
Reorganize functions in be-secure-openssl.c
Heikki Linnakangas
2014-08-18
1
-397
/
+408
*
Fix whitespace
Peter Eisentraut
2014-08-13
1
-1
/
+0
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
5
-1011
/
+1081
*
Rename lo_create(oid, bytea) to lo_from_bytea().
Tom Lane
2014-06-12
1
-2
/
+2
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
7
-21
/
+22
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
1
-1
/
+1
*
check socket creation errors against PGINVALID_SOCKET
Bruce Momjian
2014-04-16
3
-10
/
+10
*
Fix assorted issues in client host name lookup.
Tom Lane
2014-04-02
2
-20
/
+42
*
Adjust getpwuid() fix commit to display errno string on failure
Bruce Momjian
2014-03-28
1
-8
/
+7
*
Un-break peer authentication.
Tom Lane
2014-03-28
1
-8
/
+8
*
Cleanups from the remove-native-krb5 patch
Magnus Hagander
2014-03-16
1
-1
/
+0
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
1
-1
/
+0
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
1
-11
/
+7
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
1
-1
/
+1
*
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-31
1
-2
/
+11
*
Log a detail message for auth failures due to missing or expired password.
Tom Lane
2014-01-27
2
-18
/
+40
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
3
-248
/
+6
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
10
-10
/
+10
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
1
-8
/
+7
*
SSL: Support ECDH key exchange
Peter Eisentraut
2013-12-07
1
-0
/
+34
*
SSL: Add configuration option to prefer server cipher order
Peter Eisentraut
2013-12-07
1
-0
/
+7
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
1
-1
/
+5
*
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
1
-16
/
+21
[next]