mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Modify:
> * Inline simple SQL functions to avoid overhead (Tom) > * Precompile SQL functions to avoid overhead (Neil Conway)
This commit is contained in:
5
doc/TODO
5
doc/TODO
@@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Fri Feb 22 00:21:53 EST 2002
|
Last updated: Fri Feb 22 00:41:52 EST 2002
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@@ -420,7 +420,8 @@ 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 (Neil Conway)
|
* Inline simple SQL functions to avoid overhead (Tom)
|
||||||
|
* Precompile SQL functions to avoid overhead (Neil Conway)
|
||||||
|
|
||||||
|
|
||||||
MISCELLANEOUS
|
MISCELLANEOUS
|
||||||
|
Reference in New Issue
Block a user