|
1 | 1 | TODO list for PostgreSQL |
2 | 2 | ======================== |
3 | | -Last updated:Wed Apr 7 15:14:17 EDT 2004 |
| 3 | +Last updated:Wed Apr1414:32:57 EDT 2004 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us) |
6 | 6 |
|
@@ -40,7 +40,7 @@ Administration |
40 | 40 | * Allow limits on per-db/user connections |
41 | 41 | * Add group object ownership, so groups can rename/drop/grant on objects, |
42 | 42 | so we can implement roles |
43 | | -* Add the concept of dataspaces/tablespaces [tablespaces] |
| 43 | +* Add the concept of dataspaces/tablespaces [tablespaces] (Gavin) |
44 | 44 | * -Allow logging of only data definition(DDL), or DDL and modification statements |
45 | 45 | * -Allow log lines to include session-level information, like database and user |
46 | 46 | * Allow server log information to be output as INSERT statements |
@@ -164,7 +164,7 @@ Commands |
164 | 164 | * Allow REINDEX to rebuild all indexes, remove /contrib/reindex |
165 | 165 | * Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY |
166 | 166 | * Add schema option to createlang |
167 | | -* Allow savepoints / nested transactions [transactions] (Bruce) |
| 167 | +* Allow savepoints / nested transactions [transactions] (Alvaro) |
168 | 168 | * Use nested transactions to prevent syntax errors from aborting a transaction |
169 | 169 | * Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns |
170 | 170 | * Allow SET CONSTRAINTS to be qualified by schema/table |
@@ -237,7 +237,7 @@ Commands |
237 | 237 | * SERVER-SIDE LANGUAGES |
238 | 238 | o Allow PL/PgSQL's RAISE function to take expressions |
239 | 239 | o Change PL/PgSQL to use palloc() instead of malloc() |
240 | | -o Allow Java server-side programming [java] |
| 240 | +o Allow Java server-side programming [java] (Dave) |
241 | 241 | o Fix problems with complex temporary table creation/destruction |
242 | 242 | without using PL/PgSQL EXECUTE, needs cache prevention/invalidation |
243 | 243 | o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW |
@@ -494,6 +494,7 @@ Source Code |
494 | 494 |
|
495 | 495 | Developers who have claimed items are: |
496 | 496 | -------------------------------------- |
| 497 | +* Alvaro Herrera <alvherre@dcc.uchile.cl> |
497 | 498 | * Barry is Barry Lind <barry@xythos.com> |
498 | 499 | * Billy is Billy G. Allie <Bill.Allie@mug.org> |
499 | 500 | * Bruce is Bruce Momjian <pgman@candle.pha.pa.us> of Software Research Assoc. |
|