aboutsummaryrefslogtreecommitdiff
path: root/src/include/libpq
Commit message (Expand)AuthorAge
* 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
* Be more careful to not lose sync in the FE/BE protocol.Heikki Linnakangas2015-02-02
* Update copyright for 2015Bruce Momjian2015-01-06
* Make Port->ssl_in_use available, even when built with !USE_SSLHeikki Linnakangas2014-11-25
* Fix thinko in commit 2bd9e412f92bc6a68f3e8bcb18e04955cc35001d.Robert Haas2014-11-05
* pqmq.h needs to include something that defines StringInfo.Robert Haas2014-11-03
* Support frontend-backend protocol communication using a shm_mq.Robert Haas2014-10-31
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Rename lo_create(oid, bytea) to lo_from_bytea().Tom Lane2014-06-12
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix assorted issues in client host name lookup.Tom Lane2014-04-02
* Cleanups from the remove-native-krb5 patchMagnus Hagander2014-03-16
* Log a detail message for auth failures due to missing or expired password.Tom Lane2014-01-27
* Remove support for native krb5 authenticationMagnus Hagander2014-01-19
* Update copyright for 2014Bruce Momjian2014-01-07
* Add large object functions catering to SQL callers.Noah Misch2013-10-27
* Rework SSL renegotiation codeAlvaro Herrera2013-10-10
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Report pg_hba line number and contents when users fail to log inMagnus Hagander2013-03-10
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add support for LDAP URLsPeter Eisentraut2012-12-03
* Produce a more useful error message for over-length Unix socket paths.Tom Lane2012-11-29
* Add API for 64-bit large object access. Now users can access up toTatsuo Ishii2012-10-07
* Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.Heikki Linnakangas2012-09-21
* Support having multiple Unix-domain sockets per postmaster.Tom Lane2012-08-10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix typo.Robert Haas2011-12-15
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Improve method of avoiding fcinfo compile errors.Bruce Momjian2011-09-01
* Add C comment about necessary NetBSD include.Bruce Momjian2011-09-01