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 (
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.
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
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
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:
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.
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.
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)
--
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)
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)
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
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
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
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
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
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
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
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
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
[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.
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
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)
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
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
[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
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
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
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)--
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
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
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:
31 matches
Mail list logo