| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bring the libpq example programs into the 21st century. | Tom Lane | 2003-06-22 | 1 | -358/+356 |
| * | Update libpq to make new features of FE/BE protocol available to | Tom Lane | 2003-06-21 | 1 | -458/+1180 |
| * | Add --with-threads configure option to control threaded libpq. | Bruce Momjian | 2003-06-13 | 1 | -14/+15 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 1 | -3/+8 |
| * | Minor wordsmithing on .pgpass description. | Tom Lane | 2003-04-28 | 1 | -5/+8 |
| * | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane | 2003-04-28 | 1 | -20/+73 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -33/+50 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -4/+5 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 1 | -11/+8 |
| * | Merge documentation into one book. (Build with "make html".) Replace | Peter Eisentraut | 2003-03-25 | 1 | -2/+2 |
| * | Use PQfreemem() consistently, and document its use for Notify. | Bruce Momjian | 2003-03-25 | 1 | -9/+15 |
| * | Prevent multiple queries in a single string into a single transaction | Bruce Momjian | 2003-03-24 | 1 | -6/+3 |
| * | Add PQfreemem() call for Win32. | Bruce Momjian | 2003-03-22 | 1 | -1/+20 |
| * | PGRES_POLLING_ACTIVE is unused, keep for backward compatibility. | Bruce Momjian | 2003-03-20 | 1 | -4/+2 |
| * | Big editing for consistent content and presentation. | Peter Eisentraut | 2003-03-13 | 1 | -671/+912 |
| * | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 | 1 | -32/+38 |
| * | Fix broken markup I just introduced. | Bruce Momjian | 2003-02-14 | 1 | -2/+2 |
| * | Properly document location of pg_service.conf.sample. | Bruce Momjian | 2003-02-14 | 1 | -2/+3 |
| * | This patch fixes an error in the usage message for 'clusterdb', and | Bruce Momjian | 2003-02-13 | 1 | -3/+2 |
| * | Fix regression in .pgpass support. From Neil Conway. | Tom Lane | 2003-01-30 | 1 | -12/+35 |
| * | This patch includes a lot of minor cleanups to the SGML documentation, | Bruce Momjian | 2003-01-19 | 1 | -2/+2 |
| * | Document libpq service capability, and add sample file. | Bruce Momjian | 2003-01-07 | 1 | -1/+14 |
| * | Enable IPv6 libpq 'hostaddr' addresses. Update docs. | Bruce Momjian | 2003-01-06 | 1 | -4/+5 |
| * | This patch fixes a few typos in the documentation for the '~/.pgpass' | Bruce Momjian | 2002-12-13 | 1 | -6/+6 |
| * | SGML improvements. | Bruce Momjian | 2002-11-15 | 1 | -7/+9 |
| * | Merge documentation updates from 7.3 branch. | Peter Eisentraut | 2002-11-11 | 1 | -8/+9 |
| * | I just discovered, that there is missing a const when passing a buffer | Bruce Momjian | 2002-11-10 | 1 | -3/+3 |
| * | Update libpq PQcmdTuples() and PQcmdStatus() docs, remove const param | Bruce Momjian | 2002-11-08 | 1 | -3/+3 |
| * | This patch adds information to the documentation on .pgpass and creates | Bruce Momjian | 2002-11-03 | 1 | -2/+13 |
| * | Add more appropriate markup. | Peter Eisentraut | 2002-09-21 | 1 | -13/+13 |
| * | Missed mention of PGPASSWORDFILE. | Bruce Momjian | 2002-09-05 | 1 | -2/+3 |
| * | Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass. | Bruce Momjian | 2002-09-05 | 1 | -18/+22 |
| * | Fix obsolete description of PGnotify struct. | Tom Lane | 2002-09-02 | 1 | -4/+3 |
| * | Add libpq connection timeout parameter. | Bruce Momjian | 2002-08-17 | 1 | -1/+10 |
| * | PostgreSQL 7.2.1 Documentation | Bruce Momjian | 2002-08-15 | 1 | -3/+3 |
| * | I'm giving a try at some TODO items. Currently it's the turn of the | Bruce Momjian | 2002-08-15 | 1 | -4/+20 |
| * | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 | 1 | -2/+2 |
| * | Fix markup | Peter Eisentraut | 2002-03-11 | 1 | -2/+2 |
| * | Add PQunescapeBytea libpq function. | Bruce Momjian | 2002-03-04 | 1 | -1/+20 |
| * | Improve non-thread-safe mention of libpq's crypt. | Bruce Momjian | 2002-01-18 | 1 | -8/+8 |
| * | Improve description of autocommit behavior in ecpg manual pages. | Bruce Momjian | 2002-01-18 | 1 | -5/+12 |
| * | Editorial review | Peter Eisentraut | 2002-01-07 | 1 | -90/+95 |
| * | Improve wording | Peter Eisentraut | 2001-11-29 | 1 | -2/+2 |
| * | Mention ps environment flag, not just -e. | Bruce Momjian | 2001-11-28 | 1 | -2/+3 |
| * | Update 'ps e' comments. | Bruce Momjian | 2001-11-28 | 1 | -2/+2 |
| * | Document that PGPASSWORD is not secure. | Bruce Momjian | 2001-11-28 | 1 | -2/+4 |
| * | Spell 'precedes', 'preceding' correctly in various places. | Tom Lane | 2001-11-21 | 1 | -2/+2 |
| * | Deprecate 'current' for date/time input. | Thomas G. Lockhart | 2001-11-21 | 1 | -6/+6 |
| * | Here's a patch adding documentation for the PQescapeBytea function to | Bruce Momjian | 2001-11-20 | 1 | -1/+51 |
| * | A bunch of small doco updates motivated by scanning the comments on | Tom Lane | 2001-11-19 | 1 | -4/+5 |