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