Log Message:
---
Add DSSSL stylesheet location for Mac OS X/Fink installation.
Modified Files:
--
pgsql:
configure (r1.603 -> r1.604)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.603&r2=1.604)
pgsql/config:
docbook.m4 (r1.8 ->
Log Message:
---
Ensure we run as root on GTK platforms where installers generally cannot
elevate their own privileges.
Modified Files:
--
wizard:
StackBuilder.cpp (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/StackBuild
Log Message:
---
Default to --enable-debug
To get the old behaviour - stripped binary and -fomit-frame-pointer
in CFLAGS, --disable-debug must be used.
Allowing debugging by default seems saner.
Modified Files:
--
pgbouncer:
configure.ac (r1.46 -> r1.47)
Log Message:
---
Code coverage testing with gcov. Documentation is in the regression test
chapter.
Author: Michelle Caisse <[EMAIL PROTECTED]>
Modified Files:
--
pgsql:
GNUmakefile.in (r1.47 -> r1.48)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/GNUmak
Log Message:
---
Redefine YYMALLOC/YYFREE instead malloc/free. Its safer.
Modified Files:
--
plproxy/src:
parser.y (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/src/parser.y.diff?r1=1.12&r2=1.13)
--
Sent via pgsql-committe
Log Message:
---
FIX fixed reader: it now know about -C
Modified Files:
--
pgloader/pgloader:
fixedreader.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader/fixedreader.py.diff?r1=1.2&r2=1.3)
--
Sent via pgsql-commit
Log Message:
---
Use psycopg cursor.copy_expert() when avaiable (> 2.0.6), which should fix
problems tied to too small copy buffer, per Marko's comment on Skytools project
Modified Files:
--
pgloader/pgloader:
db.py (r1.23 -> r1.24)
(http://cvs.pgfoundry.o
Log Message:
---
Improve error message handling for applist and mirror list downloads
Modified Files:
--
wizard:
App.cpp (r1.32 -> r1.33)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/App.cpp.diff?r1=1.32&r2=1.33)
AppList.cpp (r1.
Log Message:
---
Fixed an improperly added finally block to handle closeconnection
commandbehavior. By closing the connection in a finally block, I broke the
fetch data on demand. Now, I only close the connection when there is an
exception.
Thanks Christian Holzner (support at tuga dot
Log Message:
---
Allow installed apps to be reinstalled.
Modified Files:
--
wizard:
AppList.cpp (r1.18 -> r1.19)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/stackbuilder/wizard/AppList.cpp.diff?r1=1.18&r2=1.19)
--
Sent via pgsql-committers mailing list (
Log Message:
---
update
Modified Files:
--
plproxy:
AUTHORS (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/AUTHORS.diff?r1=1.3&r2=1.4)
--
Sent via pgsql-committers mailing list ([email protected])
To make changes
Log Message:
---
Fixed ClearAllPools which were missing a line to remove the ConnectorsList.
Thanks Christian Holzner (support at tuga dot it) for heads up and patch.
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlConnectorPool.cs (r1.11 -> r1.12)
(http://c
Log Message:
---
v2.0.6
Modified Files:
--
plproxy:
NEWS (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/NEWS.diff?r1=1.12&r2=1.13)
plproxy/debian:
changelog (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin
Log Message:
---
v2.0.6
Modified Files:
--
plproxy:
Makefile (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/Makefile.diff?r1=1.28&r2=1.29)
--
Sent via pgsql-committers mailing list ([email protected])
To make c
Log Message:
---
more docs about passwords
Modified Files:
--
plproxy/doc:
config.txt (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/plproxy/plproxy/doc/config.txt.diff?r1=1.6&r2=1.7)
--
Sent via pgsql-committers mailing list (pgsql-committer
Log Message:
---
Add PQtypesRegister as a macro and made PQtypesEventProc the actual proc,
rather than a function returning the proc address
Modified Files:
--
libpqtypes/src:
events.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/
Log Message:
---
Add Win32 MSVC code to support this recent patch:
Add missing descriptions for aggregates, functions and conversions.
Bernd Helmle
Modified Files:
--
pgsql/src/tools/msvc:
Install.pm (r1.29 -> r1.30)
(http://anoncvs.postgresql.org/cvsweb.
Bernd Helmle wrote:
> --On Samstag, August 23, 2008 17:59:55 -0400 Tom Lane <[EMAIL PROTECTED]>
> wrote:
>
> > Where's the Windows equivalent to that?
>
> Uhm, good question ;) Do you have a hint, since i never hacked our windows
> built infrastructure?
Well, seeing as no one else has done thi
Log Message:
---
Add some additional casts and regression tests for the citext data type.
David Wheeler
Modified Files:
--
pgsql/contrib/citext:
citext.sql.in (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/citext/citext.sql.in?r1=1.2
Log Message:
---
Check for gcov and lcov only when coverage testing is enabled.
Modified Files:
--
pgsql:
configure (r1.605 -> r1.606)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.605&r2=1.606)
configure.in (r1.566 -> r1.567)
Log Message:
---
Fix an oversight in the 8.2 patch that improved mergejoin performance by
inserting a materialize node above an inner-side sort node, when the sort is
expected to spill to disk. (The materialize protects the sort from having
to support mark/restore, allowing it to do its fi
Log Message:
---
Add comment about why pg_dump doesn't dump the public schema comment.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.157 -> r1.158)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=
Log Message:
---
Implement a psql command "\ef" to edit the definition of a function.
In support of that, create a backend function pg_get_functiondef().
The psql command is functional but maybe a bit rough around the edges...
Abhijit Menon-Sen
Modified Files:
--
pgsql/doc
23 matches
Mail list logo