| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-11-14 | Fix misstatement about the required value of SEMVMX. Given our current | Tom 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-14 | Beat some sense into the release notes. | Peter Eisentraut | |
| 2003-11-13 | Add final port reports. | Peter Eisentraut | |
| 2003-11-12 | Documentation cleanup | Peter Eisentraut | |
| 2003-11-12 | Cross-data-type comparisons are now indexable by btrees, pursuant to my | Tom 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-12 | Here's a patch that adds some text mentioning that | Bruce Momjian | |
| RESTRICT is not deferrable to the create table reference page. Stephan Szabo | |||
| 2003-11-10 | Update freenode mention. | Bruce Momjian | |
| 2003-11-10 | Update release notes for polymorphic functions. | Bruce Momjian | |
| 2003-11-10 | Update IRC to mention freenet instead of openprojects. | Bruce Momjian | |
| 2003-11-08 | Adjust file so psql help picks it up properly. | Peter Eisentraut | |
| patch by Kris Jurka | |||
| 2003-11-07 | Typo fix. | Bruce Momjian | |
| 2003-11-06 | Minor copy-editing. | Tom Lane | |
| 2003-11-06 | Implement isolation levels read uncommitted and repeatable read as acting | Peter Eisentraut | |
| like the next higher one. | |||
| 2003-11-05 | Check off UnixWare. | Peter Eisentraut | |
| 2003-11-05 | Minor copy-editing. | Tom Lane | |
| 2003-11-04 | Some copy-editing for 7.4 release notes. | Tom Lane | |
| 2003-11-04 | Give the full syntax rules for subscripting and field selection in the | Tom Lane | |
| proper place, namely the syntax discussion of value expressions. | |||
| 2003-11-04 | Update keywords table. | Peter Eisentraut | |
| 2003-11-04 | Remove unused graphics files. | Peter Eisentraut | |
| 2003-11-04 | Add report about HP-UX 11.00. | Peter Eisentraut | |
| 2003-11-04 | Random copy-editing. | Peter Eisentraut | |
| 2003-11-04 | Copy-editing. | Tom Lane | |
| 2003-11-03 | fix typo. (role_columns_grants -> role_column_grants) | Tatsuo Ishii | |
| 2003-11-02 | Provide a way to run the parallel regression tests with a user-specified | Tom Lane | |
| limit on the number of simultaneous connections. Andrew Dunstan, with review by Tom Lane. | |||
| 2003-11-02 | Fix language. | Peter Eisentraut | |
| 2003-11-02 | Make spelling consistent. | Peter Eisentraut | |
| 2003-11-02 | pg_dumpall doesn't use psql anymore. | Peter Eisentraut | |
| 2003-11-02 | Put --describe-config in the right place. | Peter Eisentraut | |
| 2003-11-02 | Fix name in supported platforms list. | Peter Eisentraut | |
| 2003-11-02 | Complete options help and put it in less random order. | Peter Eisentraut | |
| 2003-11-02 | Call domains "domains", not "derived types". | Peter Eisentraut | |
| 2003-11-02 | Update ports list. | Peter Eisentraut | |
| 2003-11-01 | Spell checking, consistent terminology. | Peter Eisentraut | |
| 2003-10-31 | Rewrite GiST documentation into something actually useful. | Tom Lane | |
| Christopher Kings-Lynne | |||
| 2003-10-31 | Fix broken markup. | Tom Lane | |
| 2003-10-31 | When 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-31 | new protocol, faster startup. | Bruce Momjian | |
| 2003-10-31 | Update for polymorphic functions, needs more work. | Bruce Momjian | |
| 2003-10-31 | MAC OS X => Mac OS X | Bruce Momjian | |
| 2003-10-31 | Release updates suggested by Tom. | Bruce Momjian | |
| 2003-10-31 | Remove <note> take, use another paragraph for description. | Bruce Momjian | |
| 2003-10-31 | Update with more comments. | Bruce Momjian | |
| 2003-10-31 | Use Tcl ByteArray objects to avoid unwanted character set translation | Tom Lane | |
| in libpgtcl's lo_read/lo_write commands. Also, deal correctly with failure return from lo_read(). ljb and Tom Lane. | |||
| 2003-10-30 | Fix markup by using <note> for comments. | Bruce Momjian | |
| 2003-10-30 | More SGML cleanup. | Bruce Momjian | |
| 2003-10-30 | SGML cleanup. | Bruce Momjian | |
| 2003-10-30 | Update SGML release notes with Peter's direction. Does not compile | Bruce Momjian | |
| because of section adjustments still needed. | |||
| 2003-10-30 | Mark release note comments as new subsections rather than footnotes, per | Bruce Momjian | |
| Peter. Remove "Changes" section and pull all sections below it up one level. More comment additions. | |||
| 2003-10-30 | Fix markup for new release footnotes. | Bruce Momjian | |
| 2003-10-30 | Update FAQ_DEV: elog => ereport. | Bruce Momjian | |
