mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Modify:
< * Order heap pointers on hash index pages by hash value and ctid > * Allow hash buckets to fill disk pages, rather than being sparse
This commit is contained in:
parent
c7099997ac
commit
741681b7b2
1 changed files with 2 additions and 2 deletions
4
doc/TODO
4
doc/TODO
|
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Wed Jun 9 23:34:55 EDT 2004
|
||||
Last updated: Thu Jun 10 00:06:02 EDT 2004
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
|
@ -147,7 +147,7 @@ Indexes
|
|||
* Add FILLFACTOR to btree index creation
|
||||
* Add concurrency to GIST
|
||||
* Allow a single index to index multiple tables (for inheritance and subtables)
|
||||
* Order heap pointers on hash index pages by hash value and ctid
|
||||
* Allow hash buckets to fill disk pages, rather than being sparse
|
||||
|
||||
|
||||
Commands
|
||||
|
|
|
|||
Loading…
Reference in a new issue