[COMMITTERS] bizgres - bizgres: Added libraries to support saxon and axis build

2006-06-07 Thread User Nwakefield
Log Message: --- Added libraries to support saxon and axis build Modified Files: -- bizgres/KETL/lib: KETLSOAPExt.jar (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/lib/KETLSOAPExt.jar.diff?r1=1.2&r2=1.3) KETL.jar (

[COMMITTERS] pgsql: Backpatch comment about --sysconfdir.

2006-06-07 Thread Bruce Momjian
Log Message: --- Backpatch comment about --sysconfdir. Tags: REL8_1_STABLE Modified Files: -- pgsql/src/bin/pg_config: pg_config.c (r1.17.2.1 -> r1.17.2.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/pg_config.c.diff?r1=1.17.2.

[COMMITTERS] pgsql: Use INFO-level for reindex messages, rather than NOTICE.

2006-06-07 Thread Bruce Momjian
Log Message: --- Use INFO-level for reindex messages, rather than NOTICE. Euler Taveira de Oliveira Modified Files: -- pgsql/src/backend/commands: indexcmds.c (r1.139 -> r1.140) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcm

[COMMITTERS] pgsql: For psql multi-line history, save backslash commands right away,

2006-06-07 Thread Bruce Momjian
Log Message: --- For psql multi-line history, save backslash commands right away, rather than only if there is already history. Modified Files: -- pgsql/src/bin/psql: mainloop.c (r1.77 -> r1.78) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql

[COMMITTERS] fulldisjunction - fd: Comment out the copyright notice that broke the

2006-06-07 Thread User Pgstudy
Log Message: --- Comment out the copyright notice that broke the code. Speeded the computation by disabling merging in On Demand procedure and doing removal of duplicates after Extend. Also revamped efficiency of removeDuplicatesMemQueueWithSelf Modified Files: -- fd:

[COMMITTERS] pgsql: Remove "fuzzy comparison" logic in qsort comparison function for

2006-06-07 Thread Tom Lane
Log Message: --- Remove "fuzzy comparison" logic in qsort comparison function for choose_bitmap_and(). It was way too fuzzy --- per comment, it was meant to be 1% relative difference, but was actually coded as 0.01 absolute difference, thus causing selectivities of say 0.001 and 0.

[COMMITTERS] pgsql: Remove "fuzzy comparison" logic in qsort comparison function for

2006-06-07 Thread Tom Lane
Log Message: --- Remove "fuzzy comparison" logic in qsort comparison function for choose_bitmap_and(). It was way too fuzzy --- per comment, it was meant to be 1% relative difference, but was actually coded as 0.01 absolute difference, thus causing selectivities of say 0.001 and 0.

[COMMITTERS] fulldisjunction - fd: Added explanation in README to why i disabled

2006-06-07 Thread User Pgstudy
Log Message: --- Added explanation in README to why i disabled merging in On Demand in ODMBFD Modified Files: -- fd: README (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/README.diff?r1=1.5&r2=1.6) --

[COMMITTERS] pgsql: Have REINDEX use NOTICE, so it can be suppressed.

2006-06-07 Thread Bruce Momjian
Log Message: --- Have REINDEX use NOTICE, so it can be suppressed. Modified Files: -- pgsql/src/backend/commands: indexcmds.c (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/indexcmds.c.diff?r1=1.140&r2=1.141)

[COMMITTERS] bizgres - bizgres: Fixed Bug: Dataitem not being set to null when data

2006-06-07 Thread User Nwakefield
Log Message: --- Fixed Bug: Dataitem not being set to null when data is null - fixed. Modified Files: -- bizgres/KETL/lib: KETLXMLExt.jar (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/lib/KETLXMLExt.jar.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Per previous analysis, the most correct notion of SampleOverhead

2006-06-07 Thread Tom Lane
Log Message: --- Per previous analysis, the most correct notion of SampleOverhead is that it is just the total time to do INSTR_TIME_SET_CURRENT(), and not any of the other code involved in InstrStartNode/InstrStopNode. Even though I fear we may end up reverting this patch altogether, we m

[COMMITTERS] pgsql: New Directory

2006-06-07 Thread Bruce Momjian
Update of /cvsroot/pgsql/src/include/port/win32_msvc In directory postgresql.org:/var/tmp/cvs-serv59762/win32_msvc Log Message: Directory /cvsroot/pgsql/src/include/port/win32_msvc added to the repository ---(end of broadcast)--- TIP 4: Have you se

[COMMITTERS] pgsql: New Directory

2006-06-07 Thread Bruce Momjian
Update of /cvsroot/pgsql/src/include/port/win32_msvc/sys In directory postgresql.org:/var/tmp/cvs-serv60070/sys Log Message: Directory /cvsroot/pgsql/src/include/port/win32_msvc/sys added to the repository ---(end of broadcast)--- TIP 1: if posting

[COMMITTERS] pgsql: Mention GPL /contrib modules: > > Particularly, move

2006-06-07 Thread Bruce Momjian
Log Message: --- Mention GPL /contrib modules: > > Particularly, move GPL-licensed /contrib/userlock and > /contrib/dbmirror/clean_pending.pl. > Modified Files: -- pgsql/doc: TODO (r1.1835 -> r1.1836) (http://developer.postgresql.org/cvsweb.cgi/pgsql

[COMMITTERS] pgsql: Spelling fix.

2006-06-07 Thread Bruce Momjian
Log Message: --- Spelling fix. Robert Treat Modified Files: -- pgsql/doc: FAQ (r1.391 -> r1.392) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ.diff?r1=1.391&r2=1.392) pgsql/doc/src/FAQ: FAQ.html (r1.347 -> r1.348) (http://d

[COMMITTERS] pgsql: Prepare code to be built by MSVC: o remove many

2006-06-07 Thread Bruce Momjian
Log Message: --- Prepare code to be built by MSVC: o remove many WIN32_CLIENT_ONLY defines o add WIN32_ONLY_COMPILER define o add 3rd argument to open() for portability o add include/port/win32_msvc directory for system includes Magnus Hagand

[COMMITTERS] bizgres - bizgres: Added support to prevent emails on job retries

2006-06-07 Thread User Nwakefield
Log Message: --- Added support to prevent emails on job retries Modified Files: -- bizgres/KETL/src/com/kni/etl: Metadata.java (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/Metadata.java.diff?r1=1.13&r2=1

[COMMITTERS] pgsql: Done: < o Allow timezone names in SQL strings, '2006-05-24

2006-06-07 Thread Bruce Momjian
Log Message: --- Done: < o Allow timezone names in SQL strings, '2006-05-24 21:11 > o -Allow timezone names in SQL strings, '2006-05-24 21:11 Modified Files: -- pgsql/doc: TODO (r1.1836 -> r1.1837) (http://developer.postgresql.org/cvsweb.cgi/pg

[COMMITTERS] pgsql: Allow timezone names in SQL strings, '2006-05-24 21:11

2006-06-07 Thread Bruce Momjian
Log Message: --- Allow timezone names in SQL strings, '2006-05-24 21:11 Americas/New_York'::timestamptz Joachim Wieland Modified Files: -- pgsql/src/backend/utils/adt: datetime.c (r1.166 -> r1.167) (http://developer.postgresql.org/cvsweb.cgi/pgsq

Re: [COMMITTERS] pgsql: Done: < o Allow timezone names in SQL strings, '2006-05-24

2006-06-07 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > Log Message: > --- > Done: > < o Allow timezone names in SQL strings, '2006-05-24 21:11 > > o -Allow timezone names in SQL strings, '2006-05-24 21:11 Really? I saw a patch go by, but it hasn't been reviewed much less committed.

Re: [COMMITTERS] pgsql: Done: < o Allow timezone names in SQL strings,

2006-06-07 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > Log Message: > > --- > > Done: > > > < o Allow timezone names in SQL strings, '2006-05-24 21:11 > > > o -Allow timezone names in SQL strings, '2006-05-24 21:11 > > Really? I saw a patch go by, but it hasn't been reviewed

[COMMITTERS] pgsql: Add entry: > * Consider allowing control of upper/lower case

2006-06-07 Thread Bruce Momjian
Log Message: --- Add entry: > * Consider allowing control of upper/lower case folding of unquoted > identifiers > > Details at > http://archives.postgresql.org/pgsql-hackers/2004-04/msg00818.php. Modified Files: -- pgsql/doc: TODO (r1.1837 -> r1.1838)

[COMMITTERS] pgsql: Update wording: < * Add SQL99 WITH RECURSIVE to SELECT > * Add

2006-06-07 Thread Bruce Momjian
Log Message: --- Update wording: < * Add SQL99 WITH RECURSIVE to SELECT > * Add SQL99 WITH RECURSIVE (hierarchical) queries to SELECT Modified Files: -- pgsql/doc: TODO (r1.1838 -> r1.1839) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1

[COMMITTERS] fulldisjunction - fd: Forgot to free memory in

2006-06-07 Thread User Pgstudy
Log Message: --- Forgot to free memory in removeDuplicatesMemQueueWithSelf Modified Files: -- fd: queues.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/fulldisjunction/fd/queues.c.diff?r1=1.4&r2=1.5) ---(end of broadc

Re: [COMMITTERS] pgsql: Prepare code to be built by MSVC: o remove many

2006-06-07 Thread Tom Lane
[EMAIL PROTECTED] (Bruce Momjian) writes: > o add 3rd argument to open() for portability buildfarm member snake thinks you missed something. regards, tom lane ---(end of broadcast)--- TIP 9: In versions below 8.0, the

[COMMITTERS] pgsql: Add URL.

2006-06-07 Thread Bruce Momjian
Log Message: --- Add URL. < recovery. > recovery. See > http://archives.postgresql.org/pgsql-patches/2005-04/msg00121.php. Modified Files: -- pgsql/doc: TODO (r1.1840 -> r1.1841) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/T

Re: [COMMITTERS] pgsql: Prepare code to be built by MSVC: o remove many

2006-06-07 Thread Bruce Momjian
Tom Lane wrote: > [EMAIL PROTECTED] (Bruce Momjian) writes: > > o add 3rd argument to open() for portability > > buildfarm member snake thinks you missed something. OK, fixed that one and another in /contrib. -- Bruce Momjian http://candle.pha.pa.us EnterpriseDBhttp://www.enterpr

[COMMITTERS] pgsql: Add missing 3rd parameter to open().

2006-06-07 Thread Bruce Momjian
Log Message: --- Add missing 3rd parameter to open(). Modified Files: -- pgsql/contrib/dbase: dbf.c (r1.10 -> r1.11) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dbase/dbf.c.diff?r1=1.10&r2=1.11) ---(end of broadcast)--

[COMMITTERS] pgsql: Add missing 3rd argument to open().

2006-06-07 Thread Bruce Momjian
Log Message: --- Add missing 3rd argument to open(). Modified Files: -- pgsql/contrib/pgcrypto: random.c (r1.16 -> r1.17) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/random.c.diff?r1=1.16&r2=1.17) ---(end of b

[COMMITTERS] pgsql: Add URL for ALTER CONSTRAINT RENAME.

2006-06-07 Thread Bruce Momjian
Log Message: --- Add URL for ALTER CONSTRAINT RENAME. > > See http://archives.postgresql.org/pgsql-patches/2006-02/msg00168.php. > Modified Files: -- pgsql/doc: TODO (r1.1841 -> r1.1842) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.d

[COMMITTERS] pgsql: Add URL: < Right now only one encoding is allowed per

2006-06-07 Thread Bruce Momjian
Log Message: --- Add URL: < Right now only one encoding is allowed per database. > Right now only one encoding is allowed per database. For a partial > patch, see > http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php. Modified Files: -- pgsql/doc: