aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-06-05 02:47:13 +0000
committerBruce Momjian <bruce@momjian.us>1999-06-05 02:47:13 +0000
commitbafe9e500d42cc4c105373e69b779705d0f0e495 (patch)
tree92a700bfa8516ae95841843359176212c7ba9497
parent857c0793042b1818ca1707d0abf7dcfa660fca9e (diff)
downloadpostgresql-bafe9e500d42cc4c105373e69b779705d0f0e495.tar.gz
postgresql-bafe9e500d42cc4c105373e69b779705d0f0e495.zip
Update with more TODO items.
-rw-r--r--doc/src/sgml/mvcc.sgml3
-rw-r--r--doc/src/sgml/release.sgml6
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/src/sgml/mvcc.sgml b/doc/src/sgml/mvcc.sgml
index 2ce81ace1ac..40430b4fcc0 100644
--- a/doc/src/sgml/mvcc.sgml
+++ b/doc/src/sgml/mvcc.sgml
@@ -215,8 +215,7 @@
<para>
<firstterm>Serializable</firstterm> provides the highest transaction isolation.
- When a
- transaction is on the serializable level,
+ When a transaction is on the serializable level,
a query sees only data
committed before the transaction began and never see either dirty data
or concurrent transaction changes committed during transaction
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml
index 9a309d26f31..312fccbefb3 100644
--- a/doc/src/sgml/release.sgml
+++ b/doc/src/sgml/release.sgml
@@ -276,6 +276,10 @@ DEFAULT now supports mixed-case identifiers(Tom)
Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde)
Disable use of pg_dump with both -o and -d options(Bruce)
Allow pg_dump to properly dump GROUP permissions(Bruce)
+Fix GROUP BY in INSERT INTO table SELECT * FROM table2(Jan)
+Fix for computations in views(Jan)
+Fix for aggregates on array indexes(Tom)
+Fix for DEFAULT handles single quotes in value requiring too many quotes
Enhancements
------------
@@ -356,6 +360,8 @@ backend cache, memory speedups(Tom)
have pg_dump do everything in one snapshot transaction(Vadim)
fix for large object memory leakage, fix for pg_dumping(Tom)
INET type now respects netmask for comparisons
+Make VACUUM ANALYZE only use a readlock(Vadim)
+Allow VIEWs on UNIONS(Jan)
Source Tree Changes
-------------------