]> granicus.if.org Git - postgresql/history - doc
Small changes to use the absolute path to system catalogs.
[postgresql] / doc /
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-15 Peter EisentrautIndexing support for pattern matching operations via...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-05-09 Tom LaneImplement array_send/array_recv (binary I/O for arrays...
2003-05-09 Tom LaneCOPY BINARY uses the new binary I/O routines. Update...
2003-05-08 Tom LaneReinstate pg_type's typsend and typreceive columns...
2003-05-08 Tom LaneFix documentation problem pointed out by Barry Lind...
2003-05-07 Tom LaneUpdate COPY BINARY file format spec to reflect recent...
2003-05-07 Tom LaneRevise protocol doc for recently-agreed modifications...
2003-05-07 Tom LaneFix erroneous example, per Tim Knowles.
2003-05-06 Tom LaneMinor editorializing.
2003-05-06 Tom LaneAdd display of eventual result RowDescription (if any...
2003-05-05 Tom LaneProvide a real link to CREATE SEQUENCE's reference...
2003-05-05 Tom LaneExtended query protocol: parse, bind, execute, describe...
2003-05-04 Peter EisentrautLast round of reference page editing.
2003-05-04 Tom LaneWhen a TIMESTAMP, TIME, or INTERVAL precision is specif...
2003-05-02 Tom LanePortal and memory management infrastructure for extende...
2003-05-01 Tom LaneDocumentation refers to box() function where it should...
2003-04-29 Tom LaneCode review for holdable-cursors patch. Fix error...
2003-04-28 Bruce MomjianUpdate German FAQ, from Ian Barwick
2003-04-28 Tom LaneMinor wordsmithing on .pgpass description.
2003-04-28 Tom LaneMinor improvement in wording.
2003-04-28 Tom LaneOkay, I've had it with PQsetdbLogin having slightly...
2003-04-27 Tom LaneFix plpgsql so that variables of composite types (rowty...
2003-04-26 Peter EisentrautEditing of more reference pages.
2003-04-26 Tom LaneAdd transaction status field to ReadyForQuery messages...
2003-04-25 Tom LaneIn the continuing saga of FE/BE protocol revisions...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-22 Bruce MomjianUpdate CVS with new FAQ.
2003-04-22 Peter EisentrautMore editing of reference pages.
2003-04-22 Tom LaneAnother round of protocol changes. Backend-to-frontend...
2003-04-21 Bruce MomjianAdd mention of Novell Netware 6 port.
2003-04-20 Bruce MomjianMake it clear it is the server version that determines...
2003-04-19 Bruce MomjianAdd pipe parameter to COPY function to allow proper...
2003-04-19 Tom LaneSecond round of FE/BE protocol changes. Frontend-...
2003-04-17 Tom LaneFirst phase of FE/BE protocol modifications: new Startu...
2003-04-17 Bruce MomjianMake pg_dump's concurency capability more prominent.
2003-04-16 Tom LaneVarious clarifications; add a clear DRAFT marker; minor...
2003-04-16 Bruce MomjianAdd mention of OpenProjects IRC channel. It is as...
2003-04-15 Tom LaneFirst draft of revised FE/BE protocol specification...
2003-04-15 Bruce MomjianUpdate Japanese FAQ, from Jun Kuwamura.
2003-04-15 Peter EisentrautChange names of ISO-8859-x encodings to ISO_8859_x...
2003-04-15 Peter EisentrautBring SQL ref pages to consistent format, part 1.
2003-04-15 Peter EisentrautAdd better markup and improve some text here and there.
2003-04-14 Tom LaneAnother try at correctly explaining the difference...
2003-04-14 Tom LaneMinor copy-editing.
2003-04-14 Tom LaneClarify description of our deviation from standard...
2003-04-13 Peter EisentrautIntegrate the operator class section into the comprehen...
2003-04-13 Peter EisentrautA couple of minor fixes
2003-04-11 Peter EisentrautRevision
2003-04-11 Peter EisentrautRevision
2003-04-10 Peter EisentrautIn an effort to reduce the total number of chapters...
2003-04-07 Peter EisentrautGeneral editing
2003-04-06 Peter EisentrautFix markup.
2003-04-06 Tom LaneClarify exactly when DST-changeover-induced regression...
2003-04-04 Tom LaneCode review for pg_stat_get_backend_activity_start...
2003-04-03 Tom LaneRemove zero_damaged_pages from postgresql.conf.sample...
2003-04-02 Bruce MomjianDone in previous release:
2003-04-01 Bruce MomjianUpdate Russian FAQ, from Viktor Vislobokov
2003-03-30 Tom LaneFix broken markup.
2003-03-28 Tom LaneAdd code to apply some simple sanity checks to the...
2003-03-28 Bruce MomjianFix number of columns in SGML, from Weiping He
2003-03-27 Bruce MomjianThis patch implements holdable cursors, following the...
2003-03-27 Bruce MomjianRemove email file.
2003-03-27 Bruce MomjianDone:
2003-03-27 Bruce Momjian* Make pg_get_triggerdef documentation consistent with...
2003-03-27 Bruce Momjianto_char fixes, Karel Zak
2003-03-25 Peter EisentrautMerge documentation into one book. (Build with "make...
2003-03-25 Bruce MomjianI mean, bison 1.875. :-)
2003-03-25 Bruce MomjianMention bison 1.85 is now required.
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-24 Bruce MomjianPrevent multiple queries in a single string into a...
2003-03-24 Peter EisentrautAnother big editing pass for consistent content and...
2003-03-23 Tom LaneInstead of storing pg_statistic stavalues entries as...
2003-03-22 Bruce MomjianAdd PQfreemem() call for Win32.
2003-03-21 Bruce MomjianAdd hostmask() function:
2003-03-21 Bruce MomjianRemove mention of transactions for insensitive cursors.
2003-03-21 Bruce MomjianDone:
2003-03-21 Tom LaneReimplement NUMERIC datatype using base-10000 arithmeti...
2003-03-20 Bruce MomjianThis is not the only place in the system catalogs where...
2003-03-20 Bruce MomjianThe documentation for SELECT is incorrect in a sense...
2003-03-20 Bruce MomjianThis patch creates a function named pg_get_triggerdef...
2003-03-20 Bruce MomjianNow that the CLUSTER ALL machinery is in place, the...
2003-03-20 Bruce MomjianAdd ALTER TABLE <tablename> CLUSTER ON <indexname>
2003-03-20 Bruce MomjianIt would also be handy if users could see their own...
2003-03-20 Bruce MomjianFix typo in SGML tags.
2003-03-20 Bruce MomjianRe-add type conversion examples.
2003-03-20 Bruce MomjianTodo items:
2003-03-20 Bruce MomjianDone:
2003-03-20 Bruce MomjianPGRES_POLLING_ACTIVE is unused, keep for backward compa...
2003-03-20 Bruce Momjian(Now featuring documentation: fixed some typos, expande...
2003-03-20 Bruce Momjian> I can see a couple possible downsides: (a) the librar...
2003-03-20 Bruce MomjianMinor doc patch: create function
2003-03-20 Bruce MomjianItem done:
2003-03-20 Bruce MomjianAdd start time to pg_stat_activity
2003-03-19 Bruce MomjianRemove typecasting section that isn't needed anymore.
2003-03-19 Bruce MomjianFix typo:
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...
2003-03-18 Bruce MomjianRemove duplicate ANALYZE recommendation in pg_dump.
2003-03-18 Bruce MomjianAdd to mmap discussion.
next