diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-06-27 02:48:44 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-06-27 02:48:44 +0000 |
commit | 7e741ba39ca8879153560fb9c3abbb45f97a587e (patch) | |
tree | 53c5a4c09a726cc34c5f5034539fe8863506422a | |
parent | b3c0551edaf390ab7bde4ebcc2299d1b0da686c5 (diff) | |
download | postgresql-7e741ba39ca8879153560fb9c3abbb45f97a587e.tar.gz postgresql-7e741ba39ca8879153560fb9c3abbb45f97a587e.zip |
Add:
> * Improve performance for queries with many columns
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed Jun 25 17:56:53 EDT 2003 +Last updated: Thu Jun 26 22:48:39 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -438,7 +438,7 @@ Miscellaneous * Improve caching of attribute offsets when NULLs exist in the row * Add a script to ask system configuration questions and tune postgresql.conf * Allow partitioning of table into multiple subtables -T +* Improve performance for queries with many columns Source Code =========== @@ -463,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.1086 2003/06/25 21:56:55 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1086 2003/06/25 21:56:55 momjian Exp $ +* Change CVS $Id: TODO,v 1.1087 2003/06/27 02:48:44 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1087 2003/06/27 02:48:44 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 |