| Commit message (Expand) | Author | Age |
* | Fix another broken link in documentation. | Heikki Linnakangas | 2015-07-09 |
* | Fix typo in libpq.sgml. | Fujii Masao | 2015-04-06 |
* | Fix documentation for libpq's PQfn(). | Tom Lane | 2015-03-08 |
* | Fix potential deadlock with libpq non-blocking mode. | Heikki Linnakangas | 2015-02-23 |
* | doc: Improve claim about location of pg_service.conf | Peter Eisentraut | 2015-02-01 |
* | Make path to pg_service.conf absolute in documentation | Magnus Hagander | 2015-01-03 |
* | Fix typo in user manual | Heikki Linnakangas | 2014-08-01 |
* | Don't put <indexterm> before <term> in <varlistentry> items. | Tom Lane | 2013-03-23 |
* | Fix reference to "verify-ca" and "verify-full" in a note in the docs. | Heikki Linnakangas | 2011-12-16 |
* | Add some weasel wording about threaded usage of PGresults. | Tom Lane | 2011-12-02 |
* | Document that PQexec() can handle a NULL res pointer just fine. | Bruce Momjian | 2011-11-10 |
* | Fix typo in docs for libpq keepalives_count option. | Robert Haas | 2011-10-10 |
* | Note that sslmode=require verifies the CA if root cert is present | Magnus Hagander | 2011-09-24 |
* | Fix spelling mistake in pgpass documentation change. | Bruce Momjian | 2011-09-06 |
* | Add documentation suggestion about adding a comment to the top of | Bruce Momjian | 2011-09-06 |
* | Fix typo in sslmode documentation | Magnus Hagander | 2011-07-05 |
* | Unify spelling of "canceled", "canceling", "cancellation" | Peter Eisentraut | 2011-07-02 |
* | Capitalization fixes | Peter Eisentraut | 2011-06-19 |
* | Replace use of credential control messages with getsockopt(LOCAL_PEERCRED). | Tom Lane | 2011-05-31 |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Link some tables into the surrounding text by their id | Peter Eisentraut | 2011-05-04 |
* | Update some ALTER USER cross-references to ALTER ROLE | Alvaro Herrera | 2011-05-02 |
* | Avoid extra whitespace in the arguments of <indexterm>. | Tom Lane | 2011-04-08 |
* | Use "backend process" rather than "backend server", where appropriate. | Bruce Momjian | 2011-03-12 |
* | In docs, rename "backwards compatibility" to "backward compatibility" | Bruce Momjian | 2011-03-11 |
* | Document that libpq's PQgetResult() should be called after a fatal error | Bruce Momjian | 2011-03-11 |
* | Set psql client encoding from locale by default | Peter Eisentraut | 2011-02-19 |
* | Clarify documentation for libpq's PQescapeBytea to mention the new hex | Bruce Momjian | 2011-02-13 |
* | Back out libpq doc change; not ready yet. | Bruce Momjian | 2011-02-13 |
* | Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. | Bruce Momjian | 2011-02-13 |
* | remove tags. | Bruce Momjian | 2011-02-06 |
* | Adjust libpq docs to be clearer about 'hostaddr' usage by rewording and | Bruce Momjian | 2011-02-06 |
* | In docs, move PQrequestCancel() deprecation mention up to match other | Bruce Momjian | 2011-02-04 |
* | Mark all GUC variables with <varname> markup, rather than <literal>. | Bruce Momjian | 2011-02-02 |
* | Properly capitalize documentation headings; some only had initial-word | Bruce Momjian | 2011-01-29 |
* | In the docs, better distinguish server from client SSL settings in the docume... | Bruce Momjian | 2011-01-17 |
* | More libpq documentation adjustments from Leslie S Satenstein, reviewed | Bruce Momjian | 2011-01-13 |
* | Apply libpq documentation patches submitted by Leslie S Satenstein and | Bruce Momjian | 2011-01-12 |
* | Fix ill-advised placement of PGRES_COPY_BOTH enum value. | Tom Lane | 2010-12-28 |
* | Break up long line, per Leslie S Satenstein. | Alvaro Herrera | 2010-12-27 |
* | Add PQlibVersion() function to libpq | Magnus Hagander | 2010-12-22 |
* | Allow bidirectional copy messages in streaming replication mode. | Robert Haas | 2010-12-11 |
* | A bit more wordsmithing on the PQping documentation. | Tom Lane | 2010-11-27 |
* | Rewrite PQping to be more like what we agreed to last week. | Tom Lane | 2010-11-27 |
* | Add PQping and PQpingParams to libpq to allow detection of the server's | Bruce Momjian | 2010-11-25 |
* | When reporting the server as not responding, if the hostname was | Bruce Momjian | 2010-11-24 |
* | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 |
* | Mention limited usefulness of .pgpass database field. | Bruce Momjian | 2010-10-21 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove obsolete remark that PQprepare() is more flexible than PREPARE. | Tom Lane | 2010-08-29 |