aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Remove support for password_encryption='off' / 'plain'.Heikki Linnakangas2017-05-08
* Misc cleanup of SCRAM code.Heikki Linnakangas2017-05-05
* Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas2017-05-03
* Rename "scram" to "scram-sha-256" in pg_hba.conf and password_encryption.Heikki Linnakangas2017-04-18
* Improve the SASL authentication protocol.Heikki Linnakangas2017-04-13
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Allow SCRAM authentication, when pg_hba.conf says 'md5'.Heikki Linnakangas2017-03-24
* Support multiple RADIUS serversMagnus Hagander2017-03-22
* Allow plaintext 'password' authentication when user has a SCRAM verifier.Heikki Linnakangas2017-03-17
* Fix comments in SCRAM-SHA-256 patch.Heikki Linnakangas2017-03-07
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Remove some configure header-file checks that we weren't really using.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Replace isMD5() with a more future-proof way to check if pw is encrypted.Heikki Linnakangas2017-02-01
* Invent pg_hba_file_rules view to show the content of pg_hba.conf.Tom Lane2017-01-30
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Rename C symbols for backend lo_ functionsPeter Eisentraut2017-01-17
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Refactor the code for verifying user's password.Heikki Linnakangas2016-12-12
* Clean up password authentication code a bit.Heikki Linnakangas2016-12-08
* Replace PostmasterRandom() with a stronger source, second attempt.Heikki Linnakangas2016-12-05
* Remove declarations for pq_putmessage_hook and pq_flush_hook.Robert Haas2016-10-31
* Drop server support for FE/BE protocol version 1.0.Tom Lane2016-10-11
* C comment: fix file name mention on line 1Bruce Momjian2016-09-06
* Move code shared between libpq and backend from backend/libpq/ to common/.Heikki Linnakangas2016-09-02
* Remove no-longer-useful SSL-specific Port.count field.Tom Lane2016-08-31
* Fix pq_putmessage_noblock() to not block.Tom Lane2016-07-29
* Fix several mistakes around parallel workers and client_encoding.Robert Haas2016-06-30
* Add authentication parameters compat_realm and upn_usename for SSPIMagnus Hagander2016-04-08
* Add BSD authentication method.Tom Lane2016-04-08
* Set PAM_RHOST item for PAM authenticationPeter Eisentraut2016-04-08
* Properly declare FeBeWaitSet.Andres Freund2016-03-21
* Introduce WaitEventSet API.Andres Freund2016-03-21
* Update copyright for 2016Bruce Momjian2016-01-02
* Don't send protocol messages to a shm_mq that no longer exists.Robert Haas2015-10-16
* Actually, it's not that hard to merge the Windows pqsignal code ...Tom Lane2015-08-31
* Remove support for Unix systems without the POSIX signal APIs.Tom Lane2015-08-31
* Fix incorrect order of lock file removal and failure to close() sockets.Tom Lane2015-08-02
* Remove ssl renegotiation support.Andres Freund2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Remove struct PQArgBlock from server-side header libpq/libpq.h.Tom Lane2015-03-08
* Remove code to match IPv4 pg_hba.conf entries to IPv4-in-IPv6 addresses.Tom Lane2015-02-17
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13