Skip to content

Commit 76e953b

Browse files
committed
Update owners of items:
< * Add the concept of dataspaces/tablespaces [tablespaces] > * Add the concept of dataspaces/tablespaces [tablespaces] (Gavin) 167c167 < * Allow savepoints / nested transactions [transactions] (Bruce) > * Allow savepoints / nested transactions [transactions] (Alvaro) 240c240 < o Allow Java server-side programming [java] > o Allow Java server-side programming [java] (Dave) 496a497 > * Alvaro Herrera <alvherre@dcc.uchile.cl>
1 parent a4c40f1 commit 76e953b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/TODO

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Apr 7 15:14:17 EDT 2004
3+
Last updated: Wed Apr 14 14:32:57 EDT 2004
44

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

@@ -40,7 +40,7 @@ Administration
4040
* Allow limits on per-db/user connections
4141
* Add group object ownership, so groups can rename/drop/grant on objects,
4242
so we can implement roles
43-
* Add the concept of dataspaces/tablespaces [tablespaces]
43+
* Add the concept of dataspaces/tablespaces [tablespaces] (Gavin)
4444
* -Allow logging of only data definition(DDL), or DDL and modification statements
4545
* -Allow log lines to include session-level information, like database and user
4646
* Allow server log information to be output as INSERT statements
@@ -164,7 +164,7 @@ Commands
164164
* Allow REINDEX to rebuild all indexes, remove /contrib/reindex
165165
* Add ROLLUP, CUBE, GROUPING SETS options to GROUP BY
166166
* Add schema option to createlang
167-
* Allow savepoints / nested transactions [transactions] (Bruce)
167+
* Allow savepoints / nested transactions [transactions] (Alvaro)
168168
* Use nested transactions to prevent syntax errors from aborting a transaction
169169
* Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns
170170
* Allow SET CONSTRAINTS to be qualified by schema/table
@@ -237,7 +237,7 @@ Commands
237237
* SERVER-SIDE LANGUAGES
238238
o Allow PL/PgSQL's RAISE function to take expressions
239239
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)
241241
o Fix problems with complex temporary table creation/destruction
242242
without using PL/PgSQL EXECUTE, needs cache prevention/invalidation
243243
o Fix PL/pgSQL RENAME to work on variables other than OLD/NEW
@@ -494,6 +494,7 @@ Source Code
494494

495495
Developers who have claimed items are:
496496
--------------------------------------
497+
* Alvaro Herrera <alvherre@dcc.uchile.cl>
497498
* Barry is Barry Lind <barry@xythos.com>
498499
* Billy is Billy G. Allie <Bill.Allie@mug.org>
499500
* Bruce is Bruce Momjian <pgman@candle.pha.pa.us> of Software Research Assoc.

0 commit comments

Comments
 (0)