mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Add item:
> * Consider GnuTLS if OpenSSL license becomes a problem > > See http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php.
This commit is contained in:
5
doc/TODO
5
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Mon May 29 19:29:26 EDT 2006
|
Last updated: Tue May 30 06:21:02 EDT 2006
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1270,6 +1270,9 @@ Source Code
|
|||||||
|
|
||||||
This involves choosing better pivot points for the quicksort.
|
This involves choosing better pivot points for the quicksort.
|
||||||
|
|
||||||
|
* Consider GnuTLS if OpenSSL license becomes a problem
|
||||||
|
|
||||||
|
See http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php.
|
||||||
|
|
||||||
* Win32
|
* Win32
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Mon May 29 19:29:26 EDT 2006
|
Last updated: Tue May 30 06:21:02 EDT 2006
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1147,6 +1147,9 @@ first.
|
|||||||
</li><li>Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
|
</li><li>Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
|
||||||
value [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>]
|
value [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>]
|
||||||
<p> This involves choosing better pivot points for the quicksort.
|
<p> This involves choosing better pivot points for the quicksort.
|
||||||
|
</p>
|
||||||
|
</li><li>Consider GnuTLS if OpenSSL license becomes a problem
|
||||||
|
<p> See <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>.
|
||||||
</p>
|
</p>
|
||||||
</li><li>Win32
|
</li><li>Win32
|
||||||
<ul>
|
<ul>
|
||||||
|
Reference in New Issue
Block a user