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
2016-10-25
Consistently mention 'SELECT pg_reload_conf()' in config files
Bruce Momjian
2016-10-18
Revert "Replace PostmasterRandom() with a stronger way of generating randomne...
Heikki Linnakangas
2016-10-17
Replace PostmasterRandom() with a stronger way of generating randomness.
Heikki Linnakangas
2016-10-11
Remove "sco" and "unixware" ports.
Tom Lane
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
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-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-31
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-26
Add a nonlocalized version of the severity field to client error messages.
Tom Lane
2016-08-23
Remove duplicate function prototype.
Robert Haas
2016-08-18
Refactor sendAuthRequest.
Heikki Linnakangas
2016-08-01
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-08
Add authentication parameters compat_realm and upn_usename for SSPI
Magnus Hagander
2016-04-08
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
Add BSD authentication method.
Tom Lane
2016-04-08
Set PAM_RHOST item for PAM authentication
Peter Eisentraut
2016-04-07
Standardize GetTokenInformation() error reporting.
Noah Misch
2016-04-02
Refer to a TOKEN_USER payload as a "token user," not as a "user token".
Noah Misch
2016-03-29
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-21
Properly declare FeBeWaitSet.
Andres Freund
2016-03-21
Introduce WaitEventSet API.
Andres Freund
2016-03-19
Allow SSL server key file to have group read access if owned by root
Peter Eisentraut
2016-03-15
Fix typos.
Robert Haas
2016-01-14
Properly close token in sspi authentication
Magnus Hagander
2016-01-07
Remove vestigial CHECK_FOR_INTERRUPTS call.
Tom Lane
2016-01-07
Provide more detail in postmaster log for password authentication failures.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-11-17
Message improvements
Peter Eisentraut
2015-11-12
Make idle backends exit if the postmaster dies.
Robert Haas
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-09-06
Support RADIUS passwords up to 128 characters
Magnus Hagander
2015-08-31
Actually, it's not that hard to merge the Windows pqsignal code ...
Tom Lane
2015-08-31
Remove support for Unix systems without the POSIX signal APIs.
Tom Lane
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-07-06
Call getsockopt() on the correct socket.
Heikki Linnakangas
2015-07-06
Don't set SO_SNDBUF on recent Windows versions that have a bigger default.
Heikki Linnakangas
2015-07-01
Don't leave pg_hba and pg_ident data lying around in running backends.
Tom Lane
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
[next]