summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq
AgeCommit message (Expand)Author
2010-06-23Add TCP keepalive support to libpq.Robert Haas
2010-06-03Translation updates for 9.0beta2Peter Eisentraut
2010-05-26Rearrange libpq's SSL initialization to simplify it and make it handle someTom Lane
2010-05-25Add missing newlines to some SSL-related error messages. Noted while testing.Tom Lane
2010-05-13Translation updatePeter Eisentraut
2010-05-09Adjust comments about avoiding use of printf's %.*s.Tom Lane
2010-05-08Work around a subtle portability problem in use of printf %s format.Tom Lane
2010-04-30Fix a couple of places where the result of fgets() wasn't checked.Tom Lane
2010-04-28Fix typo that had the code check the same thing twice.Magnus Hagander
2010-03-17Fix peculiar, untranslatable message concatenation attemptPeter Eisentraut
2010-03-13Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian
2010-03-08Require hostname to be set when using GSSAPI authentication. Without it,Magnus Hagander
2010-03-03Fix a couple of places that would loop forever if attempts to read a stdio fileTom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-19Translation updates for 9.0alpha4Peter Eisentraut
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-16Have SELECT and CREATE TABLE AS queries return a row count. While thisBruce Momjian
2010-02-05Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-21Fix unsafe loop test, and declare as_ident as bool rather than int.Robert Haas
2010-01-21Add new escaping functions PQescapeLiteral and PQescapeIdentifier.Robert Haas
2010-01-20Add user-specific .pg_service.conf filePeter Eisentraut
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-19Translation updatesPeter Eisentraut
2009-12-09Reject certificates with embedded NULLs in the commonName field. This stopsMagnus Hagander
2009-12-02Instead of sending application_name as a SET command after the connectionTom Lane
2009-11-29Error when a specified connection service is not found, instead of ignoring itPeter Eisentraut
2009-11-29Remove prefix "ERROR:" from some messages, to make everything consistentPeter Eisentraut
2009-11-28Add support for an application_name parameter, which is displayed inTom Lane
2009-11-23Add missing library to standalone libpq build on Win32.Magnus Hagander
2009-10-20Translations update for 8.5alpha2Peter Eisentraut
2009-09-27Make libpq reject non-numeric and out-of-range port numbers with a suitableTom Lane
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-08-04Teach PQescapeByteaConn() to use hex format when the target connection isTom Lane
2009-08-04Support hex-string input and output for type BYTEA.Tom Lane
2009-07-24Avoid extra system calls to block SIGPIPE if the platform provides eitherTom Lane
2009-07-13Stamp minor library version numbers for 8.5; sorry for the delay.Bruce Momjian
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-26Translation updates for 8.4 release.Peter Eisentraut
2009-06-23Properly initialize SSL engines when used from libpq. This is required forMagnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-06-10Translation updatesPeter Eisentraut
2009-05-27Reverting patch just in case a compiler treats this enum as signed.Michael Meskes
2009-05-21Removed comparison of unsigned expression < 0.Michael Meskes
2009-05-18Make pwdfMatchesString() a little more careful about matching * fields.Tom Lane
2009-05-14Translation updatesAlvaro Herrera
2009-05-03Fix already-obsolete hint message ... sslverify parameter is no more.Tom Lane