Log Message:
---
Un-Windows-ify newlines.
Modified Files:
--
pgsql/src/backend/utils/adt:
dbsize.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c.diff?r1=1.1&r2=1.2)
---(end of broadc
Log Message:
---
rmtree() reported the wrong pathname if final rmdir failed.
Modified Files:
--
pgsql/src/port:
dirmod.c (r1.37 -> r1.38)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.37&r2=1.38)
---(
Log Message:
---
Use ReadDir() not readdir() so as to have some modicum of error checking.
Modified Files:
--
pgsql/src/backend/utils/adt:
dbsize.c (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/dbsize.c.diff?r1=1.2&r
Log Message:
---
rmtree() reported the wrong pathname if final rmdir failed.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/src/port:
dirmod.c (r1.34.4.2 -> r1.34.4.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/dirmod.c.diff?r1=1.34.4.2&
Log Message:
---
Add ERROR_NO_MORE_FILES workaround to check_data_dir(). This may or
may not be obsolete, but since every other readdir loop in our code
has it, I think this should too.
Modified Files:
--
pgsql/src/bin/initdb:
initdb.c (r1.93 -> r1.94)
(ht
Log Message:
---
Code and docs review for pg_column_size() patch.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.275 -> r1.276)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.275&r2=1.276)
pgsql/src/backend/acce
Log Message:
---
Modified Files:
--
bizgres/KETL/bin:
ketl_start (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/bin/ketl_start.diff?r1=1.1&r2=1.2)
ketl_ctl (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/
Log Message:
---
Modified Files:
--
bizgres/KETL:
README.txt (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/README.txt.diff?r1=1.2&r2=1.3)
build.xml (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.
Log Message:
---
added support for multiple locations of jars
Modified Files:
--
bizgres/KETL:
build.xml (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/build.xml.diff?r1=1.6&r2=1.7)
---(end of broad
Log Message:
---
Clean up CREATE DATABASE processing to make it more robust and get rid
of special case for Windows port. Put a PG_TRY around most of createdb()
to ensure that we remove copied subdirectories on failure, even if the
failure happens while creating the pg_database row. (I th
Log Message:
---
Example Warehouse and Metadata
Added Files:
---
bizgres/KETL/setup:
clickstreamExample.dmp.bz2 (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/clickstreamExample.dmp.bz2?rev=1.1&content-type=text/x-cvsweb-markup)
Log Message:
---
Empty warehouse with seeded metadata and example weblog
Added Files:
---
bizgres/KETL/setup:
clickstreamBlank.dmp.bz2 (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/clickstreamBlank.dmp.bz2?rev=1.1&content-type=t
Log Message:
---
Prevent planner from including temp tables of other backends when expanding
an inheritance tree. Per recent discussions.
Modified Files:
--
pgsql/src/backend/optimizer/prep:
prepunion.c (r1.125 -> r1.126)
(http://developer.postgresql.org/c
Log Message:
---
Tweak BgBufferSync() so that a persistent write error on a dirty buffer
doesn't block the bgwriter from making progress writing out other buffers.
This was a hard problem in the context of the ARC/2Q design, but it's
trivial in the context of clock sweep ... just advance th
Log Message:
---
moved clickstream.properties to WEB-INF/lib of webapp
added pointer in conf/Extra.Config
Removed Files:
-
bizgres/KETL/conf:
clickstream.properties
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/clickstream.propertie
Log Message:
---
modified -D clickstream.property.file
Modified Files:
--
bizgres/KETL/conf:
Extra.Config (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/Extra.Config.diff?r1=1.3&r2=1.4)
---(end
Log Message:
---
Done:
< * Prevent inherited tables from expanding temporary subtables of other
> * -Prevent inherited tables from expanding temporary subtables of other
Modified Files:
--
pgsql/doc:
TODO (r1.1616 -> r1.1617)
(http://developer.postgresql.
Log Message:
---
Get the exception information from sys.exc_info().
Rename the exception attribute to exc_info to better describe the object.
Grab all exceptions. Not just Exception subclasses.
Modified Files:
--
pq/src:
transam.py (r1.1.1.1 -> r1.2)
(http:
Log Message:
---
ShowOption is an asynchronous message, so treat it as such.
Also, 'Q' messages have an implied sync, so consume the SynchronizeMessage
returned by the handle_error state to avoid a double synchronize.
(Later, perhaps, remove the syncmsg return from handle_error entirely.)
19 matches
Mail list logo