[COMMITTERS] pginstaller - pginst: Update for beta2

2007-10-29 Thread User Dpage
Log Message: --- Update for beta2 Modified Files: -- pginst: settings.projinc (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/settings.projinc.diff?r1=1.9&r2=1.10) ---(end of broadcast)---

[COMMITTERS] pgsql: New versions of mingw have gettimeofday(), so add an autoconf

2007-10-29 Thread Magnus Hagander
Log Message: --- New versions of mingw have gettimeofday(), so add an autoconf test for this. Modified Files: -- pgsql: configure (r1.565 -> r1.566) (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.565&r2=1.566) configure.in (r1.531

[COMMITTERS] pgsql: Add compat file for dynamically loading the functions that MinGW

2007-10-29 Thread Magnus Hagander
Log Message: --- Add compat file for dynamically loading the functions that MinGW is missing the imports for. Add RegisterWaitForSingleObject() to the list of such functions, which should take care of the current buildfarm breakage. Modified Files: -- pgsql/src/backend/port

[COMMITTERS] pgsql: Fix coredump during replay WAL after crash.

2007-10-29 Thread Teodor Sigaev
Log Message: --- Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent usage of any information from system catalog, because it could be called during replay of WAL. Per bug report from Craig McElroy <[EMAIL PROTECTED]>. Patch doesn't change on-disk storage. Mo

[COMMITTERS] pgsql: Fix coredump during replay WAL after crash.

2007-10-29 Thread Teodor Sigaev
Log Message: --- Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent usage of any information from system catalog, because it could be called during replay of WAL. Per bug report from Craig McElroy <[EMAIL PROTECTED]>. Patch doesn't change on-disk storage. Ta

Re: [COMMITTERS] pgsql: Add compat file for dynamically loading the functions that MinGW

2007-10-29 Thread Tom Lane
[EMAIL PROTECTED] (Magnus Hagander) writes: > Add compat file for dynamically loading the functions that MinGW is missing > the imports for. Add RegisterWaitForSingleObject() to the list of such > functions, which should take care of the current buildfarm breakage. Trivial stylistic complaint: sho

[COMMITTERS] pgsql: Make variable static, per Tom.

2007-10-29 Thread Magnus Hagander
Log Message: --- Make variable static, per Tom. Modified Files: -- pgsql/src/backend/port/win32: mingwcompat.c (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/mingwcompat.c?r1=1.1&r2=1.2) ---(

Re: [COMMITTERS] pgsql: Add compat file for dynamically loading the functions that MinGW

2007-10-29 Thread Magnus Hagander
Tom Lane wrote: > [EMAIL PROTECTED] (Magnus Hagander) writes: >> Add compat file for dynamically loading the functions that MinGW is missing >> the imports for. Add RegisterWaitForSingleObject() to the list of such >> functions, which should take care of the current buildfarm breakage. > > Trivial

[COMMITTERS] psqlodbc - psqlodbc: 1.

2007-10-29 Thread User Hinoue
Log Message: --- 1. Fix a bug in copy_and_convert_field() when fetching bookmark columns. This bug could occur in case no suitable? lo type is found. 2. Improve the parse statement operation so that it detect srf in . Modified Files: -- psqlodbc: convert.c (

[COMMITTERS] pgsql: Documentation wording fixes.

2007-10-29 Thread Bruce Momjian
Log Message: --- Documentation wording fixes. Guillaume Lelarge Modified Files: -- pgsql/doc/src/sgml/ref: create_type.sgml (r1.72 -> r1.73) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_type.sgml?r1=1.72&r2=1.73) psql-r

[COMMITTERS] pgsql: Update Russian FAQ.

2007-10-29 Thread Bruce Momjian
Log Message: --- Update Russian FAQ. [EMAIL PROTECTED] Modified Files: -- pgsql/doc/src/FAQ: FAQ_russian.html (r1.32 -> r1.33) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_russian.html?r1=1.32&r2=1.33) ---(end

[COMMITTERS] pgsql: Clarify restart is of the "database" server, in FAQ.

2007-10-29 Thread Bruce Momjian
Log Message: --- Clarify restart is of the "database" server, in FAQ. Modified Files: -- pgsql/doc: FAQ (r1.441 -> r1.442) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.441&r2=1.442) pgsql/doc/src/FAQ: FAQ.html (r1.397 -> r1.398

[COMMITTERS] npgsql - Npgsql: 2007-10-29 Francisco Figueiredo Jr.

2007-10-29 Thread User Fxjr
Log Message: --- 2007-10-29 Francisco Figueiredo Jr. <[EMAIL PROTECTED]> [#1009624] bytea and standard_confirming_strings. Applied patch. Thanks Laurenz Albe & Erich Lerch. This is needed to better support bytea when setting standard_conforming_strings to on. Modified Files:

[COMMITTERS] pgsql: - Add check of already changed page while replay WAL.

2007-10-29 Thread Teodor Sigaev
Log Message: --- - Add check of already changed page while replay WAL. This touches only ginRedoInsert(), because other ginRedo* functions rewrite whole page or make changes which could be applied several times without consistent's loss - Remove check of identifying of corresponding split

[COMMITTERS] pgsql: - Add check of already changed page while replay WAL.

2007-10-29 Thread Teodor Sigaev
Log Message: --- - Add check of already changed page while replay WAL. This touches only ginRedoInsert(), because other ginRedo* functions rewrite whole page or make changes which could be applied several times without consistent's loss - Remove check of identifying of corresponding split

[COMMITTERS] plproxy - plproxy: remove syncing of standard_conforming_strings, seems

2007-10-29 Thread User Mkz
Log Message: --- remove syncing of standard_conforming_strings, seems pointless Modified Files: -- plproxy/src: execute.c (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/execute.c.diff?r1=1.6&r2=1.7)

[COMMITTERS] pgsql: Remove the hack in the grammar that "optimized away" DEFAULT NULL

2007-10-29 Thread Tom Lane
Log Message: --- Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. Instead put in a test to drop a NULL default at the last moment before storing the catalog entry. This changes the behavior in a couple of ways: * Specifying DEFAULT NULL when creating an inheritanc

[COMMITTERS] plproxy - plproxy: put malloc crap directly to scanner.l, parser does

2007-10-29 Thread User Mkz
Log Message: --- put malloc crap directly to scanner.l, parser does not need it Modified Files: -- plproxy: Makefile (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.9&r2=1.10) plproxy/src: parser.y

[COMMITTERS] plproxy - plproxy: stop autogenerating debian/changelog

2007-10-29 Thread User Mkz
Log Message: --- stop autogenerating debian/changelog Modified Files: -- plproxy: Makefile (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.10&r2=1.11) Added Files: --- plproxy/debian: cha

[COMMITTERS] pgsql: Mention the index name in 'could not create unique index' errors,

2007-10-29 Thread Tom Lane
Log Message: --- Mention the index name in 'could not create unique index' errors, per suggestion from Rene Gollent. Modified Files: -- pgsql/src/backend/utils/sort: tuplesort.c (r1.78 -> r1.79) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/

[COMMITTERS] plproxy - plproxy: test missin connect

2007-10-29 Thread User Mkz
Log Message: --- test missin connect Modified Files: -- plproxy/expected: plproxy_errors.out (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/expected/plproxy_errors.out.diff?r1=1.1.1.1&r2=1.2) plproxy/sql: plproxy

[COMMITTERS] plproxy - plproxy: put todo into wiki

2007-10-29 Thread User Mkz
Log Message: --- put todo into wiki Modified Files: -- plproxy/doc: Makefile (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/Makefile.diff?r1=1.1.1.1&r2=1.2) overview.txt (r1.3 -> r1.4) (http://cvs.pgfoun

[COMMITTERS] plproxy - plproxy: malloc debugging for flex

2007-10-29 Thread User Mkz
Log Message: --- malloc debugging for flex Modified Files: -- plproxy: Makefile (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.8&r2=1.9) Added Files: --- plproxy/src: dbgmalloc.h (r1.1)

[COMMITTERS] plproxy - plproxy: experimental support for old flex somehow it breaks

2007-10-29 Thread User Mkz
Log Message: --- experimental support for old flex somehow it breaks the error reporting, need to fix it somehow Modified Files: -- plproxy/src: parser.y (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/parser.y.diff?r1=1.2&r

[COMMITTERS] plproxy - plproxy: todo update

2007-10-29 Thread User Mkz
Log Message: --- todo update Modified Files: -- plproxy/doc: todo.txt (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/todo.txt.diff?r1=1.1.1.1&r2=1.2) ---(end of broadcast)

[COMMITTERS] pgsql: In the previous commit message, I forgot to credit Simon Riggs

2007-10-29 Thread Alvaro Herrera
Log Message: --- In the previous commit message, I forgot to credit Simon Riggs who provided the patch, which I modified only slightly before applying. Modified Files: -- pgsql/src/backend/postmaster: autovacuum.c (r1.66 -> r1.67) (http://developer.postgres

[COMMITTERS] bizgres - bizgres: Add new psuedo threshold type 'IGNORE' - queries

2007-10-29 Thread User Markir
Log Message: --- Add new psuedo threshold type 'IGNORE' - queries whose cost is less than this are not queued at all! This should make queueing work better with ad-hoc tools that do a lot of catalog lookups before running actual queries. Initdb is forced (changes to pg_resqueue). Modified

[COMMITTERS] bizgres - bizgres: Update README for overcommit and ignore threshold

2007-10-29 Thread User Markir
Log Message: --- Update README for overcommit and ignore threshold changes. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: README (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/uti

[COMMITTERS] bizgres - bizgres: Fix self deadlock breakage introduced by ignore

2007-10-29 Thread User Markir
Log Message: --- Fix self deadlock breakage introduced by ignore functionality. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: resqueue.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/bac

[COMMITTERS] bizgres - bizgres: Use definable symbol RESLOCK_DEBUG to conditionally

2007-10-29 Thread User Markir
Log Message: --- Use definable symbol RESLOCK_DEBUG to conditionally remove debugging elog calls in (potentially) performance critical parts of the (resource) locking logic. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: README (r1.13 -> r1.14

[COMMITTERS] pginstaller - pginst: Copy the returned string from setlocale() per code

2007-10-29 Thread User Dpage
Log Message: --- Copy the returned string from setlocale() per code in Postgres' chklocale.c to avoid possible corruption. [EMAIL PROTECTED] Modified Files: -- pginst/ca: pginstca.c (r1.117 -> r1.118) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstalle

[COMMITTERS] pgsql: simple script to pull together a very small (<500k) tar file

2007-10-29 Thread Marc G. Fournier
Log Message: --- simple script to pull together a very small (<500k) tar file that builds *just* libpq ... its not perfect, as it pulls in more files then is necessarily required to build, but as it is, it requires one simple patch to configure.in in order to work ... Tested on FreeBSD .