Skip to content
Snippets Groups Projects
Commit 5fc9d0e3 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add 2-phase info, add Win32 URL:

< 	o Sample implementation in contrib/rserv
29c28,29
< * Create native Win32 port [win32]
> * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html
>
367c367,368
< * Two-phase commit to implement distributed transactions
> * Add two-phase commit to all distributed transactions with
>   offline/readonly server status or administrator notification for failure
parent 46c27c69
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Wed Oct 8 15:33:48 EDT 2003 Last updated: Wed Oct 8 17:43:55 EDT 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -21,12 +21,12 @@ Urgent ...@@ -21,12 +21,12 @@ Urgent
o Master/slave replication o Master/slave replication
o Multi-master replication o Multi-master replication
o Partition data across servers o Partition data across servers
o Sample implementation in contrib/rserv
o Queries across databases or servers (two-phase commit) o Queries across databases or servers (two-phase commit)
o Allow replication over unreliable or non-persistent links o Allow replication over unreliable or non-persistent links
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
* Point-in-time data recovery using backup and write-ahead log * Point-in-time data recovery using backup and write-ahead log
* Create native Win32 port [win32] * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html
Reporting Reporting
...@@ -364,7 +364,8 @@ Exotic Features ...@@ -364,7 +364,8 @@ Exotic Features
* Allow plug-in modules to emulate features from other databases * Allow plug-in modules to emulate features from other databases
* SQL*Net listener that makes PostgreSQL appear as an Oracle database * SQL*Net listener that makes PostgreSQL appear as an Oracle database
to clients to clients
* Two-phase commit to implement distributed transactions * Add two-phase commit to all distributed transactions with
offline/readonly server status or administrator notification for failure
PERFORMANCE PERFORMANCE
...@@ -503,7 +504,7 @@ Source Code ...@@ -503,7 +504,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it * Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout * Research interaction of setitimer() and sleep() used by statement_timeout
* Add checks for fclose() failure * Add checks for fclose() failure
* Change CVS $Id: TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ * Change CVS $Id: TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1144 2003/10/08 21:44:06 momjian Exp $
* Exit postmaster if postgresql.conf can not be opened * Exit postmaster if postgresql.conf can not be opened
* Rename /scripts directory because they are all C programs now * Rename /scripts directory because they are all C programs now
* Allow the regression tests to start postmaster with -i so the tests * Allow the regression tests to start postmaster with -i so the tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment