[COMMITTERS] randdataset - randdataset: Imported Sources

2007-10-17 Thread User Heder
Update of /cvsroot/randdataset/randdataset In directory pgfoundry.org:/tmp/cvs-serv57279 Log Message: Status: Vendor Tag: tcvs-vendor Release Tags: tcvs-release No conflicts created by this import ---(end of broadcast)---

[COMMITTERS] randdataset - randdataset: New Directory

2007-10-17 Thread User Heder
Update of /cvsroot/randdataset/randdataset/contrib In directory pgfoundry.org:/tmp/cvs-serv64514/contrib Log Message: Directory /cvsroot/randdataset/randdataset/contrib added to the repository ---(end of broadcast)--- TIP 6: explain analyze is your

[COMMITTERS] randdataset - randdataset: New Directory

2007-10-17 Thread User Heder
Update of /cvsroot/randdataset/randdataset/contrib/randdataset In directory pgfoundry.org:/tmp/cvs-serv64569/randdataset Log Message: Directory /cvsroot/randdataset/randdataset/contrib/randdataset added to the repository ---(end of broadcast)--- T

[COMMITTERS] randdataset - randdataset: This is the initial version of: Random

2007-10-17 Thread User Heder
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 sourc

[COMMITTERS] pgsql: Add missing entry for PG_WIN1250 encoding, per gripe from Pavel

2007-10-17 Thread Tom Lane
Log Message: --- Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. Also enable translation of PG_WIN874, which certainly seems to have an obvious translation now, though maybe it did not at the time this table's ancestor was created. Modified Files: --

[COMMITTERS] aupg - aupg_src: Changed write table to be primary key'ed on transaction

2007-10-17 Thread User Rlucas
Log Message: --- Changed write table to be primary key'ed on transaction id and timestamp. Fixed a bug where multiple writes could possibly have been logged for a single transaction id / timestamp combo. Modified Files: -- aupg_src/sql: audit_infrastructure.sql (r1.

[COMMITTERS] pgsql: Re-add FAQ item: 4.19) Why do I get

2007-10-17 Thread Bruce Momjian
Log Message: --- Re-add FAQ item: 4.19) Why do I get "relation with OID # does not exist" errors when accessing temporary tables in PL/PgSQL functions? Modified Files: -- pgsql/doc: FAQ (r1.439 -> r1.440) (http://developer.postgresql.org/cv

[COMMITTERS] aupg - aupg_src: moved functions for pk comparison operators into

2007-10-17 Thread User Rlucas
Log Message: --- moved functions for pk comparison operators into aupgschema schema Modified Files: -- aupg_src/sql: audit_infrastructure.sql (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/aupg/aupg_src/sql/audit_infrastructure.sql.diff?r1=1.9

[COMMITTERS] bizgres - bizgres: Resource Scheduler tidy: Remove never executed code

2007-10-17 Thread User Markir
Log Message: --- Resource Scheduler tidy: Remove never executed code sections from ResLockPortal. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: resscheduler.c (r1.14 -> r1.15) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/biz

[COMMITTERS] bizgres - bizgres: Resource Scheduler tidy: Correct comments for

2007-10-17 Thread User Markir
Log Message: --- Resource Scheduler tidy: Correct comments for TotalResPortalIncrements. Modified Files: -- bizgres/postgresql/src/backend/utils/mmgr: portalmem.c (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/ba

[COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Bruce Momjian
Log Message: --- First pass over release documentation. I trimmed down some of the entries and removed a few. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.520 -> r1.521) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml

[COMMITTERS] pgsql: Small changes to release note descriptions.

2007-10-17 Thread Bruce Momjian
Log Message: --- Small changes to release note descriptions. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.521 -> r1.522) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.521&r2=1.522) ---(e

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Neil Conway
On Thu, 2007-10-18 at 05:15 +, Bruce Momjian wrote: > First pass over release documentation. I trimmed down some of the > entries and removed a few. Much of the information you've removed is useful, IMHO. For example: @@ -134,26 +119,12 @@ do it for earlier branch release files.

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Bruce Momjian
The overview descriptions were moved down to the body of the release notes. As far as the uppercase of type names, I though most SQL code uppercased them. --- Neil Conway wrote: > On Thu, 2007-10-18 at 05:15 +, Bruce Mo

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Neil Conway
On Thu, 2007-10-18 at 01:53 -0400, Bruce Momjian wrote: > The overview descriptions were moved down to the body of the release > notes. ... which makes the overview descriptions too vague to be very useful, in some cases. The "Migration to version 8.3" section is also NOT the place to be eliding d

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Bruce Momjian
Neil Conway wrote: > On Thu, 2007-10-18 at 01:53 -0400, Bruce Momjian wrote: > > The overview descriptions were moved down to the body of the release > > notes. > > ... which makes the overview descriptions too vague to be very useful, > in some cases. The "Migration to version 8.3" section is als

[COMMITTERS] pgsql: Minor fixes for the release notes.

2007-10-17 Thread Neil Conway
Log Message: --- Minor fixes for the release notes. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.522 -> r1.523) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.522&r2=1.523) ---(end of bro

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Neil Conway
On Thu, 2007-10-18 at 02:06 -0400, Bruce Momjian wrote: > I have made the details match what we usually do for level of detail in > the release notes. WRT the overview, I'm not sure what a user is supposed to make of an overview bullet point like "Use pseudo-transaction ids in read-only transactio

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Bruce Momjian
Neil Conway wrote: > On Thu, 2007-10-18 at 02:06 -0400, Bruce Momjian wrote: > > I have made the details match what we usually do for level of detail in > > the release notes. > > WRT the overview, I'm not sure what a user is supposed to make of an > overview bullet point like "Use pseudo-transact

Re: [COMMITTERS] pgsql: First pass over release documentation.

2007-10-17 Thread Bruce Momjian
bruce wrote: > Neil Conway wrote: > > On Thu, 2007-10-18 at 02:06 -0400, Bruce Momjian wrote: > > > I have made the details match what we usually do for level of detail in > > > the release notes. > > > > WRT the overview, I'm not sure what a user is supposed to make of an > > overview bullet poin