summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2003-11-14Fix misstatement about the required value of SEMVMX. Given our currentTom Lane
usage of PGSemaMagic, the minimum required value is actually 537, but say 1000 just to use a round number. 255 is *not* good enough.
2003-11-14Beat some sense into the release notes.Peter Eisentraut
2003-11-13Add final port reports.Peter Eisentraut
2003-11-12Documentation cleanupPeter Eisentraut
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
pghackers proposal of 8-Nov. All the existing cross-type comparison operators (int2/int4/int8 and float4/float8) have appropriate support. The original proposal of storing the right-hand-side datatype as part of the primary key for pg_amop and pg_amproc got modified a bit in the event; it is easier to store zero as the 'default' case and only store a nonzero when the operator is actually cross-type. Along the way, remove the long-since-defunct bigbox_ops operator class.
2003-11-12Here's a patch that adds some text mentioning thatBruce Momjian
RESTRICT is not deferrable to the create table reference page. Stephan Szabo
2003-11-10Update freenode mention.Bruce Momjian
2003-11-10Update release notes for polymorphic functions.Bruce Momjian
2003-11-10Update IRC to mention freenet instead of openprojects.Bruce Momjian
2003-11-08Adjust file so psql help picks it up properly.Peter Eisentraut
patch by Kris Jurka
2003-11-07Typo fix.Bruce Momjian
2003-11-06Minor copy-editing.Tom Lane
2003-11-06Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut
like the next higher one.
2003-11-05Check off UnixWare.Peter Eisentraut
2003-11-05Minor copy-editing.Tom Lane
2003-11-04Some copy-editing for 7.4 release notes.Tom Lane
2003-11-04Give the full syntax rules for subscripting and field selection in theTom Lane
proper place, namely the syntax discussion of value expressions.
2003-11-04Update keywords table.Peter Eisentraut
2003-11-04Remove unused graphics files.Peter Eisentraut
2003-11-04Add report about HP-UX 11.00.Peter Eisentraut
2003-11-04Random copy-editing.Peter Eisentraut
2003-11-04Copy-editing.Tom Lane
2003-11-03fix typo. (role_columns_grants -> role_column_grants)Tatsuo Ishii
2003-11-02Provide a way to run the parallel regression tests with a user-specifiedTom Lane
limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane.
2003-11-02Fix language.Peter Eisentraut
2003-11-02Make spelling consistent.Peter Eisentraut
2003-11-02pg_dumpall doesn't use psql anymore.Peter Eisentraut
2003-11-02Put --describe-config in the right place.Peter Eisentraut
2003-11-02Fix name in supported platforms list.Peter Eisentraut
2003-11-02Complete options help and put it in less random order.Peter Eisentraut
2003-11-02Call domains "domains", not "derived types".Peter Eisentraut
2003-11-02Update ports list.Peter Eisentraut
2003-11-01Spell checking, consistent terminology.Peter Eisentraut
2003-10-31Rewrite GiST documentation into something actually useful.Tom Lane
Christopher Kings-Lynne
2003-10-31Fix broken markup.Tom Lane
2003-10-31When a superuser does GRANT or REVOKE on an object he doesn't own,Tom Lane
process the command as though it were issued by the object owner. This prevents creating weird scenarios in which the same privileges may appear to flow from different sources, and ensures that a superuser can in fact revoke all privileges if he wants to. In particular this means that the regression tests work when run by a superuser other than the original bootstrap userid. Per report from Larry Rosenman.
2003-10-31new protocol, faster startup.Bruce Momjian
2003-10-31Update for polymorphic functions, needs more work.Bruce Momjian
2003-10-31MAC OS X => Mac OS XBruce Momjian
2003-10-31Release updates suggested by Tom.Bruce Momjian
2003-10-31Remove <note> take, use another paragraph for description.Bruce Momjian
2003-10-31Update with more comments.Bruce Momjian
2003-10-31Use Tcl ByteArray objects to avoid unwanted character set translationTom Lane
in libpgtcl's lo_read/lo_write commands. Also, deal correctly with failure return from lo_read(). ljb and Tom Lane.
2003-10-30Fix markup by using <note> for comments.Bruce Momjian
2003-10-30More SGML cleanup.Bruce Momjian
2003-10-30SGML cleanup.Bruce Momjian
2003-10-30Update SGML release notes with Peter's direction. Does not compileBruce Momjian
because of section adjustments still needed.
2003-10-30Mark release note comments as new subsections rather than footnotes, perBruce Momjian
Peter. Remove "Changes" section and pull all sections below it up one level. More comment additions.
2003-10-30Fix markup for new release footnotes.Bruce Momjian
2003-10-30Update FAQ_DEV: elog => ereport.Bruce Momjian