mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Update TODO list.
This commit is contained in:
parent
27f9d6ee2e
commit
9c2b1a92b5
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Last updated: Mon Jul 30 12:48:40 EDT 2001
|
Last updated: Mon Jul 30 13:58:17 EDT 2001
|
||||||
|
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
|
|
||||||
@ -308,7 +308,8 @@ MISCELLANEOUS
|
|||||||
* Allow logging of query durations
|
* Allow logging of query durations
|
||||||
* Add hash for evaluating GROUP BY aggregates
|
* Add hash for evaluating GROUP BY aggregates
|
||||||
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
|
||||||
* Create spinlock sleepers queue so everyone doesn't wake up at once
|
* Improve spinlock code, perhaps with OS semaphores, sleeper queue, or
|
||||||
|
spining to obtain lock on multi-cpu systems
|
||||||
* Add queue of backends waiting for spinlock
|
* Add queue of backends waiting for spinlock
|
||||||
|
|
||||||
SOURCE CODE
|
SOURCE CODE
|
||||||
|
Loading…
Reference in New Issue
Block a user