| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add tools/find_gt_lt to find < and > in SGML source. | Bruce Momjian | 2005-01-23 | 1 | -2193/+2193 |
| * | Mark the TimeZone parameter as GUC_REPORT, so that JDBC can find out | Tom Lane | 2004-12-20 | 1 | -4/+5 |
| * | Spell checker run | Peter Eisentraut | 2004-12-13 | 1 | -2/+2 |
| * | Replace "--" and "---" with "—" as appropriate, for better-looking | Neil Conway | 2004-11-15 | 1 | -4/+4 |
| * | Improve description of Execute message behavior, per Oliver Jowett. | Tom Lane | 2004-09-23 | 1 | -2/+2 |
| * | Mark server_encoding and integer_datetimes as GUC_REPORT, per previous | Tom Lane | 2004-08-16 | 1 | -5/+13 |
| * | When using extended-query protocol, postpone planning of unnamed statements | Tom Lane | 2004-06-11 | 1 | -1/+41 |
| * | Revise syntax-error reporting behavior to give pleasant results for | Tom Lane | 2004-03-21 | 1 | -4/+30 |
| * | Refer to GUC variables using <xref> tags rather than <varname> tags, | Neil Conway | 2004-03-09 | 1 | -7/+8 |
| * | This patch makes some improvements and adds some additional detail | Neil Conway | 2003-12-14 | 1 | -65/+75 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Spell checking, consistent terminology. | Peter Eisentraut | 2003-11-01 | 1 | -19/+19 |
| * | Add a listing of our SQLSTATE error codes to the documentation. | Tom Lane | 2003-10-17 | 1 | -4/+3 |
| * | Fix a batch of speling misteaks identified by Peter's spell-checker tool. | Tom Lane | 2003-09-20 | 1 | -3/+3 |
| * | This patch fixes a few missed GUC variables that were still upper case, | Bruce Momjian | 2003-09-11 | 1 | -4/+4 |
| * | Pass session_authorization to the client and make psql update its prompt | Peter Eisentraut | 2003-09-03 | 1 | -2/+3 |
| * | Do not pass server_encoding to the client. | Peter Eisentraut | 2003-09-01 | 1 | -2/+1 |
| * | Fix longstanding thinko in SSL protocol documentation: the server's | Tom Lane | 2003-08-14 | 1 | -3/+3 |
| * | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | 2003-08-13 | 1 | -3/+11 |
| * | Add is_superuser parameter reporting, soon to be used by psql. | Tom Lane | 2003-06-27 | 1 | -2/+3 |
| * | Fix documentation problem pointed out by Barry Lind: code expected a | Tom Lane | 2003-05-08 | 1 | -4/+6 |
| * | Revise protocol doc for recently-agreed modifications. This is the | Tom Lane | 2003-05-07 | 1 | -284/+343 |
| * | Minor editorializing. | Tom Lane | 2003-05-06 | 1 | -9/+12 |
| * | Add display of eventual result RowDescription (if any) to the output | Tom Lane | 2003-05-06 | 1 | -14/+22 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -20/+74 |
| * | Minor improvement in wording. | Tom Lane | 2003-04-28 | 1 | -2/+2 |
| * | Add transaction status field to ReadyForQuery messages, and make room | Tom Lane | 2003-04-26 | 1 | -2/+12 |
| * | In the continuing saga of FE/BE protocol revisions, add reporting of | Tom Lane | 2003-04-25 | 1 | -5/+12 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -1/+9 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -3/+26 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -106/+68 |
| * | Various clarifications; add a clear DRAFT marker; minor adjustments in | Tom Lane | 2003-04-16 | 1 | -30/+70 |
| * | First draft of revised FE/BE protocol specification. Still needs work, | Tom Lane | 2003-04-15 | 1 | -345/+2105 |
| * | Allow PQcmdTuples to return row counts for MOVE and FETCH. | Bruce Momjian | 2003-02-19 | 1 | -1/+15 |
| * | Spell checking and markup additions | Peter Eisentraut | 2002-03-22 | 1 | -2/+2 |
| * | Add description of SSL request protocol. Miscellaneous copy-editing. | Tom Lane | 2001-11-22 | 1 | -60/+191 |
| * | Deprecate 'current' for date/time input. | Thomas G. Lockhart | 2001-11-21 | 1 | -2/+3 |
| * | Code review for MD5 authorization patch. Clean up some breakage | Tom Lane | 2001-09-21 | 1 | -76/+155 |
| * | Replace ASCII-quotes with proper markup. | Peter Eisentraut | 2001-09-13 | 1 | -7/+7 |
| * | Use MD5 for wire protocol encryption for >= 7.2 client/server. | Bruce Momjian | 2001-08-15 | 1 | -2/+2 |
| * | updates for new startup sequence, some reformatting | Peter Eisentraut | 2001-06-22 | 1 | -824/+807 |
| * | minor copy editing | Peter Eisentraut | 2001-03-24 | 1 | -2/+2 |
| * | Make use of <email> tag for marking up email addresses. | Peter Eisentraut | 2000-12-22 | 1 | -2/+2 |
| * | Get rid of the little "v"s in front of version numbers, substituting the | Peter Eisentraut | 2000-12-21 | 1 | -2/+2 |
| * | pg_hba.conf mention fix. | Bruce Momjian | 2000-10-11 | 1 | -1/+1 |
| * | Add `id' attributes to all `chapter' and `sect1' tags, to generate useful | Peter Eisentraut | 2000-09-29 | 1 | -4/+4 |
| * | Startup is actually start-up. | Bruce Momjian | 2000-08-29 | 1 | -15/+15 |
| * | Update docs for TIME WITHOUT TIME ZONE. | Thomas G. Lockhart | 2000-07-14 | 1 | -1/+3 |
| * | Update protocol doc to emphasize that backend can return | Tom Lane | 1999-09-11 | 1 | -7/+10 |
| * | Clean up to ensure tag completion as required by the newest versions | Thomas G. Lockhart | 1998-12-29 | 1 | -16/+43 |