Updated 7.1 items list

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Updated 7.1 items list
Date: 2000-06-14 16:21:24
Message-ID: 200006141621.MAA17679@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is an updated list of the items we have recently discussed:

make separate analyze command
move page/tuple computation into analyze, heap_beginscan updates pages?
run fixinclude and fixnoinclude
make use of new index on pg_index's indrelid
change heapscans to index scans on system tables
remove pg_listener index and don't use cache
remove pg_attrdef? (Tom)
allow pg_dumpall to emit CREATE USER commands
bit type
inheritance
drop column
vacuum index speed
cached query plans
memory context cleanup
TOAST
WAL
fmgr redesign
encrypt pg_shadow passwords using MD5
redesign pg_hba.conf password option to not store passwords
make pg_hba.conf an SQL table and dump as flat file
new location for config files

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

Browse pgsql-hackers by date

  From Date Subject
Next Message Arrigo Triulzi 2000-06-14 16:34:24 New alpha spinlock code passes regression test
Previous Message Tom Lane 2000-06-14 15:36:20 Re: Big 7.1 open items