Commit 67054701 authored by Bruce Momjian's avatar Bruce Momjian

Add:

> * Inline simple SQL functions to avoid overhead (Tom)
parent 391e1f7b
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Thu Feb 21 22:05:06 EST 2002 Last updated: Thu Feb 21 23:19:21 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -420,6 +420,7 @@ OPTIMIZER / EXECUTOR ...@@ -420,6 +420,7 @@ OPTIMIZER / EXECUTOR
* Missing optimizer selectivities for date, r-tree, etc. [optimizer] * Missing optimizer selectivities for date, r-tree, etc. [optimizer]
* Allow ORDER BY ... LIMIT to select top values without sort or index * Allow ORDER BY ... LIMIT to select top values without sort or index
using a sequential scan for highest/lowest values using a sequential scan for highest/lowest values
* Inline simple SQL functions to avoid overhead (Tom)
MISCELLANEOUS MISCELLANEOUS
......
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