Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb4c0b19

Browse files
committed
Not needed:
< float4, numeric/decimal too [optimizer]> float4, numeric/decimal too422c422< * Missing optimizer selectivities for date, r-tree, etc. [optimizer]> * Missing optimizer selectivities for date, r-tree, etc
1 parentb3fbb4b commitb4c0b19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Thu Feb 12 12:32:33 EST 2004
3+
Last updated:Thu Feb 12 12:38:45 EST 2004
44

55
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -146,7 +146,7 @@ Indexes
146146
* Use bitmaps to combine existing indexes [performance]
147147
* Allow use of indexes to search for NULLs
148148
* Allow SELECT * FROM tab WHERE int2col = 4 to use int2col index, int8,
149-
float4, numeric/decimal too [optimizer]
149+
float4, numeric/decimal too
150150
* Add FILLFACTOR to btree index creation
151151
* Add concurrency to GIST
152152
* Allow a single index to index multiple tables (for inheritance and subtables)
@@ -419,7 +419,7 @@ Write-Ahead Log
419419
Optimizer / Executor
420420
====================
421421

422-
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
422+
* Missing optimizer selectivities for date, r-tree, etc
423423
* Allow ORDER BY ... LIMIT to select top values without sort or index
424424
using a sequential scan for highest/lowest values (Oleg)
425425
* Precompile SQL functions to avoid overhead (Neil)
@@ -464,7 +464,7 @@ Source Code
464464
* Acquire lock on a relation before building a relcache entry for it
465465
* Research interaction of setitimer() and sleep() used by statement_timeout
466466
* -Add checks for fclose() failure (Tom)
467-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1204 2004/02/12 17:32:38 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1204 2004/02/12 17:32:38 momjian Exp $
467+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1205 2004/02/12 17:38:50 momjian Exp $
468468
* Exit postmaster if postgresql.conf can not be opened
469469
* Rename /scripts directory because they are all C programs now
470470
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp