|
7 | 7 | branch of PostgreSQL since version 7.3. For a complete list of
|
8 | 8 | changes, consult the CVS logs.
|
9 | 9 |
|
| 10 | + Explicit JOINs no longer constrain query plan, unless |
| 11 | + JOIN_COLLAPSE_LIMIT = 1 |
| 12 | + Performance of "foo IN (SELECT ...)" queries has been considerably |
| 13 | + improved |
| 14 | + FETCH 0 now re-fetches cursor's current row, per SQL spec |
| 15 | + Revised executor state representation; plan trees are read-only |
| 16 | + to executor now |
10 | 17 | Information schema
|
11 | 18 | Domains now support CHECK constraints
|
| 19 | + psql backslash commands for listing conversions, casts, and schemas |
| 20 | + TRUNCATE TABLE is transaction-safe |
| 21 | + CLUSTER can re-cluster a previously clustered table, or all such tables |
| 22 | + Statement-level triggers |
| 23 | + System can use either hash- or sort-based strategy for grouped |
| 24 | + aggregation |
| 25 | + ON COMMIT options for temp tables |
| 26 | + extra_float_digits option allows pg_dump to dump float data accurately |
| 27 | + Long options for psql and pg_dump are now available on all platforms |
| 28 | + Read-only transactions |
| 29 | + Object owners can allow grantees to grant the privilege to others |
| 30 | + (grant option) |
12 | 31 | _________________________________________________________________
|
13 | 32 |
|
14 | 33 | Release 7.3.1
|
@@ -571,6 +590,36 @@ Contrib
|
571 | 590 | Move /contrib/pg_controldata, pg_resetxlog into main tree (Bruce)
|
572 | 591 | Fixes to /contrib/cube (Bruno Wolff)
|
573 | 592 | Improve /contrib/fulltextindex (Christopher)
|
| 593 | + _________________________________________________________________ |
| 594 | + |
| 595 | + Release 7.2.4 |
| 596 | + |
| 597 | + Release date: 2003-01-30 |
| 598 | + |
| 599 | + This has a variety of fixes from 7.2.3, including fixes to prevent |
| 600 | + possible data loss. |
| 601 | + _________________________________________________________________ |
| 602 | + |
| 603 | + Migration to version 7.2.4 |
| 604 | + |
| 605 | + A dump/restore is *not* required for those running 7.2.X. |
| 606 | + _________________________________________________________________ |
| 607 | + |
| 608 | + Changes |
| 609 | + |
| 610 | + Fix some additional cases of VACUUM "No one parent tuple was found" |
| 611 | + error |
| 612 | + Prevent VACUUM from being called inside a function (Bruce) |
| 613 | + Ensure pg_clog updates are sync'd to disk before marking checkpoint |
| 614 | + complete |
| 615 | + Avoid integer overflow during large hash joins |
| 616 | + Make GROUP commands work when pg_group.grolist is large enough |
| 617 | + to be toasted |
| 618 | + Fix errors in datetime tables; some timezone names weren't being |
| 619 | + recognized |
| 620 | + Fix integer overflows in circle_poly(), path_encode(), path_add() |
| 621 | + (Neil) |
| 622 | + Repair long-standing logic errors in lseg_eq(), lseg_ne(), lseg_center() |
574 | 623 | _________________________________________________________________
|
575 | 624 |
|
576 | 625 | Release 7.2.3
|
|
0 commit comments