]> granicus.if.org Git - postgresql/commit
Reorder items and mark some as completed.
authorBruce Momjian <bruce@momjian.us>
Sat, 8 Mar 2003 03:03:49 +0000 (03:03 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 8 Mar 2003 03:03:49 +0000 (03:03 +0000)
commitb4bb288e5b971260a4da04e2e99b4c272d4cb0ab
tree9b540e2915c96d4d70e9278e88383ca27d0d9360
parent6ee060f201c4434157fd5e726e9ecc7b0c14d1dd
Reorder items and mark some as completed.

> * Allow savepoints / nested transactions [transactions] (Bruce)
215d210
<  o Add GUC parameter to control the maximum number of rewrite cycles
227,228c222
<  o Allow parameters to be specified by name and type during
<    definition
>  o Allow parameters to be specified by name and type during definition
304,305d297
< * Overhaul bufmgr/lockmgr/transaction manager
< * Allow savepoints / nested transactions [transactions] (Bruce)
386,387c378,379
< * Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
<   that are too frequent
> * -Add checkpoint_min_warning postgresql.conf option to warn about checkpoints
>   that are too frequent (Bruce)
390d381
< * Allow pg_xlog to be moved without symlinks
406c397
< * Precompile SQL functions to avoid overhead (Neil)
> * -Precompile SQL functions to avoid overhead (Neil)
doc/TODO