Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6abde4d

Browse files
committed
Update as done:
< * Allow easy display of usernames in a group > * -Allow easy display of usernames in a group 88,89d87 < * -Delay resolution of array expression type so assignment coercion < can be performed on empty array expressions (Joe) 94c92,94 < o Support construction of array result values in expressions > o -Support construction of array result values in expressions (Joe) > o Delay resolution of array expression type so assignment coercion > can be performed on empty array expressions (Joe) 148c148 < * Allow LIKE indexing optimization for non-ASCII locales > * -Allow LIKE indexing optimization for non-ASCII locales using special index 173c173 < * Return proper effected tuple count from complex commands [return] > * -Return proper effected tuple count from complex commands [return] 236c236 < o Allow SHOW of non-modifiable variables, like pg_controldata > o -Allow SHOW of some non-modifiable variables, like pg_controldata 257a258 > o Add capability to create and call PROCEDURES 272c273 < > * Allow psql \du to show groups, and add \dg for groups 424c425 < * Improve Subplan list handling > * -Improve Subplan list handling
1 parent d58b01a commit 6abde4d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/TODO

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Aug 8 12:34:37 EDT 2003
3+
Last updated: Fri Aug 8 13:12:55 EDT 2003
44

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

@@ -48,7 +48,7 @@ Administration
4848
or postmaster startup (Bruce)
4949
* Remove behavior of postmaster -o after making postmaster/postgres
5050
flags unique
51-
* Allow easy display of usernames in a group
51+
* -Allow easy display of usernames in a group
5252
* Allow configuration files to be specified in a different directory
5353
* -Add start time to pg_stat_activity
5454
* Allow limits on per-db/user connections
@@ -85,13 +85,13 @@ Data Types
8585
from making invalid dates valid
8686
* -Prevent month/day swapping of ISO dates to make invalid dates valid
8787
* Have initdb set DateStyle based on locale?
88-
* -Delay resolution of array expression type so assignment coercion
89-
can be performed on empty array expressions (Joe)
9088

9189
* ARRAYS
9290
o Allow nulls in arrays
9391
o -Allow arrays to be ORDER'ed
94-
o Support construction of array result values in expressions
92+
o -Support construction of array result values in expressions (Joe)
93+
o Delay resolution of array expression type so assignment coercion
94+
can be performed on empty array expressions (Joe)
9595

9696
* BINARY DATA
9797
o Improve vacuum of large objects, like /contrib/vacuumlo
@@ -145,7 +145,7 @@ Indexes
145145
columns and indexes with many duplicate keys
146146
* Use indexes for min() and max() or convert to SELECT col FROM tab ORDER
147147
BY col DESC LIMIT 1 if appropriate index exists and WHERE clause acceptible
148-
* Allow LIKE indexing optimization for non-ASCII locales
148+
* -Allow LIKE indexing optimization for non-ASCII locales using special index
149149
* Use index to restrict rows returned by multi-key index when used with
150150
non-consecutive keys or OR clauses, so fewer heap accesses
151151
* Be smarter about insertion of already-ordered data into btree index
@@ -170,7 +170,7 @@ Commands
170170
* Allow UPDATE to handle complex aggregates [update]
171171
* Allow command blocks to ignore certain types of errors
172172
* Allow backslash handling in quoted strings to be disabled for portability
173-
* Return proper effected tuple count from complex commands [return]
173+
* -Return proper effected tuple count from complex commands [return]
174174
* Allow UPDATE, DELETE to handle table aliases for self-joins [delete]
175175
* Add CORRESPONDING BY to UNION/INTERSECT/EXCEPT
176176
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
@@ -233,7 +233,7 @@ Commands
233233
ANALYZE, and CLUSTER
234234
o Add SET SCHEMA
235235
o -Allow EXPLAIN EXECUTE to see prepared plans
236-
o Allow SHOW of non-modifiable variables, like pg_controldata
236+
o -Allow SHOW of some non-modifiable variables, like pg_controldata
237237

238238
* SERVER-SIDE LANGUAGES
239239
o Allow PL/PgSQL's RAISE function to take expressions
@@ -255,6 +255,7 @@ Commands
255255
o Add PL/PHP (Joe, Jan)
256256
o Allow PL/pgSQL to name columns by ordinal position, e.g. rec.(3)
257257
o Allow PL/pgSQL EXECUTE query_var INTO record_var;
258+
o Add capability to create and call PROCEDURES
258259

259260

260261
Clients
@@ -269,7 +270,7 @@ Clients
269270
* -Allow SSL-enabled clients to turn off SSL transfers
270271
* -Modify pg_get_triggerdef() to take a boolean to pretty-print,
271272
and use that as part of pg_dump along with psql
272-
273+
* Allow psql \du to show groups, and add \dg for groups
273274

274275

275276
* JDBC
@@ -421,7 +422,7 @@ Write-Ahead Log
421422
Optimizer / Executor
422423
====================
423424

424-
* Improve Subplan list handling
425+
* -Improve Subplan list handling
425426
* -Allow Subplans to use efficient joins(hash, merge) with upper variable
426427
* -Add hash for evaluating GROUP BY aggregates (Tom)
427428
* -Allow merge and hash joins on expressions not just simple variables (Tom)
@@ -473,7 +474,7 @@ Source Code
473474
* Acquire lock on a relation before building a relcache entry for it
474475
* Research interaction of setitimer() and sleep() used by statement_timeout
475476
* Add checks for fclose() failure
476-
* Change CVS $Id: TODO,v 1.1109 2003/08/08 16:34:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1109 2003/08/08 16:34:40 momjian Exp $
477+
* Change CVS $Id: TODO,v 1.1110 2003/08/08 17:13:02 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1110 2003/08/08 17:13:02 momjian Exp $
477478
* Exit postmaster if postgresql.conf can not be opened
478479
* Rename /scripts directory because they are all C programs now
479480
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)