summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-1/+1
* Indexing support for pattern matching operations via separate operatorPeter Eisentraut2003-05-154-36/+57
* Backend support for autocommit removed, per recent discussions. TheTom Lane2003-05-147-80/+21
* Implement array_send/array_recv (binary I/O for arrays). This exposedTom Lane2003-05-091-7/+12
* COPY BINARY uses the new binary I/O routines. Update a few more datatypesTom Lane2003-05-091-18/+12
* Reinstate pg_type's typsend and typreceive columns. They don't do muchTom Lane2003-05-082-99/+176
* Fix documentation problem pointed out by Barry Lind: code expected aTom Lane2003-05-081-4/+6
* Update COPY BINARY file format spec to reflect recent decisions aboutTom Lane2003-05-071-87/+40
* Revise protocol doc for recently-agreed modifications. This is theTom Lane2003-05-071-284/+343
* Fix erroneous example, per Tim Knowles.Tom Lane2003-05-071-2/+2
* Minor editorializing.Tom Lane2003-05-061-9/+12
* Add display of eventual result RowDescription (if any) to the outputTom Lane2003-05-061-14/+22
* Provide a real link to CREATE SEQUENCE's reference page in nextval/setvalTom Lane2003-05-051-2/+2
* Extended query protocol: parse, bind, execute, describe FE/BE messages.Tom Lane2003-05-051-20/+74
* Last round of reference page editing.Peter Eisentraut2003-05-0431-4452/+3240
* When a TIMESTAMP, TIME, or INTERVAL precision is specified larger than ourTom Lane2003-05-042-10/+16
* Portal and memory management infrastructure for extended query protocol.Tom Lane2003-05-021-12/+1
* Documentation refers to box() function where it should say box_intersect().Tom Lane2003-05-011-3/+3
* Code review for holdable-cursors patch. Fix error recovery, memoryTom Lane2003-04-291-13/+17
* Update German FAQ, from Ian BarwickBruce Momjian2003-04-282-22/+34
* Minor wordsmithing on .pgpass description.Tom Lane2003-04-281-5/+8
* Minor improvement in wording.Tom Lane2003-04-281-2/+2
* Okay, I've had it with PQsetdbLogin having slightly different defaultsTom Lane2003-04-281-20/+73
* Fix plpgsql so that variables of composite types (rowtypes) can beTom Lane2003-04-271-8/+12
* Editing of more reference pages.Peter Eisentraut2003-04-2621-2691/+1663
* Add transaction status field to ReadyForQuery messages, and make roomTom Lane2003-04-261-2/+12
* In the continuing saga of FE/BE protocol revisions, add reporting ofTom Lane2003-04-253-31/+89
* Infrastructure for upgraded error reporting mechanism. elog.c isTom Lane2003-04-241-1/+9
* Update CVS with new FAQ.Bruce Momjian2003-04-222-16/+20
* More editing of reference pages.Peter Eisentraut2003-04-2221-3499/+2448
* Another round of protocol changes. Backend-to-frontend messages now allTom Lane2003-04-222-36/+76
* Add mention of Novell Netware 6 port.Bruce Momjian2003-04-211-1/+3
* Make it clear it is the server version that determines if crlf is used. Idea...Bruce Momjian2003-04-201-3/+4
* Add pipe parameter to COPY function to allow proper line termination.Bruce Momjian2003-04-191-10/+10
* Second round of FE/BE protocol changes. Frontend->backend messages nowTom Lane2003-04-192-110/+73
* First phase of FE/BE protocol modifications: new StartupPacket layoutTom Lane2003-04-171-11/+8
* Make pg_dump's concurency capability more prominent.Bruce Momjian2003-04-171-34/+33
* Various clarifications; add a clear DRAFT marker; minor adjustments inTom Lane2003-04-161-30/+70
* Add mention of OpenProjects IRC channel. It is as large as EFNet now.Bruce Momjian2003-04-161-3/+4
* First draft of revised FE/BE protocol specification. Still needs work,Tom Lane2003-04-151-345/+2105
* Update Japanese FAQ, from Jun Kuwamura.Bruce Momjian2003-04-152-1193/+1337
* Change names of ISO-8859-x encodings to ISO_8859_x, to match reality.Peter Eisentraut2003-04-151-5/+5
* Bring SQL ref pages to consistent format, part 1.Peter Eisentraut2003-04-1514-1793/+1257
* Add better markup and improve some text here and there.Peter Eisentraut2003-04-151-792/+908
* Another try at correctly explaining the difference between Postgres andTom Lane2003-04-141-9/+16
* Minor copy-editing.Tom Lane2003-04-141-3/+5
* Clarify description of our deviation from standard for temp tables,Tom Lane2003-04-141-17/+25
* Integrate the operator class section into the comprehensive extending SQLPeter Eisentraut2003-04-133-186/+154
* A couple of minor fixesPeter Eisentraut2003-04-131-31/+33
* RevisionPeter Eisentraut2003-04-111-186/+199