1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Update with more TODO items.

This commit is contained in:
Bruce Momjian
1999-06-05 02:47:13 +00:00
parent 857c079304
commit bafe9e500d
2 changed files with 7 additions and 2 deletions

View File

@ -215,8 +215,7 @@
<para> <para>
<firstterm>Serializable</firstterm> provides the highest transaction isolation. <firstterm>Serializable</firstterm> provides the highest transaction isolation.
When a When a transaction is on the serializable level,
transaction is on the serializable level,
a query sees only data a query sees only data
committed before the transaction began and never see either dirty data committed before the transaction began and never see either dirty data
or concurrent transaction changes committed during transaction or concurrent transaction changes committed during transaction

View File

@ -276,6 +276,10 @@ DEFAULT now supports mixed-case identifiers(Tom)
Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde) Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde)
Disable use of pg_dump with both -o and -d options(Bruce) Disable use of pg_dump with both -o and -d options(Bruce)
Allow pg_dump to properly dump GROUP permissions(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 Enhancements
------------ ------------
@ -356,6 +360,8 @@ backend cache, memory speedups(Tom)
have pg_dump do everything in one snapshot transaction(Vadim) have pg_dump do everything in one snapshot transaction(Vadim)
fix for large object memory leakage, fix for pg_dumping(Tom) fix for large object memory leakage, fix for pg_dumping(Tom)
INET type now respects netmask for comparisons INET type now respects netmask for comparisons
Make VACUUM ANALYZE only use a readlock(Vadim)
Allow VIEWs on UNIONS(Jan)
Source Tree Changes Source Tree Changes
------------------- -------------------