11TODO list for PostgreSQL
22========================
3- Last updated: Fri Jul 20 12:07:25 EDT 2001
3+ Last updated: Fri Jul 20 12:14:48 EDT 2001
44
55Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66
@@ -234,7 +234,7 @@ TRANSACTIONS
234234
235235* Allow autocommit so always in a transaction block
236236* Overhaul bufmgr/lockmgr/transaction manager
237- * Allow nested transactions (Vadim)
237+ * Allow nested transactions / savepoints (Vadim)
238238* Handle transaction rollover (Tom) [transactions]
239239
240240EXOTIC FEATURES
@@ -244,6 +244,7 @@ EXOTIC FEATURES
244244* Allow SQL92 schemas [schema]
245245* Allow queries across multiple databases
246246* Add pre-parsing phase that converts non-ANSI features to supported features
247+ * Allow plug-in modules to emulate features from other databases
247248* SQL*Net listener that makes PostgreSQL appear as an Oracle database
248249 to clients
249250* Allow Java server-side programming [java]
@@ -302,7 +303,7 @@ MISCELLANEOUS
302303 connection pooling
303304* Make blind writes go through the file descriptor cache
304305* Allow logging of query durations
305- * Add hash-based aggregates
306+ * Add hash for evaluating GROUP BY aggregates
306307* Read pg_hba.conf only on postmaster startup or SIGHUP (Bruce)
307308* Create spinlock sleepers queue so everyone doesn't wake up at once
308309
@@ -323,7 +324,6 @@ SOURCE CODE
323324* Make elog(LOG) in WAL its own output type, distinct from DEBUG
324325* Rename some /contrib modules from pg* to pg_*
325326* Move some things from /contrib into main tree, like soundex
326- * Allow plug-in modules to emulate features from other databases
327327* Remove warnings created by -Wcast-align
328328* Move platform-specific ps status display info from ps_status.c to ports
329329* Allow ps status display to work on Solaris/SVr4-based systems
0 commit comments