Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf79df7f

Browse files
committed
Add:
> * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate> value [qsort]>> This involves choosing better pivot points for the quicksort.
1 parentfa7f6ff commitf79df7f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Tue Feb 28 14:47:56 EST 2006
5+
Last updated:Thu Mar 2 13:17:52 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1165,6 +1165,10 @@ Source Code
11651165
* -Remove BeOS and QNX-specific code
11661166
* Split out libpq pgpass and environment documentation sections to make
11671167
it easier for non-developers to find
1168+
* Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
1169+
value [qsort]
1170+
1171+
This involves choosing better pivot points for the quicksort.
11681172

11691173

11701174
* Win32

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated:Tue Feb 28 14:47:56 EST 2006
11+
Last updated:Thu Mar 2 13:17:52 EST 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1056,6 +1056,10 @@ <h1><a name="section_22">Source Code</a></h1>
10561056
</li><li>-<em>Remove BeOS and QNX-specific code</em>
10571057
</li><li>Split out libpq pgpass and environment documentation sections to make
10581058
it easier for non-developers to find
1059+
</li><li>Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
1060+
value [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>]
1061+
<p> This involves choosing better pivot points for the quicksort.
1062+
</p>
10591063
</li><li>Win32
10601064
<ul>
10611065
<li>Remove configure.in check for link failure when cause is found

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp