File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ Write-Ahead Log (WAL) to provide crash recovery with less performance
170
170
ANALYZE stage of VACUUM no longer exclusively locks table (Bruce)
171
171
Reduced file seeks (Denis Perchine)
172
172
Improve BTREE code for duplicate keys (Tom)
173
- Store all large objects in a single operating system file (Denis Perchine, Tom)
173
+ Store all large objects in a single table (Denis Perchine, Tom)
174
174
Improve memory allocation performance (Karel, Tom)
175
175
176
176
Source Code
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.65 2000/12/18 04:20:44 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.66 2000/12/18 04:32:09 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="release">
@@ -246,7 +246,7 @@ Write-Ahead Log (WAL) to provide crash recovery with less performance
246
246
ANALYZE stage of VACUUM no longer exclusively locks table (Bruce)
247
247
Reduced file seeks (Denis Perchine)
248
248
Improve BTREE code for duplicate keys (Tom)
249
- Store all large objects in a single operating system file (Denis Perchine, Tom)
249
+ Store all large objects in a single table (Denis Perchine, Tom)
250
250
Improve memory allocation performance (Karel, Tom)
251
251
252
252
Source Code
You can’t perform that action at this time.
0 commit comments