mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Add:
> * Automatically place fixed-width, NOT NULL columns first in a table
This commit is contained in:
parent
e8902f00cc
commit
c1fad341b4
5
doc/TODO
5
doc/TODO
@ -1,6 +1,6 @@
|
||||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Fri Jun 27 00:35:34 EDT 2003
|
||||
Last updated: Sat Jun 28 14:05:02 EDT 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
@ -354,6 +354,7 @@ Cache
|
||||
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
|
||||
* Make blind writes go through the file descriptor cache
|
||||
* Cache last known per-tuple offsets to speed long tuple access
|
||||
* Automatically place fixed-width, NOT NULL columns first in a table
|
||||
* Consider using MVCC to cache count(*) queries with no WHERE clause
|
||||
|
||||
|
||||
@ -462,7 +463,7 @@ Source Code
|
||||
* Acquire lock on a relation before building a relcache entry for it
|
||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||
* Add checks for fclose() failure
|
||||
* Change CVS $Id: TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1088 2003/06/27 04:35:41 momjian Exp $
|
||||
* Change CVS $Id: TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1089 2003/06/28 18:05:12 momjian Exp $
|
||||
* Exit postmaster if postgresql.conf can not be opened
|
||||
* Rename /scripts directory because they are all C programs now
|
||||
* Allow the regression tests to start postmaster with -i so the tests
|
||||
|
Loading…
Reference in New Issue
Block a user