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
2017-11-10
Fix some null pointer dereferences in LDAP auth code
Peter Eisentraut
2017-10-17
Fix misparsing of non-newline-terminated pg_hba.conf files.
Tom Lane
2017-09-23
Fix saving and restoring umask
Peter Eisentraut
2017-08-07
Require update permission for the large object written by lo_put().
Tom Lane
2017-08-07
Don't allow logging in with empty password.
Heikki Linnakangas
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-06-28
Second try at fixing tcp_keepalives_idle option on Solaris.
Tom Lane
2017-06-27
Support tcp_keepalives_idle option on Solaris.
Tom Lane
2017-03-26
Fix unportable disregard of alignment requirements in RADIUS code.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-09-27
Include <sys/select.h> where needed
Alvaro Herrera
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-05-07
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2015-11-17
Message improvements
Peter Eisentraut
2015-11-06
Set include_realm=1 default in parse_hba_line
Stephen Frost
2015-10-16
Don't send protocol messages to a shm_mq that no longer exists.
Robert Haas
2015-08-02
Fix incorrect order of lock file removal and failure to close() sockets.
Tom Lane
2015-07-28
Remove ssl renegotiation support.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-18
Check return values of sensitive system library calls.
Noah Misch
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-08
Change default for include_realm to 1
Stephen Frost
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-26
Also correct therefor to therefore.
Andres Freund
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-17
Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.
Tom Lane
2015-02-16
Fix misuse of memcpy() in check_ip().
Tom Lane
2015-02-16
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-13
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
Simplify the way OpenSSL renegotiation is initiated in server.
Heikki Linnakangas
2015-02-12
Fix minor memory leak in ident_inet().
Tom Lane
2015-02-07
Assert(PqCommReadingMsg) in pq_peekbyte().
Noah Misch
2015-02-03
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-03
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-17
Fix poorly worded error message.
Tom Lane
2014-12-05
Don't dump core if pq_comm_reset() is called before pq_init().
Robert Haas
2014-12-03
Keep track of transaction commit timestamps
Alvaro Herrera
2014-11-25
Make Port->ssl_in_use available, even when built with !USE_SSL
Heikki Linnakangas
2014-11-12
Message improvements
Peter Eisentraut
[next]