Log Message:
---
Cleanup for procarray.c.
Modified Files:
--
pgsql/src/backend/storage/ipc:
procarray.c (r1.21 -> r1.22)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/procarray.c.diff?r1=1.21&r2=1.22)
---
Log Message:
---
Fix expected regression test output to include resource relations and
attributes.
Modified Files:
--
bizgres/postgresql/src/test/regress/expected:
rules.out (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgr
Log Message:
---
Restore Bizgres tuned defaults for shared_buffers, work_mem and
maintenance_work_mem. These probably could do with some looking at again - but
at least they agree with the configuration file now!
Modified Files:
--
bizgres/postgresql/src/backend/utils/misc
Log Message:
---
set up config logging properly for MSVC
Modified Files:
--
client-code:
run_build.pl (r1.76 -> r1.77)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.76&r2=1.77)
---(end o
Log Message:
---
Adding new function sparsegraph_get_neighborhood(sparsegraph, int)
Modified Files:
--
sparsegraph:
README.sparsegraph (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/README.sparsegraph.diff?r1=1.1&r2=1.2)
Log Message:
---
Adding "make dist" target for building distribution tarball
Modified Files:
--
sparsegraph:
.cvsignore (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/.cvsignore.diff?r1=1.1.1.1&r2=1.2)
-
Log Message:
---
Adding "make dist" target for building distribution tarball
Modified Files:
--
sparsegraph:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/sparsegraph/sparsegraph/Makefile.diff?r1=1.2&r2=1.3)
-
Log Message:
---
Add:
>
> * Fix cases where invalid byte encodings are accepted by the database,
> but throw an error on SELECT
>
> http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php
Modified Files:
--
pgsql/doc:
TODO (r1.2127 -> r1.2128)
Log Message:
---
Add comment that pg_dump 'append' format is used only by pg_dump, per
Dave Page.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.463 -> r1.464)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.46
Log Message:
---
Add to TODO:
CLUSTER:
>
> o %Add VERBOSE option to report tables as they are processed,
> like VACUUM VERBOSE
Modified Files:
--
pgsql/doc:
TODO (r1.2126 -> r1.2127)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO
Log Message:
---
Commit newest version of xmlpath().
Nikolay Samokhvalov
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.36 -> r1.37)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.diff?r1=1.36&r2=1.37)
pgsql/sr
Log Message:
---
In pg_dump, strcasecmp -> pg_strcasecmp.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.462 -> r1.463)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c.diff?r1=1.462&r2=1.463)
---
Log Message:
---
Add xmlpath() to evaluate XPath expressions, with namespaces support.
Nikolay Samokhvalov
Modified Files:
--
pgsql/src/backend/utils/adt:
xml.c (r1.35 -> r1.36)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c.
Log Message:
---
Arrange for PreventTransactionChain to reject commands submitted as part
of a multi-statement simple-Query message. This bug goes all the way
back, but unfortunately is not nearly so easy to fix in existing releases;
it is only the recent ProcessUtility API change that mak
Log Message:
---
Allow the pgstat process to restart immediately after a receiving
SIGQUIT signal, rather than waiting for PGSTAT_RESTART_INTERVAL.
Modified Files:
--
pgsql/src/backend/postmaster:
pgstat.c (r1.149 -> r1.150)
(http://developer.postgresql.org
Log Message:
---
Allow DROP TABLESPACE to succeed (with a warning) if the pg_tblspc symlink
doesn't exist. This allows DROP to be used to clean out the pg_tablespace
catalog entry in a situation where a previous DROP attempt failed before
committing but after having removed the directories
Log Message:
---
Properly enforce pg_dump -F formation options; only single letter or
full words support, per report from Mark Stosberg.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.461 -> r1.462)
(http://developer.postgresql.org/cvsweb.cgi/pgsql
Log Message:
---
Remove the currently unused FRONTEND case in dllist.c. This allows the usage
of palloc instead of malloc, which means a list can be freed simply by deleting
the memory context that contains it.
Modified Files:
--
pgsql/src/backend/lib:
dllist.c (r1
Log Message:
---
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.
Tags:
REL8_2_STABLE
Modified Files:
--
pgsql/contrib/tsearch2/wordparser:
parser.c (r1.11.2.1 -> r1.11.2.2)
(http://developer.
Log Message:
---
Fix parser bug on Windows with UTF8 encoding and C locale, the reason was
sizeof(wchar_t) = 2 instead of 4.
Modified Files:
--
pgsql/contrib/tsearch2/wordparser:
parser.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/co
Log Message:
---
Remove tabs in SGML files.
Modified Files:
--
pgsql/doc/src/sgml:
catalogs.sgml (r2.146 -> r2.147)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/catalogs.sgml.diff?r1=2.146&r2=2.147)
config.sgml (r1.116 -> r1.117)
Log Message:
---
Remove tabs from SGML file.
Modified Files:
--
pgsql/doc/src/sgml/ref:
alter_table.sgml (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/alter_table.sgml.diff?r1=1.95&r2=1.96)
---(
Log Message:
---
Forgot to add file needed for PL regression tests
Added Files:
---
pgsql/src/tools/msvc:
getregress.pl (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/getregress.pl?rev=1.1&content-type=text/x-cvsweb-markup)
---
Log Message:
---
Hmm, pt_br complains without the CDATA. Remove the version check altogether
(it's still in the wrapper) until Wix can handle it properly.
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.189 -> r1.190)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb
Log Message:
---
The French translation crashes the compiler when a CDATA section is used for
the version check condition(!)
Modified Files:
--
pginst/wxs:
pginst.wxs (r1.188 -> r1.189)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pg
Log Message:
---
No need for the sslver tool any more.
Modified Files:
--
pginst/tools:
Makefile (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/tools/Makefile.diff?r1=1.2&r2=1.3)
Removed Files:
-
pginst/tools
Log Message:
---
Add support for installation on Vista.
Remove admin user checks.
Prevent installation on < Win2K
Modified Files:
--
pginst:
README (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/README.diff?r1=1.19&r2=1.20
Log Message:
---
MSVC - do pl_install_check, fix web transaction call.
Modified Files:
--
client-code:
run_build.pl (r1.75 -> r1.76)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/client-code/run_build.pl.diff?r1=1.75&r2=1.76)
---
Log Message:
---
1. Adding LICENSE and README files.
2. Prepending license information to all source files.
3. Fixing a major bug in the binary search algorithm I just added to
sparsegraph_neighbors -- OUCH!
Modified Files:
--
sparsegraph:
Makefile (r1.1.1.1 -> r
29 matches
Mail list logo