Log Message:
---
Adjust sleep-time
Modified Files:
--
tablelog/test:
sleep-1.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/sleep-1.sql.diff?r1=1.1&r2=1.2)
sleep-2.sql (r1.1 -> r1.2)
(http://cvs.pgfou
Log Message:
---
Make test to see if it possible to break the logging by running a lot of
concurrent transactions
Added Files:
---
tablelog/test:
concurrent.pl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl?rev=1.1&con
Log Message:
---
Explanation added to the test
Modified Files:
--
tablelog/test:
concurrent.pl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl.diff?r1=1.1&r2=1.2)
---(end of broadcast
Log Message:
---
Boog squash. When the Query's context gets reset, out goes the TupleDesc of the
tuplestore. Duplicate the descriptor in the PythonMemoryContext, so it doesn't
segfault all over the floor. What a stain that leaves.
Modified Files:
--
be/src:
query.c
Log Message:
---
This problem shouldn't appear because of row-level locking
Modified Files:
--
tablelog/test:
concurrent.pl (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/test/concurrent.pl.diff?r1=1.2&r2=1.3)
---
Oleg Bartunov wrote:
> On Mon, 4 Jul 2005, Christopher Kings-Lynne wrote:
>
> >> -
> >> - The current implementation of GiST within
> >> - PostgreSQL has some major limitations:
> >> - GiST index access is not concurrent, and the
> >> - GiST interface doesn't allow the development of
> >> ce
Log Message:
---
Update
> * Allow GIST indexes to create certain complex index types, like digital
> trees (see Aoki)
>
783a787
>
Modified Files:
--
pgsql/doc:
TODO (r1.1588 -> r1.1589)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1
Log Message:
---
Fix date_trunct for December dates that are in the next year, e.g.:
SELECT date_trunc('week', '2002-12-31'::date);
Backpatch to 8.0.X.
Per report from Nick Johnson.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/backend/utils/adt:
Log Message:
---
Fix date_trunct for December dates that are in the next year, e.g.:
SELECT date_trunc('week', '2002-12-31'::date);
Backpatch to 8.0.X.
Per report from Nick Johnson.
Modified Files:
--
pgsql/src/backend/utils/adt:
timestamp.c (r1.128 -> r1
Log Message:
---
Backpatch to 8.0.X openssl portability fixes to pgcrypto.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/pgcrypto:
openssl.c (r1.13.4.1 -> r1.13.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/openssl.c.d
Log Message:
---
remove incorrect comment re crontab MAILTO - opened a new feature request for
crontab notification
Modified Files:
--
client-code:
build-farm.conf (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/build
Log Message:
---
Restructure TODO sections.
Modified Files:
--
pgsql/doc:
TODO (r1.1589 -> r1.1590)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1589&r2=1.1590)
pgsql/doc/src/FAQ:
TODO.html (r1.96 -> r1.97)
(http
Log Message:
---
More TODO list section restructuring.
Modified Files:
--
pgsql/doc:
TODO (r1.1590 -> r1.1591)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1590&r2=1.1591)
pgsql/doc/src/FAQ:
TODO.html (r1.97 -> r1.98)
Log Message:
---
Fix compile if zic because it now doesn't use libpgport.
Modified Files:
--
pgsql/src/timezone:
pgtz.h (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.h.diff?r1=1.12&r2=1.13)
---
Log Message:
---
ignore files listed in cvsignore files - this will stop inappropriate
triggering of vpath builds.
Modified Files:
--
client-code:
run_build.pl (r1.30 -> r1.31)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build
Log Message:
---
I made the patch that improved the performance of replace_text().
The content of the patch is as follows:
(1)Create shortcut when subtext was not found.
(2)Stop using LEFT and RIGHT macro.
In LEFT and RIGHT macro, TEXTPOS is executed by the same content as
execution immed
Log Message:
---
I have to admit that I got the case of the preprocessor symbol on amd64
wrong. __AMD64__ is not defined, __amd64__ is.
Christof Petig
Modified Files:
--
pgsql/src/interfaces/ecpg/ecpglib:
execute.c (r1.41 -> r1.42)
(http://developer.postgr
Log Message:
---
This patch allows the PL/Python module to do (SRF) functions.
The patch was taken from the CVS version.
I have modified the plpython.c file and have added a test sql script for
testing the functionality. It was actually the script that was in the
8.0.3 version but have si
Log Message:
---
Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.
Modified Files:
--
pgsql/src/include:
port.h (r1.76 -> r1.77)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.76&r2=1.77)
pgsql/src/
Log Message:
---
add suppressible error message making defqault behavious suitable for crontab
MAILTO.
Modified Files:
--
client-code:
run_build.pl (r1.31 -> r1.32)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=
Log Message:
---
add a couple of comments.
Modified Files:
--
client-code:
run_build.pl (r1.32 -> r1.33)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.32&r2=1.33)
---(end of broadcast)-
Log Message:
---
- remember last question and answer it, if rtfm_please has no answer
Modified Files:
--
docbot:
docbot.pl (r1.46 -> r1.47)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/docbot/docbot/docbot.pl.diff?r1=1.46&r2=1.47)
-
22 matches
Mail list logo