1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Add WAL entry about compression.

This commit is contained in:
Bruce Momjian
2005-04-18 18:30:56 +00:00
parent 07dfdb8dd0
commit 8023b7fa5a
2 changed files with 68 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
Last updated: Mon Apr 18 11:03:14 EDT 2005
Last updated: Mon Apr 18 14:29:53 EDT 2005
</p>
<p>The most recent version of this document can be viewed at the PostgreSQL web<br/>
site, <a href="http://www.PostgreSQL.org">http://www.PostgreSQL.org</a>.
@ -775,6 +775,7 @@ first.
database) in favor of this capability.
</p>
</li><li>Eliminate WAL logging for CREATE TABLE AS when not doing WAL archiving
</li><li>Compress WAL entries [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?wal">wal</a>]
</li></ul>
<h1><a name="section_18">Optimizer / Executor</a></h1>