Commit cf35a704 authored by Bruce Momjian's avatar Bruce Momjian

Large objects in single "table".

parent 708c1114
......@@ -170,7 +170,7 @@ Write-Ahead Log (WAL) to provide crash recovery with less performance
ANALYZE stage of VACUUM no longer exclusively locks table (Bruce)
Reduced file seeks (Denis Perchine)
Improve BTREE code for duplicate keys (Tom)
Store all large objects in a single operating system file (Denis Perchine, Tom)
Store all large objects in a single table (Denis Perchine, Tom)
Improve memory allocation performance (Karel, Tom)
Source Code
......
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.65 2000/12/18 04:20:44 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.66 2000/12/18 04:32:09 momjian Exp $
-->
<chapter id="release">
......@@ -246,7 +246,7 @@ Write-Ahead Log (WAL) to provide crash recovery with less performance
ANALYZE stage of VACUUM no longer exclusively locks table (Bruce)
Reduced file seeks (Denis Perchine)
Improve BTREE code for duplicate keys (Tom)
Store all large objects in a single operating system file (Denis Perchine, Tom)
Store all large objects in a single table (Denis Perchine, Tom)
Improve memory allocation performance (Karel, Tom)
Source Code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment