aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq
Commit message (Expand)AuthorAge
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix bogus declaration of local variable.Tom Lane2012-05-13
* Lots of doc corrections.Robert Haas2012-04-23
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Remove useless castPeter Eisentraut2012-02-26
* Add some enumeration commas, for consistencyPeter Eisentraut2012-02-24
* Remove arbitrary limitation on length of common name in SSL certificates.Tom Lane2012-02-23
* Fix build without OpenSSLPeter Eisentraut2012-02-23
* Add parameters for controlling locations of server-side SSL filesPeter Eisentraut2012-02-22
* initdb: Add options --auth-local and --auth-hostPeter Eisentraut2012-02-01
* Revert unfortunate whitespace changePeter Eisentraut2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Standardize treatment of strcmp() return valuePeter Eisentraut2011-12-27
* Cancel running query if it is detected that the connection to the client isHeikki Linnakangas2011-12-09
* Do not treat a superuser as a member of every role for HBA purposes.Andrew Dunstan2011-11-03
* Reject empty pg_hba.conf files.Tom Lane2011-10-18
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Use consistent format for reporting GetLastError()Peter Eisentraut2011-08-23
* Use clearer notation for getnameinfo() return handlingPeter Eisentraut2011-08-09
* Add host name resolution information to pg_hba.conf error messagesPeter Eisentraut2011-07-31
* Replace printf format %i by %dPeter Eisentraut2011-07-26
* Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.Tom Lane2011-07-24
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Fix SSPI login when multiple roundtrips are requiredMagnus Hagander2011-07-16
* Message style improvements of errmsg_internal() callsPeter Eisentraut2011-07-05
* Modernise pg_hba.conf token processingAlvaro Herrera2011-06-28
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Implement getpeereid() as a src/port compatibility function.Tom Lane2011-06-02
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Fix portability bugs in use of credentials control messages for peer auth.Tom Lane2011-05-30
* Refuse "local" lines in pg_hba.conf on platforms that don't support itMagnus Hagander2011-05-30
* Don't include local line on platforms without supportMagnus Hagander2011-05-30
* Add a "local" replication sample entryPeter Eisentraut2011-05-24
* Add example for replication in pg_hba.confMagnus Hagander2011-05-19
* Rephrase some not-supported error messages in pg_hba.conf processing.Tom Lane2011-04-26
* Complain if pg_hba.conf contains "hostssl" but SSL is disabled.Tom Lane2011-04-26
* On HP/UX, the structs used by ioctl(SIOCGLIFCONF) are named differentlyHeikki Linnakangas2011-04-13
* Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut2011-04-11
* Teach regular expression operators to honor collations.Tom Lane2011-04-10
* Don't make "replication" magical as a user name, only as a database name, in ...Andrew Dunstan2011-04-10
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Attempt to unbreak windows builds broken by commit 754baa2.Andrew Dunstan2011-03-30
* Automatically terminate replication connections that are idle for moreHeikki Linnakangas2011-03-30
* Suppress platform-dependent unused-variable warning.Tom Lane2011-03-20
* Rename ident authentication over local connections to peerMagnus Hagander2011-03-19
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Make GUC variables for syslog and SSL always visibleMagnus Hagander2010-12-18