[COMMITTERS] pgsql: Adjust initialization sequence for timezone_abbreviations so that

2006-07-28 Thread Tom Lane
Log Message: --- Adjust initialization sequence for timezone_abbreviations so that it's handled just about like timezone; in particular, don't try to read anything during InitializeGUCOptions. Should solve current startup failure on Windows, and avoid wasted cycles if a nondefault setting

[COMMITTERS] webtranslator - l10n: Imported Sources

2006-07-28 Thread User Mario__
Update of /cvsroot/webtranslator/l10n In directory pgfoundry.org:/tmp/cvs-serv56066 Log Message: This is the first commit here! Status: Vendor Tag: a1 Release Tags: b1 N l10n/__init__.py N l10n/manage.py N l10n/urls.py N l10n/settings.py N l10n/es/404.html N l10n/es/__in

[COMMITTERS] pgsql: Change the delta val from 0 and 10000 to -5000 and 5000 per

2006-07-28 Thread Tatsuo Ishii
Log Message: --- Change the delta val from 0 and 1 to -5000 and 5000 per recent discussion in hackers list. Also enhance predefined benchmark scenarios to reflect the scaling factor parameter flexibly. Modified Files: -- pgsql/contrib/pgbench: pgbench.c (r1.50

Re: [COMMITTERS] pgsql: Updates per Tom: > * Allow DISTINCT to work

2006-07-28 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Log Message: > > --- > > Updates per Tom: > > >> * Allow DISTINCT to work in multiple-argument aggregate calls > > < o Allow UPDATE to handle complex aggregates [update]? > > > Modified Files: > > -- > > pgs

[COMMITTERS] pgsql: Remove update TODO.detail item.

2006-07-28 Thread Bruce Momjian
Log Message: --- Remove update TODO.detail item. Removed Files: - pgsql/doc/TODO.detail: update (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.detail/update) ---(end of broadcast)--- TIP 9: In ver

Re: [COMMITTERS] pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument

2006-07-28 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Log Message: > --- > Updates per Tom: >> * Allow DISTINCT to work in multiple-argument aggregate calls > < o Allow UPDATE to handle complex aggregates [update]? > Modified Files: > -- > pgsql/doc: > TODO (r1.1924 -> r

[COMMITTERS] pgsql: Updates per Tom: > * Allow DISTINCT to work in multiple-argument

2006-07-28 Thread Bruce Momjian
Log Message: --- Updates per Tom: > * Allow DISTINCT to work in multiple-argument aggregate calls < o Allow UPDATE to handle complex aggregates [update]? Modified Files: -- pgsql/doc: TODO (r1.1924 -> r1.1925) (http://developer.postgresql.org/cvsweb.

[COMMITTERS] pgsql: SQL2003-standard statistical aggregates, by Sergey Koposov.

2006-07-28 Thread Tom Lane
Log Message: --- SQL2003-standard statistical aggregates, by Sergey Koposov. I've added only the float8 versions of the aggregates, which is all that the standard requires. Sergey's original patch also provided versions using numeric arithmetic, but given the size and slowness of the code,

[COMMITTERS] fulldisjunction - fd: Cleaned up the old integer scheme graph, now we

2006-07-28 Thread User Pgstudy
Log Message: --- Cleaned up the old integer scheme graph, now we only use bits scheme graph with bitwise operations. Modified Files: -- fd: algstructs.c (r1.17 -> r1.18) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/algstructs.c.diff?r1=1

[COMMITTERS] pgsql: Fix table title.

2006-07-28 Thread Tom Lane
Log Message: --- Fix table title. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.75.2.1 -> r2.75.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.75.2.1&r2=2.75.2.2) -

[COMMITTERS] pgsql: Fix table title.

2006-07-28 Thread Tom Lane
Log Message: --- Fix table title. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.77 -> r2.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sgml.diff?r1=2.77&r2=2.78) ---(end of broadcast)--

[COMMITTERS] pgsql: Make it clearer that not every Postgres character set can be used

2006-07-28 Thread Tom Lane
Log Message: --- Make it clearer that not every Postgres character set can be used as a server-side character set. Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.76 -> r2.77) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/charset.sg

[COMMITTERS] pgsql: Make it clearer that not every Postgres character set can be used

2006-07-28 Thread Tom Lane
Log Message: --- Make it clearer that not every Postgres character set can be used as a server-side character set. Tags: REL8_1_STABLE Modified Files: -- pgsql/doc/src/sgml: charset.sgml (r2.75 -> r2.75.2.1) (http://developer.postgresql.org/cvsweb.cgi

[COMMITTERS] pgsql: Update Tatsuo: < * Tatsuo is Tatsuo Ishii <[EMAIL PROTECTED]> of

2006-07-28 Thread Bruce Momjian
Log Message: --- Update Tatsuo: < * Tatsuo is Tatsuo Ishii <[EMAIL PROTECTED]> of Software Research Assoc. > * Tatsuo is Tatsuo Ishii <[EMAIL PROTECTED]> of SRA OSS, Inc. Japan Modified Files: -- pgsql/doc: TODO (r1.1923 -> r1.1924) (http://developer.postg

[COMMITTERS] pgsql: Variables should be free'ed only once.

2006-07-28 Thread Michael Meskes
Log Message: --- Variables should be free'ed only once. Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.313 -> r1.314) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.313&r2=1.314) pgsql/src/interfac

[COMMITTERS] pgsql: Removed superfluous comment

2006-07-28 Thread Michael Meskes
Log Message: --- Removed superfluous comment Modified Files: -- pgsql/src/interfaces/ecpg/ecpglib: execute.c (r1.53 -> r1.54) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ecpglib/execute.c.diff?r1=1.53&r2=1.54)

[COMMITTERS] pgsql: And one more: Connection identifier has to be unique

2006-07-28 Thread Michael Meskes
Log Message: --- And one more: Connection identifier has to be unique Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.312 -> r1.313) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/ChangeLog.diff?r1=1.312&r2=1.313) pgsq

[COMMITTERS] pgsql: Added more SoC changes by Joachim Wieland <[EMAIL PROTECTED]>: -

2006-07-28 Thread Michael Meskes
Log Message: --- Added more SoC changes by Joachim Wieland <[EMAIL PROTECTED]>: - SHOW statement puts result into a variable - COPY TO STDOUT works Modified Files: -- pgsql/src/interfaces/ecpg: ChangeLog (r1.311 -> r1.312) (http://developer.