summaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpq.sgml
AgeCommit message (Expand)Author
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-07-21Doc: update versioning information in libpq.sgml.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-07-10Fix missing tag in the docs.Heikki Linnakangas
2017-07-10Allow multiple hostaddrs to go with multiple hostnames.Heikki Linnakangas
2017-07-03Don't mention SSL methods that aren't reachable in docsMagnus Hagander
2017-06-28Second try at fixing tcp_keepalives_idle option on Solaris.Tom Lane
2017-06-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-12Trim trailing whitespacePeter Eisentraut
2017-05-26Remove docs mention of PGREALM variableMagnus Hagander
2017-05-19libpq: Try next host if one of them times out.Robert Haas
2017-05-19Capitalize SHOW when testing whether target_session_attrs=read-write.Robert Haas
2017-05-08Restore PGREQUIRESSL recognition in libpq.Noah Misch
2017-05-04Fix PQencryptPasswordConn to work with older server versions.Heikki Linnakangas
2017-05-03Add PQencryptPasswordConn function to libpq, use it in psql and createuser.Heikki Linnakangas
2017-02-15Document new libpq connection statuses for target_session_attrs.Robert Haas
2017-01-24Allow password file name to be specified as a libpq connection parameter.Tom Lane
2016-11-29libpq: Add target_session_attrs parameter.Robert Haas
2016-11-22Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.Robert Haas
2016-11-03libpq: Allow connection strings and URIs to specify multiple hosts.Robert Haas
2016-10-27Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'Pavan Deolasee
2016-08-29Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas
2016-08-26Add a nonlocalized version of the severity field to client error messages.Tom Lane
2016-07-29Documentation spell checking and markup improvementsPeter Eisentraut
2016-06-14document when PREPARE uses generic plansBruce Momjian
2016-04-03Add libpq support for recreating an error message with different verbosity.Tom Lane
2015-12-15Document use of Subject Alternative Names in SSL server certificates.Tom Lane
2015-11-27Improve PQhost() to return useful data for default Unix-socket connections.Tom Lane
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-09-14Rewrite Postgres-XL docs to make changes in-place in the main PostgreSQLPavan Deolasee
2015-09-11doc: Spell checkingPeter Eisentraut
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-21doc: Whitespace and formatting fixesPeter Eisentraut
2015-07-09Fix another broken link in documentation.Heikki Linnakangas
2015-06-29Code + docs review for escaping of option values (commit 11a020eb6).Tom Lane
2015-04-06Fix typo in libpq.sgml.Fujii Masao
2015-03-08Fix documentation for libpq's PQfn().Tom Lane
2015-02-23Fix potential deadlock with libpq non-blocking mode.Heikki Linnakangas
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-02-02doc: Improve claim about location of pg_service.confPeter Eisentraut
2015-01-30doc: clarify libpq's 'verify-full' host name checkBruce Momjian
2015-01-22docs: update libpq's PQputCopyData and PQputCopyEndBruce Momjian
2015-01-03Make path to pg_service.conf absolute in documentationMagnus Hagander
2014-11-29Revert "Add libpq function PQhostaddr()."Noah Misch
2014-11-25Allow "dbname" from connection string to be overridden in PQconnectDBParamsHeikki Linnakangas
2014-08-19Make pg_service.conf sample LDIF more portable.Noah Misch
2014-08-01Fix typo in user manualHeikki Linnakangas
2014-07-21Replace "internationalize" with "localize" where appropriatePeter Eisentraut
2014-07-17doc: Spell checkingPeter Eisentraut