Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4c1c2 commit 4633ee2Copy full SHA for 4633ee2
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Fri Feb 22 00:21:53 EST 2002
+Last updated: Fri Feb 22 00:41:52 EST 2002
4
5
Current maintainer: Bruce Momjian ([email protected])
6
@@ -420,7 +420,8 @@ OPTIMIZER / EXECUTOR
420
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
421
* Allow ORDER BY ... LIMIT to select top values without sort or index
422
using a sequential scan for highest/lowest values
423
-* Inline simple SQL functions to avoid overhead (Neil Conway)
+* Inline simple SQL functions to avoid overhead (Tom)
424
+* Precompile SQL functions to avoid overhead (Neil Conway)
425
426
427
MISCELLANEOUS
0 commit comments