summaryrefslogtreecommitdiff
path: root/doc/src/sgml/libpq.sgml
Commit message (Expand)AuthorAgeFilesLines
* Bring the libpq example programs into the 21st century.Tom Lane2003-06-221-358/+356
* Update libpq to make new features of FE/BE protocol available toTom Lane2003-06-211-458/+1180
* Add --with-threads configure option to control threaded libpq.Bruce Momjian2003-06-131-14/+15
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-141-3/+8
* Minor wordsmithing on .pgpass description.Tom Lane2003-04-281-5/+8
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-281-20/+73
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-221-33/+50
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-191-4/+5
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-11/+8
* Merge documentation into one book. (Build with "make html".) ReplacePeter Eisentraut2003-03-251-2/+2
* Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian2003-03-251-9/+15
* Prevent multiple queries in a single string into a single transactionBruce Momjian2003-03-241-6/+3
* Add PQfreemem() call for Win32.Bruce Momjian2003-03-221-1/+20
* PGRES_POLLING_ACTIVE is unused, keep for backward compatibility.Bruce Momjian2003-03-201-4/+2
* Big editing for consistent content and presentation.Peter Eisentraut2003-03-131-671/+912
* Allow PQcmdTuples to return row counts for MOVE and FETCH.Bruce Momjian2003-02-191-32/+38
* Fix broken markup I just introduced.Bruce Momjian2003-02-141-2/+2
* Properly document location of pg_service.conf.sample.Bruce Momjian2003-02-141-2/+3
* This patch fixes an error in the usage message for 'clusterdb', andBruce Momjian2003-02-131-3/+2
* Fix regression in .pgpass support. From Neil Conway.Tom Lane2003-01-301-12/+35
* This patch includes a lot of minor cleanups to the SGML documentation,Bruce Momjian2003-01-191-2/+2
* Document libpq service capability, and add sample file.Bruce Momjian2003-01-071-1/+14
* Enable IPv6 libpq 'hostaddr' addresses. Update docs.Bruce Momjian2003-01-061-4/+5
* This patch fixes a few typos in the documentation for the '~/.pgpass'Bruce Momjian2002-12-131-6/+6
* SGML improvements.Bruce Momjian2002-11-151-7/+9
* Merge documentation updates from 7.3 branch.Peter Eisentraut2002-11-111-8/+9
* I just discovered, that there is missing a const when passing a bufferBruce Momjian2002-11-101-3/+3
* Update libpq PQcmdTuples() and PQcmdStatus() docs, remove const paramBruce Momjian2002-11-081-3/+3
* This patch adds information to the documentation on .pgpass and createsBruce Momjian2002-11-031-2/+13
* Add more appropriate markup.Peter Eisentraut2002-09-211-13/+13
* Missed mention of PGPASSWORDFILE.Bruce Momjian2002-09-051-2/+3
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-051-18/+22
* Fix obsolete description of PGnotify struct.Tom Lane2002-09-021-4/+3
* Add libpq connection timeout parameter.Bruce Momjian2002-08-171-1/+10
* PostgreSQL 7.2.1 DocumentationBruce Momjian2002-08-151-3/+3
* I'm giving a try at some TODO items. Currently it's the turn of theBruce Momjian2002-08-151-4/+20
* Spell checking and markup additionsPeter Eisentraut2002-03-221-2/+2
* Fix markupPeter Eisentraut2002-03-111-2/+2
* Add PQunescapeBytea libpq function.Bruce Momjian2002-03-041-1/+20
* Improve non-thread-safe mention of libpq's crypt.Bruce Momjian2002-01-181-8/+8
* Improve description of autocommit behavior in ecpg manual pages.Bruce Momjian2002-01-181-5/+12
* Editorial reviewPeter Eisentraut2002-01-071-90/+95
* Improve wordingPeter Eisentraut2001-11-291-2/+2
* Mention ps environment flag, not just -e.Bruce Momjian2001-11-281-2/+3
* Update 'ps e' comments.Bruce Momjian2001-11-281-2/+2
* Document that PGPASSWORD is not secure.Bruce Momjian2001-11-281-2/+4
* Spell 'precedes', 'preceding' correctly in various places.Tom Lane2001-11-211-2/+2
* Deprecate 'current' for date/time input.Thomas G. Lockhart2001-11-211-6/+6
* Here's a patch adding documentation for the PQescapeBytea function toBruce Momjian2001-11-201-1/+51
* A bunch of small doco updates motivated by scanning the comments onTom Lane2001-11-191-4/+5