aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpq.sgml
Commit message (Expand)AuthorAge
* Include directory rearrangementPeter Eisentraut2001-08-28
* Since PQoidStatus is deprecated, we should probably stop using it inTom Lane2001-08-10
* The portion about the PQgetssl() function in the libpq documentationBruce Momjian2001-08-10
* Remove WIN32_NON_BLOCKING_CONNECTIONS tests, since we don't need 'emTom Lane2001-07-31
* Add index. Only some parts of the manual set have index entries so far...Peter Eisentraut2001-05-12
* More markup fixesPeter Eisentraut2001-05-01
* Repair freshly-broken markup.Tom Lane2001-04-30
* Break up PQexec() result functions into subsections to be clearer. BothBruce Momjian2001-04-30
* correctionPeter Eisentraut2001-03-21
* PyGreSQL documentation. Based on the README, converted to DocBook byPeter Eisentraut2001-03-04
* Replace some oldish, non-SQL'ish elements with more standard forms. (castPeter Eisentraut2001-01-20
* Fix incorrect placeholder name in example.Thomas G. Lockhart2001-01-18
* Terminology cleanup: class -> table, instance -> row, attribute -> column,Peter Eisentraut2001-01-13
* Correct erroneous documentation of PQsetnonblocking().Tom Lane2000-12-28
* Replace incorrect uses of 'which' with 'that'. (so-called "wicked which")Peter Eisentraut2000-12-22
* responce->responseBruce Momjian2000-12-21
* Repair residual sillinesses from UUNET virtual host/socket path patch.Tom Lane2000-11-30
* Sort out things after fe-connect.c cleanup after unix socket patch.Peter Eisentraut2000-11-30
* Remove PQunixsocket, per Peter's recommendation. PQhost shows the socket dir...Bruce Momjian2000-11-28
* Make socket option specify just the directory, not the full path.Bruce Momjian2000-11-22
* Add mention of new leading-slash handling of hostname to libpq docs.Bruce Momjian2000-11-14
* Remove -k unix socketpath option from client side, allow hostname withBruce Momjian2000-11-13
* UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian2000-11-13
* Remove duplicate requiressl entry.Bruce Momjian2000-10-17
* Here is a patch against the same cvs tree as the SSL patch (Aug 20).Bruce Momjian2000-10-16
* Treat empty connection parameters as is, in particular to enable overridingPeter Eisentraut2000-10-03
* Add `id' attributes to all `chapter' and `sect1' tags, to generate usefulPeter Eisentraut2000-09-29
* Startup is actually start-up.Bruce Momjian2000-08-29
* Here is a patch against the same cvs tree as the SSL patch (Aug 20).Bruce Momjian2000-08-29
* Fixups in content and markup for 7.0 release.Thomas G. Lockhart2000-05-02
* Fix libpq example return valuesBruce Momjian2000-04-25
* Minor markup changes. Refer to (".../catalog") in the emacs hints.Thomas G. Lockhart2000-03-31
* In PQnotifies discussion, reference PQsocket as function needed to getTom Lane2000-03-26
* Fold PQsetenv working state into PGconn, rather than trying to maintainTom Lane2000-03-24
* Update libpq documentation for PQconndefaults() change. Add sectionTom Lane2000-03-11
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Fix extraneous ending tag on libpq.sgml.Thomas G. Lockhart2000-02-15
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* Remove extraneous end tag. Code now compiles cleanly.Thomas G. Lockhart2000-02-02
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Remove obsolete references to 8K query limit.Tom Lane2000-01-25
* Libpq non-blocking mode, from Alfred PerlsteinBruce Momjian2000-01-18
* Clean up some problems in new asynchronous-connection logicTom Lane2000-01-14
* Fix markup (a couple of missing tags) and renormalize.Thomas G. Lockhart1999-12-06
* This patch (against the current CVS sources) adds to libpq the functionsBruce Momjian1999-11-30
* Update for documentation in libpq changes.Bruce Momjian1999-11-11
* updateBruce Momjian1999-10-26
* Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGNBruce Momjian1999-06-17
* Minor updates to libpq documentation.Tom Lane1999-05-21
* libpq++ uses fe_setauthsvc which is deprecated and results in an errorBruce Momjian1999-05-10