aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpq.sgml
Commit message (Expand)AuthorAge
* Fix reference to "verify-ca" and "verify-full" in a note in the docs.Heikki Linnakangas2011-12-16
* Add some weasel wording about threaded usage of PGresults.Tom Lane2011-12-02
* Document that PQexec() can handle a NULL res pointer just fine.Bruce Momjian2011-11-10
* Fix typo in docs for libpq keepalives_count option.Robert Haas2011-10-10
* Note that sslmode=require verifies the CA if root cert is presentMagnus Hagander2011-09-24
* Fix spelling mistake in pgpass documentation change.Bruce Momjian2011-09-06
* Add documentation suggestion about adding a comment to the top ofBruce Momjian2011-09-06
* Fix typo in sslmode documentationMagnus Hagander2011-07-05
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-07-02
* Capitalization fixesPeter Eisentraut2011-06-19
* Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).Tom Lane2011-05-31
* Spell checking and markup refinementPeter Eisentraut2011-05-19
* Link some tables into the surrounding text by their idPeter Eisentraut2011-05-04
* Update some ALTER USER cross-references to ALTER ROLEAlvaro Herrera2011-05-02
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-08
* Use "backend process" rather than "backend server", where appropriate.Bruce Momjian2011-03-12
* In docs, rename "backwards compatibility" to "backward compatibility"Bruce Momjian2011-03-11
* Document that libpq's PQgetResult() should be called after a fatal errorBruce Momjian2011-03-11
* Set psql client encoding from locale by defaultPeter Eisentraut2011-02-19
* Clarify documentation for libpq's PQescapeBytea to mention the new hexBruce Momjian2011-02-13
* Back out libpq doc change; not ready yet.Bruce Momjian2011-02-13
* Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom.Bruce Momjian2011-02-13
* remove tags.Bruce Momjian2011-02-06
* Adjust libpq docs to be clearer about 'hostaddr' usage by rewording andBruce Momjian2011-02-06
* In docs, move PQrequestCancel() deprecation mention up to match otherBruce Momjian2011-02-04
* Mark all GUC variables with <varname> markup, rather than <literal>.Bruce Momjian2011-02-02
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-29
* In the docs, better distinguish server from client SSL settings in the docume...Bruce Momjian2011-01-17
* More libpq documentation adjustments from Leslie S Satenstein, reviewedBruce Momjian2011-01-13
* Apply libpq documentation patches submitted by Leslie S Satenstein andBruce Momjian2011-01-12
* Fix ill-advised placement of PGRES_COPY_BOTH enum value.Tom Lane2010-12-28
* Break up long line, per Leslie S Satenstein.Alvaro Herrera2010-12-27
* Add PQlibVersion() function to libpqMagnus Hagander2010-12-22
* Allow bidirectional copy messages in streaming replication mode.Robert Haas2010-12-11
* A bit more wordsmithing on the PQping documentation.Tom Lane2010-11-27
* Rewrite PQping to be more like what we agreed to last week.Tom Lane2010-11-27
* Add PQping and PQpingParams to libpq to allow detection of the server'sBruce Momjian2010-11-25
* When reporting the server as not responding, if the hostname wasBruce Momjian2010-11-24
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Mention limited usefulness of .pgpass database field.Bruce Momjian2010-10-21
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove obsolete remark that PQprepare() is more flexible than PREPARE.Tom Lane2010-08-29
* Spell and markup checkingPeter Eisentraut2010-08-17
* Use double quotes rather than double quotes for libpq target anchors.Robert Haas2010-08-10
* Provide stable target anchors for libpq functions.Robert Haas2010-08-09
* Fix sloppy mistakes in documentation of PQescapeLiteral and PQescapeIdentifier.Tom Lane2010-08-04
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-29
* Spelling fixesPeter Eisentraut2010-07-27
* Add server authentication over Unix-domain socketsPeter Eisentraut2010-07-18
* Allow full SSL certificate verification (wherein libpq checks its host nameTom Lane2010-07-14