summaryrefslogtreecommitdiff
path: root/src/include/libpq
AgeCommit message (Expand)Author
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-25Remove some configure header-file checks that we weren't really using.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-02-01Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas
2017-01-30Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane
2017-01-17Generate fmgr prototypes automaticallyPeter Eisentraut
2017-01-17Rename C symbols for backend lo_ functionsPeter Eisentraut
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-12-12Refactor the code for verifying user's password.Heikki Linnakangas
2016-12-08Clean up password authentication code a bit.Heikki Linnakangas
2016-12-05Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas
2016-10-31Remove declarations for pq_putmessage_hook and pq_flush_hook.Robert Haas
2016-10-11Drop server support for FE/BE protocol version 1.0.Tom Lane
2016-09-06C comment: fix file name mention on line 1Bruce Momjian
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-07-29Fix pq_putmessage_noblock() to not block.Tom Lane
2016-06-30Fix several mistakes around parallel workers and client_encoding.Robert Haas
2016-04-08Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander
2016-04-08Add BSD authentication method.Tom Lane
2016-04-08Set PAM_RHOST item for PAM authenticationPeter Eisentraut
2016-03-21Properly declare FeBeWaitSet.Andres Freund
2016-03-21Introduce WaitEventSet API.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-16Don't send protocol messages to a shm_mq that no longer exists.Robert Haas
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-05-24pgindent run for 9.5Bruce Momjian
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-03-08Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane
2015-02-17Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-02Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-25Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas
2014-11-05Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas
2014-11-03pqmq.h needs to include something that defines StringInfo.Robert Haas
2014-10-31Support frontend-backend protocol communication using a shm_mq.Robert Haas
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-06-12Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-02Fix assorted issues in client host name lookup.Tom Lane
2014-03-16Cleanups from the remove-native-krb5 patchMagnus Hagander
2014-01-28Log a detail message for auth failures due to missing or expired password.Tom Lane
2014-01-19Remove support for native krb5 authenticationMagnus Hagander