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

Commitc215902

Browse files
committed
Update from Neil Conway:
< * Add floor(float8) and other missing functions> * -Add floor(float8) and other missing functions174c174< * Improve concurrency of hash indexes (Neil Conway)> * Improve concurrency of hash indexes (Neil)277c277< o Allow array declarations and other data types in PL/PgSQl DECLARE> o Allow array declarations and other data types in PL/PgSQL DECLARE293c293< * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)> * -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)474c474< * Precompile SQL functions to avoid overhead (Neil Conway)> * Precompile SQL functions to avoid overhead (Neil)549c549< * Neil is Neil Conway <nconway@klamath.dyndns.org>> * Neil is Neil Conway <neilc@samurai.com>
1 parent323e03a commitc215902

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎doc/TODO

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated:Fri Oct25 15:02:55 EDT 2002
3+
Last updated:Mon Oct28 15:05:02 EST 2002
44

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

@@ -89,7 +89,7 @@ Data Types
8989
* Allow INET subnet tests using non-constants
9090
* -Allow bytea to handle LIKE with non-TEXT patterns
9191
* -to_char(0,'FM999.99') returns a period, to_char(1,'FM999.99') doesn't (Karel)
92-
* Add floor(float8) and other missing functions
92+
*-Add floor(float8) and other missing functions
9393
* Add now("transaction|statement|clock") functionality
9494

9595
* CONVERSION
@@ -171,7 +171,7 @@ Indexes
171171
float4, numeric/decimal too [optimizer]
172172
* Add FILLFACTOR to btree index creation
173173
* Improve concurrency in GIST
174-
* Improve concurrency of hash indexes (Neil Conway)
174+
* Improve concurrency of hash indexes (Neil)
175175
* -Test hash index performance and discourage usage
176176

177177

@@ -274,7 +274,7 @@ Commands
274274
o Allow function parameters to be passed by name,
275275
get_employee_salary(emp_id => 12345, tax_year => 2001)
276276
o Add PL/PgSQL packages
277-
o Allow array declarations and other data types in PL/PgSQl DECLARE
277+
o Allow array declarations and other data types in PL/PgSQL DECLARE
278278
o Add PL/PgSQL PROCEDURES that can return multiple values
279279
o Add table function support to pltcl, plperl, plpython
280280
o Make PL/PgSQL %TYPE schema-aware
@@ -290,7 +290,7 @@ Clients
290290
* -Allow psql \d to show temporary table structure (Tom)
291291
* Allow psql to show transaction status if backend protocol changes made
292292
* Add XML interface: psql, pg_dump, COPY, separate server (?)
293-
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil Conway)
293+
* -Have pg_dump use ADD PRIMARY KEY after COPY, for performance (Neil)
294294
* Add schema, cast, and conversion backslash commands to psql
295295
* Allow pg_dump to dump a specific schema
296296

@@ -471,7 +471,7 @@ Optimizer / Executor
471471
* Allow ORDER BY ... LIMIT to select top values without sort or index
472472
using a sequential scan for highest/lowest values (Oleg)
473473
* Inline simple SQL functions to avoid overhead (Tom)
474-
* Precompile SQL functions to avoid overhead (Neil Conway)
474+
* Precompile SQL functions to avoid overhead (Neil)
475475
* Add utility to compute accurate random_page_cost value
476476
* Improve ability to display optimizer analysis using OPTIMIZER_DEBUG
477477
* Use CHECK constraints to improve optimizer decisions
@@ -546,7 +546,7 @@ Developers who have claimed items are:
546546
* Mark is Mark Hollomon <mhh@mindspring.com>
547547
* Marko is Marko Kreen <marko@l-t.ee>
548548
* Michael is Michael Meskes <meskes@postgresql.org>
549-
* Neil is Neil Conway <nconway@klamath.dyndns.org>
549+
* Neil is Neil Conway <neilc@samurai.com>
550550
* Oleg is Oleg Bartunov <oleg@sai.msu.su>
551551
* Peter M is Peter T Mount <peter@retep.org.uk>
552552
* Peter E is Peter Eisentraut <peter_e@gmx.net>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp