Skip to content

Commit bafe9e5

Browse files
committed
Update with more TODO items.
1 parent 857c079 commit bafe9e5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@
215215

216216
<para>
217217
<firstterm>Serializable</firstterm> provides the highest transaction isolation.
218-
When a
219-
transaction is on the serializable level,
218+
When a transaction is on the serializable level,
220219
a query sees only data
221220
committed before the transaction began and never see either dirty data
222221
or concurrent transaction changes committed during transaction

doc/src/sgml/release.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,10 @@ DEFAULT now supports mixed-case identifiers(Tom)
276276
Fix for multi-segment uses of DROP/RENAME table, indexes(Ole Gjerde)
277277
Disable use of pg_dump with both -o and -d options(Bruce)
278278
Allow pg_dump to properly dump GROUP permissions(Bruce)
279+
Fix GROUP BY in INSERT INTO table SELECT * FROM table2(Jan)
280+
Fix for computations in views(Jan)
281+
Fix for aggregates on array indexes(Tom)
282+
Fix for DEFAULT handles single quotes in value requiring too many quotes
279283

280284
Enhancements
281285
------------
@@ -356,6 +360,8 @@ backend cache, memory speedups(Tom)
356360
have pg_dump do everything in one snapshot transaction(Vadim)
357361
fix for large object memory leakage, fix for pg_dumping(Tom)
358362
INET type now respects netmask for comparisons
363+
Make VACUUM ANALYZE only use a readlock(Vadim)
364+
Allow VIEWs on UNIONS(Jan)
359365

360366
Source Tree Changes
361367
-------------------

0 commit comments

Comments
 (0)