mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Update TODO list.
This commit is contained in:
parent
b16f6c6b95
commit
98e05cec5b
1 changed files with 3 additions and 1 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun Nov 18 10:32:35 EST 2001
|
||||
Last updated: Sun Nov 18 16:16:56 EST 2001
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -357,6 +357,8 @@ MISCELLANEOUS
|
|||
* Do listen() in postmaster and accept() in pre-forked backend
|
||||
* Have pre-forked backend pre-connect to last requested database or pass
|
||||
file descriptor to backend pre-forked for matching database
|
||||
* Nested FULL OUTER JOINs don't work (Tom)
|
||||
* Allow merge and hash joins on expressions not just simple variables (Tom)
|
||||
|
||||
SOURCE CODE
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue