summaryrefslogtreecommitdiff
path: root/src/backend/libpq
AgeCommit message (Expand)Author
2016-10-25Consistently mention 'SELECT pg_reload_conf()' in config filesBruce Momjian
2016-10-18Revert "Replace PostmasterRandom() with a stronger way of generating randomne...Heikki Linnakangas
2016-10-17Replace PostmasterRandom() with a stronger way of generating randomness.Heikki Linnakangas
2016-10-11Remove "sco" and "unixware" ports.Tom Lane
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-09-27Include <sys/select.h> where neededAlvaro Herrera
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-09-02Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-08-23Remove duplicate function prototype.Robert Haas
2016-08-18Refactor sendAuthRequest.Heikki Linnakangas
2016-08-01Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Distrust external OpenSSL clients; clear err queuePeter Eisentraut
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-04-07Standardize GetTokenInformation() error reporting.Noah Misch
2016-04-02Refer to a TOKEN_USER payload as a "token user," not as a "user token".Noah Misch
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-03-21Properly declare FeBeWaitSet.Andres Freund
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-03-19Allow SSL server key file to have group read access if owned by rootPeter Eisentraut
2016-03-15Fix typos.Robert Haas
2016-01-14Properly close token in sspi authenticationMagnus Hagander
2016-01-07Remove vestigial CHECK_FOR_INTERRUPTS call.Tom Lane
2016-01-07Provide more detail in postmaster log for password authentication failures.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-17Message improvementsPeter Eisentraut
2015-11-12Make idle backends exit if the postmaster dies.Robert Haas
2015-11-06Set include_realm=1 default in parse_hba_lineStephen Frost
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
2015-09-06Support RADIUS passwords up to 128 charactersMagnus Hagander
2015-08-31Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane
2015-08-31Remove support for Unix systems without the POSIX signal APIs.Tom Lane
2015-08-02Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-07-06Call getsockopt() on the correct socket.Heikki Linnakangas
2015-07-06Don't set SO_SNDBUF on recent Windows versions that have a bigger default.Heikki Linnakangas
2015-07-01Don't leave pg_hba and pg_ident data lying around in running backends.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18Check return values of sensitive system library calls.Noah Misch
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-05-08Change default for include_realm to 1Stephen Frost
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas