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

Commitd72f6c7

Browse files
committed
Reimplement NUMERIC datatype using base-10000 arithmetic; also improve
some of the algorithms for higher functions. I see about a factor of tenspeedup on the 'numeric' regression test, but it's unlikely that that testis representative of real-world applications.initdb forced due to change of on-disk representation for NUMERIC.
1 parent5ae4245 commitd72f6c7

File tree

6 files changed

+1578
-948
lines changed

6 files changed

+1578
-948
lines changed

‎doc/src/sgml/release.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.185 2003/02/05 17:41:32 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/release.sgml,v 1.186 2003/03/21 01:58:04 tgl Exp $
33
-->
44

55
<appendix id="release">
@@ -24,6 +24,7 @@ CDATA means the content is "SGML-free", so you can write without
2424
worries about funny characters.
2525
-->
2626
<literallayout><![CDATA[
27+
Reimplementation of NUMERIC datatype for more speed
2728
New regular expression package, many more regexp features (most of Perl5)
2829
Can now do EXPLAIN ... EXECUTE to see plan used for a prepared query
2930
Explicit JOINs no longer constrain query plan, unless JOIN_COLLAPSE_LIMIT = 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp