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

Commit4ba4b4a

Browse files
committed
Mark as done:
> o -Add ALTER TABLE tab SET WITHOUT OIDS (Rod)> o -Allow CLUSTER to cluster all tables (Alvaro Herrera)> * -Allow pg_dump to dump a specific schema (Neil Conway)> * -Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS (Tom)> * Rod is Rod Taylor <pg@rbt.ca)>
1 parent92a7ef9 commit4ba4b4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎doc/TODO

Lines changed: 6 additions & 6 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:36:55 EST 2003
3+
Last updated:Mon Feb 17 13:46:07 EST 2003
44

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

@@ -176,12 +176,12 @@ Commands
176176
rows with DEFAULT value
177177
o ALTER TABLE ADD COLUMN column SERIAL doesn't create sequence because
178178
of the item above
179-
o Add ALTER TABLE tab SET WITHOUT OIDS
179+
o-Add ALTER TABLE tab SET WITHOUT OIDS (Rod)
180180
* Add ALTER SEQUENCE to modify min/max/increment/cache/cycle values
181181

182182
* CLUSTER
183183
o Automatically maintain clustering on a table
184-
o Allow CLUSTER to cluster all tables, remove clusterdb
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
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[exists]
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)
@@ -482,7 +482,7 @@ Developers who have claimed items are:
482482
* Peter M is Peter T Mount <peter@retep.org.uk> of Retep Software
483483
* Peter E is Peter Eisentraut <peter_e@gmx.net>
484484
* Philip is Philip Warner <pjw@rhyme.com.au> of Albatross Consulting Pty. Ltd.
485-
* Rod is Rod Taylor <rbt@zort.ca>
485+
* Rod is Rod Taylor <pg@rbt.ca)>
486486
* Ross is Ross J. Reedstrom <reedstrm@wallace.ece.rice.edu>
487487
* Stephan is Stephan Szabo <sszabo@megazone23.bigpanda.com>
488488
* Tatsuo is Tatsuo Ishii <t-ishii@sra.co.jp> of Software Research Assoc.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp