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

Commita8ed5dc

Browse files
committed
Update marks:
< o Allow CLUSTER to cluster all tables (Alvaro Herrera)> o -Allow CLUSTER to cluster all tables (Alvaro Herrera)243c243< * Allow pg_dump to dump a specific schema (Neil Conway)> * -Allow pg_dump to dump a specific schema (Neil Conway)398c398< * Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)> * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
1 parentfa4574e commita8ed5dc

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:Mon Feb 17 13:46:07 EST 2003
3+
Last updated:Mon Feb 17 13:48:20 EST 2003
44

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

@@ -181,7 +181,7 @@ Commands
181181

182182
* CLUSTER
183183
o Automatically maintain clustering on a table
184-
o Allow CLUSTER to cluster all tables (Alvaro Herrera)
184+
o-Allow CLUSTER to cluster all tables (Alvaro Herrera)
185185

186186
* COPY
187187
o Allow dump/load of CSV format
@@ -240,7 +240,7 @@ Clients
240240
* Allow psql to show transaction status if backend protocol changes made
241241
* Add XML interface: psql, pg_dump, COPY, separate server (?)
242242
* -Add schema, cast, and conversion backslash commands to psql (Christopher)
243-
* Allow pg_dump to dump a specific schema (Neil Conway)
243+
*-Allow pg_dump to dump a specific schema (Neil Conway)
244244
* Allow psql to do table completion for SELECT * FROM schema_part and
245245
table completion for SELECT * FROM schema_name.
246246

@@ -395,7 +395,7 @@ Optimizer / Executor
395395
* Allow Subplans to use efficient joins(hash, merge) with upper variable
396396
* -Add hash for evaluating GROUP BY aggregates (Tom)
397397
* Allow merge and hash joins on expressions not just simple variables (Tom)
398-
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
398+
*-Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)
399399
* Missing optimizer selectivities for date, r-tree, etc. [optimizer]
400400
* Allow ORDER BY ... LIMIT to select top values without sort or index
401401
using a sequential scan for highest/lowest values (Oleg)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp