From: | heder(at)pgfoundry(dot)org (User Heder) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | randdataset - randdataset: This is the initial version of: Random |
Date: | 2007-10-17 14:34:44 |
Message-ID: | 20071017143444.752DD216E19@pgfoundry.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
This is the initial version of:
Random dataset generator for SKYLINE operator evaluation as set returning function as described in [Borzsonyi2001]. The code is based on the work by the authors of [Borzsonyi2001], special thanks to Donald Kossmann for providing the source code of their implementation.
Refs: [Borzsonyi2001] Brzsnyi, S.; Kossmann, D. & Stocker, K.: The Skyline Operator, ICDE 2001, 421--432
Added Files:
-----------
randdataset/contrib/randdataset:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
README.randdataset (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/README.randdataset?rev=1.1&content-type=text/x-cvsweb-markup)
createwrapper.pl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/createwrapper.pl?rev=1.1&content-type=text/x-cvsweb-markup)
ctxrand.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/ctxrand.c?rev=1.1&content-type=text/x-cvsweb-markup)
ctxrand.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/ctxrand.h?rev=1.1&content-type=text/x-cvsweb-markup)
randdataset.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/randdataset.c?rev=1.1&content-type=text/x-cvsweb-markup)
randdataset.sql.in (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/randdataset.sql.in?rev=1.1&content-type=text/x-cvsweb-markup)
uninstall_randdataset.sql (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/randdataset/randdataset/contrib/randdataset/uninstall_randdataset.sql?rev=1.1&content-type=text/x-cvsweb-markup)
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2007-10-17 14:47:17 | Re: [COMMITTERS] pgsql: Re-allow UTF8 encodings on win32. |
Previous Message | User Heder | 2007-10-17 14:26:27 | randdataset - randdataset: New Directory |