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

Commit73a947b

Browse files
committed
Update completed items:
> * -Prevent SIGHUP and 'pg_ctl reload' from changing command line> * -Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)> * -Prevent create/drop scripts from allowing extra args (Bruce)> * -Have pg_dump -C dump database location and encoding information
1 parentb4a09ea commit73a947b

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

‎doc/TODO

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Sun Feb2422:37:24 EST 2002
3+
Last updated:Mon Feb25 01:22:48 EST 2002
44

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

@@ -64,7 +64,7 @@ ADMIN
6464
* Remove behavior of postmaster -o after making postmaster/postgres
6565
flags unique
6666
* Allow logging of query durations
67-
* Prevent SIGHUP and 'pg_ctl reload' from changing command line
67+
*-Prevent SIGHUP and 'pg_ctl reload' from changing command line
6868
specified parameters to postgresql.conf defaults
6969

7070

@@ -165,13 +165,13 @@ COMMANDS
165165

166166
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
167167
* Add BETWEEN ASYMMETRIC/SYMMETRIC
168-
* Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
168+
*-Remove LIMIT #,# and force use LIMIT and OFFSET clauses in 7.3 (Bruce)
169169
* Allow LIMIT/OFFSET to use expressions
170170
* Disallow TRUNCATE on tables that are involved in referential constraints
171171
* Add OR REPLACE clauses to non-FUNCTION object creation
172172
* CREATE TABLE AS can not determine column lengths from expressions [atttypmod]
173173
* Allow UPDATE to handle complex aggregates [update]
174-
* Prevent create/drop scripts from allowing extra args (Bruce)
174+
*-Prevent create/drop scripts from allowing extra args (Bruce)
175175
* Allow command blocks to ignore certain types of errors
176176
* Add checks for missing parameters to shell script, to prevent
177177
over-shifting
@@ -244,7 +244,7 @@ CLIENTS
244244

245245
* Have pg_dump use LEFT OUTER JOIN in multi-table SELECTs
246246
or multiple SELECTS to avoid bad system catalog entries
247-
* Have pg_dump -C dump database location and encoding information
247+
*-Have pg_dump -C dump database location and encoding information
248248
* Allow psql \d to show foreign keys
249249
* Allow psql \d to show temporary table structure
250250
* Allow psql to show transaction status if backend protocol changes made
@@ -364,7 +364,6 @@ VACUUM
364364
* Improve speed with indexes (perhaps recreate index instead) [vacuum]
365365
* Reduce lock time by moving tuples with read lock, then write
366366
lock and truncate table [vacuum]
367-
* Add LAZY VACUUM (Vadim) [performance]
368367
* Provide automatic scheduling of background vacuum (Tom)
369368

370369
LOCKING
@@ -451,7 +450,6 @@ SOURCE CODE
451450
* Move some things from /contrib into main tree
452451
* Remove warnings created by -Wcast-align
453452
* Move platform-specific ps status display info from ps_status.c to ports
454-
* Allow ps status display to work on Solaris/SVr4-based systems
455453
* Make one version of simple_prompt() in code (Bruce, Tom)
456454
* Compile in syslog functionaility by default (?)
457455
* Modify regression tests to prevent failures do to minor numeric rounding

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp