1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Fri Jul 20 12:07:25 EDT 2001
3
+ Last updated: Fri Jul 20 12:14:48 EDT 2001
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -234,7 +234,7 @@ TRANSACTIONS
234
234
235
235
* Allow autocommit so always in a transaction block
236
236
* Overhaul bufmgr/lockmgr/transaction manager
237
- * Allow nested transactions (Vadim)
237
+ * Allow nested transactions / savepoints (Vadim)
238
238
* Handle transaction rollover (Tom) [transactions]
239
239
240
240
EXOTIC FEATURES
@@ -244,6 +244,7 @@ EXOTIC FEATURES
244
244
* Allow SQL92 schemas [schema]
245
245
* Allow queries across multiple databases
246
246
* Add pre-parsing phase that converts non-ANSI features to supported features
247
+ * Allow plug-in modules to emulate features from other databases
247
248
* SQL*Net listener that makes PostgreSQL appear as an Oracle database
248
249
to clients
249
250
* Allow Java server-side programming [java]
@@ -302,7 +303,7 @@ MISCELLANEOUS
302
303
connection pooling
303
304
* Make blind writes go through the file descriptor cache
304
305
* Allow logging of query durations
305
- * Add hash-based aggregates
306
+ * Add hash for evaluating GROUP BY aggregates
306
307
* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
307
308
* Create spinlock sleepers queue so everyone doesn't wake up at once
308
309
@@ -323,7 +324,6 @@ SOURCE CODE
323
324
* Make elog(LOG) in WAL its own output type, distinct from DEBUG
324
325
* Rename some /contrib modules from pg* to pg_*
325
326
* Move some things from /contrib into main tree, like soundex
326
- * Allow plug-in modules to emulate features from other databases
327
327
* Remove warnings created by -Wcast-align
328
328
* Move platform-specific ps status display info from ps_status.c to ports
329
329
* Allow ps status display to work on Solaris/SVr4-based systems
0 commit comments