| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow Win32 to compile under MinGW. Major changes are: | Bruce Momjian | 2003-05-15 | 1 | -1/+1 |
| * | Indexing support for pattern matching operations via separate operator | Peter Eisentraut | 2003-05-15 | 4 | -36/+57 |
| * | Backend support for autocommit removed, per recent discussions. The | Tom Lane | 2003-05-14 | 7 | -80/+21 |
| * | Implement array_send/array_recv (binary I/O for arrays). This exposed | Tom Lane | 2003-05-09 | 1 | -7/+12 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -18/+12 |
| * | Reinstate pg_type's typsend and typreceive columns. They don't do much | Tom Lane | 2003-05-08 | 2 | -99/+176 |
| * | Fix documentation problem pointed out by Barry Lind: code expected a | Tom Lane | 2003-05-08 | 1 | -4/+6 |
| * | Update COPY BINARY file format spec to reflect recent decisions about | Tom Lane | 2003-05-07 | 1 | -87/+40 |
| * | Revise protocol doc for recently-agreed modifications. This is the | Tom Lane | 2003-05-07 | 1 | -284/+343 |
| * | Fix erroneous example, per Tim Knowles. | Tom Lane | 2003-05-07 | 1 | -2/+2 |
| * | 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 |
| * | Provide a real link to CREATE SEQUENCE's reference page in nextval/setval | Tom Lane | 2003-05-05 | 1 | -2/+2 |
| * | Extended query protocol: parse, bind, execute, describe FE/BE messages. | Tom Lane | 2003-05-05 | 1 | -20/+74 |
| * | Last round of reference page editing. | Peter Eisentraut | 2003-05-04 | 31 | -4452/+3240 |
| * | When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than our | Tom Lane | 2003-05-04 | 2 | -10/+16 |
| * | Portal and memory management infrastructure for extended query protocol. | Tom Lane | 2003-05-02 | 1 | -12/+1 |
| * | Documentation refers to box() function where it should say box_intersect(). | Tom Lane | 2003-05-01 | 1 | -3/+3 |
| * | Code review for holdable-cursors patch. Fix error recovery, memory | Tom Lane | 2003-04-29 | 1 | -13/+17 |
| * | Update German FAQ, from Ian Barwick | Bruce Momjian | 2003-04-28 | 2 | -22/+34 |
| * | Minor wordsmithing on .pgpass description. | Tom Lane | 2003-04-28 | 1 | -5/+8 |
| * | Minor improvement in wording. | Tom Lane | 2003-04-28 | 1 | -2/+2 |
| * | Okay, I've had it with PQsetdbLogin having slightly different defaults | Tom Lane | 2003-04-28 | 1 | -20/+73 |
| * | Fix plpgsql so that variables of composite types (rowtypes) can be | Tom Lane | 2003-04-27 | 1 | -8/+12 |
| * | Editing of more reference pages. | Peter Eisentraut | 2003-04-26 | 21 | -2691/+1663 |
| * | 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 | 3 | -31/+89 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -1/+9 |
| * | Update CVS with new FAQ. | Bruce Momjian | 2003-04-22 | 2 | -16/+20 |
| * | More editing of reference pages. | Peter Eisentraut | 2003-04-22 | 21 | -3499/+2448 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 2 | -36/+76 |
| * | Add mention of Novell Netware 6 port. | Bruce Momjian | 2003-04-21 | 1 | -1/+3 |
| * | Make it clear it is the server version that determines if crlf is used. Idea... | Bruce Momjian | 2003-04-20 | 1 | -3/+4 |
| * | Add pipe parameter to COPY function to allow proper line termination. | Bruce Momjian | 2003-04-19 | 1 | -10/+10 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 2 | -110/+73 |
| * | First phase of FE/BE protocol modifications: new StartupPacket layout | Tom Lane | 2003-04-17 | 1 | -11/+8 |
| * | Make pg_dump's concurency capability more prominent. | Bruce Momjian | 2003-04-17 | 1 | -34/+33 |
| * | Various clarifications; add a clear DRAFT marker; minor adjustments in | Tom Lane | 2003-04-16 | 1 | -30/+70 |
| * | Add mention of OpenProjects IRC channel. It is as large as EFNet now. | Bruce Momjian | 2003-04-16 | 1 | -3/+4 |
| * | First draft of revised FE/BE protocol specification. Still needs work, | Tom Lane | 2003-04-15 | 1 | -345/+2105 |
| * | Update Japanese FAQ, from Jun Kuwamura. | Bruce Momjian | 2003-04-15 | 2 | -1193/+1337 |
| * | Change names of ISO-8859-x encodings to ISO_8859_x, to match reality. | Peter Eisentraut | 2003-04-15 | 1 | -5/+5 |
| * | Bring SQL ref pages to consistent format, part 1. | Peter Eisentraut | 2003-04-15 | 14 | -1793/+1257 |
| * | Add better markup and improve some text here and there. | Peter Eisentraut | 2003-04-15 | 1 | -792/+908 |
| * | Another try at correctly explaining the difference between Postgres and | Tom Lane | 2003-04-14 | 1 | -9/+16 |
| * | Minor copy-editing. | Tom Lane | 2003-04-14 | 1 | -3/+5 |
| * | Clarify description of our deviation from standard for temp tables, | Tom Lane | 2003-04-14 | 1 | -17/+25 |
| * | Integrate the operator class section into the comprehensive extending SQL | Peter Eisentraut | 2003-04-13 | 3 | -186/+154 |
| * | A couple of minor fixes | Peter Eisentraut | 2003-04-13 | 1 | -31/+33 |
| * | Revision | Peter Eisentraut | 2003-04-11 | 1 | -186/+199 |