mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Add item:
> * Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
This commit is contained in:
3
doc/TODO
3
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Tue Apr 23 14:58:56 EDT 2002
|
Last updated: Tue Apr 23 16:26:13 EDT 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -441,6 +441,7 @@ OPTIMIZER / EXECUTOR
|
|||||||
* Inline simple SQL functions to avoid overhead (Tom)
|
* Inline simple SQL functions to avoid overhead (Tom)
|
||||||
* Precompile SQL functions to avoid overhead (Neil Conway)
|
* Precompile SQL functions to avoid overhead (Neil Conway)
|
||||||
* Add utility to compute accurate random_page_cost value
|
* Add utility to compute accurate random_page_cost value
|
||||||
|
* Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
|
||||||
|
|
||||||
MISCELLANEOUS
|
MISCELLANEOUS
|
||||||
-------------
|
-------------
|
||||||
|
Reference in New Issue
Block a user