Commit 0181d9ff authored by Bruce Momjian's avatar Bruce Momjian

Add cachable item.

parent 2fcc9117
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Fri Dec 21 00:27:04 EST 2001 Last updated: Wed Dec 26 18:46:59 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -386,6 +386,8 @@ MISCELLANEOUS ...@@ -386,6 +386,8 @@ MISCELLANEOUS
file descriptor to backend pre-forked for matching database file descriptor to backend pre-forked for matching database
* Nested FULL OUTER JOINs don't work (Tom) * Nested FULL OUTER JOINs don't work (Tom)
* Allow merge and hash joins on expressions not just simple variables (Tom) * Allow merge and hash joins on expressions not just simple variables (Tom)
* Add new pg_proc cachable settings to specify whether function can be
evaluated only once or once per query
SOURCE CODE SOURCE CODE
----------- -----------
......
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