[COMMITTERS] bizgres - bizgres: Tweaked error handling to work better with

2005-07-27 Thread User Nwakefield
Log Message: --- Tweaked error handling to work better with JasperReports Modified Files: -- bizgres/KETL/src/com/kni/etl/ketl/writer: FileWriter.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/writ

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-27 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/xml/examples In directory pgfoundry.org:/tmp/cvs-serv70286/xml/examples Log Message: Directory /cvsroot/bizgres/bizgres/KETL/xml/examples added to the repository ---(end of broadcast)--- TIP 3: Have you check

[COMMITTERS] pgsql: Remove no-longer-needed hack to add pgsleep.c to regress.so.

2005-07-27 Thread Tom Lane
Log Message: --- Remove no-longer-needed hack to add pgsleep.c to regress.so. Modified Files: -- pgsql/src/test/regress: GNUmakefile (r1.51 -> r1.52) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile.diff?r1=1.51&r2=1.52) -

[COMMITTERS] pgsql: Put libpgport into OBJS instead of LIBS, so that it gets included

2005-07-27 Thread Tom Lane
Log Message: --- Put libpgport into OBJS instead of LIBS, so that it gets included into .def and .exp files automatically on Windows, AIX, and the like. An additional benefit is that changes in libpgport files correctly propagate to force rebuild of the backend executable. This is my rewor

[COMMITTERS] pgsql: Fix a whole bunch of #includes that were either wrong or

2005-07-27 Thread Tom Lane
Log Message: --- Fix a whole bunch of #includes that were either wrong or redundant. The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either

[COMMITTERS] pgsql: Remove some long-dead support for libpgtcl with Tk.

2005-07-27 Thread Tom Lane
Log Message: --- Remove some long-dead support for libpgtcl with Tk. Modified Files: -- pgsql/src: Makefile.global.in (r1.217 -> r1.218) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.global.in.diff?r1=1.217&r2=1.218) --

[COMMITTERS] bizgres - bizgres: Cleaned up the formatting, fixed a few problems with

2005-07-27 Thread User Bklawans
Log Message: --- Cleaned up the formatting, fixed a few problems with HTML output producing white text on a white background, which is a wee bit hard to read. TODO: The Entry and Exit pages aren't using the aggregate tables yet, as I haven't created them on my db yet. If you run the

[COMMITTERS] bizgres - bizgres: Formatting clean up.

2005-07-27 Thread User Bklawans
Log Message: --- Formatting clean up. Modified Files: -- bizgres/JasperReports/reports: CumulativeTopReferrers.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTopReferrers.jrxml.diff?r1=1.1&r

[COMMITTERS] bizgres - bizgres: Fixed a problem with subreports, caused by running

2005-07-27 Thread User Bklawans
Log Message: --- Fixed a problem with subreports, caused by running the report runner in a diffent directory than the actual reports. The fix is to pass the path to the reports to the master, so it can specify the exact location of the subreport. Modified Files: -- bizgres

[COMMITTERS] pgsql: Fix breakage introduced in plpgsql CONTINUE patch.

2005-07-27 Thread Tom Lane
Log Message: --- Fix breakage introduced in plpgsql CONTINUE patch. Per Kevin McArthur. Modified Files: -- pgsql/src/pl/plpgsql/src: pl_exec.c (r1.149 -> r1.150) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpgsql/src/pl_exec.c.diff?r1=1.149&r2

[COMMITTERS] bizgres - bizgres: include code in jar, makes debugging easier

2005-07-27 Thread User Nwakefield
Log Message: --- include code in jar, makes debugging easier Modified Files: -- bizgres/JasperReportsRunner: build.xml (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=1.4&r2=1.5) ---

[COMMITTERS] bizgres - bizgres: Removed extraneous page breaks.

2005-07-27 Thread User Bklawans
Log Message: --- Removed extraneous page breaks. Modified Files: -- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/CumulativeTrafficActivity.jr

[COMMITTERS] bizgres - bizgres: Cleaned up HTML formatting, switched to using

2005-07-27 Thread User Bklawans
Log Message: --- Cleaned up HTML formatting, switched to using aggregate tables where possible. Modified Files: -- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/Jas

[COMMITTERS] bizgres - bizgres: Changed the signature of the runReport method so the

2005-07-27 Thread User Bklawans
Log Message: --- Changed the signature of the runReport method so the type of report (daily, weekly, cumulative) of the report can be passed in. Renamed the old "historical" static to be "Cumulative" to match the new terminology. Modified Files: -- bizgres/JasperReportsRunn

[COMMITTERS] bizgres - bizgres: Allow an alternate file name to specified via a

2005-07-27 Thread User Bklawans
Log Message: --- Allow an alternate file name to specified via a report parameter. The specified name overrides any automatic timestamping. Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.2 -> r1.3

[COMMITTERS] bizgres - bizgres: Jar had error

2005-07-27 Thread User Nwakefield
Log Message: --- Jar had error Modified Files: -- bizgres/JasperReportsRunner: build.xml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=1.3&r2=1.4) ---(end of broadc

[COMMITTERS] bizgres - bizgres: added a new view, aggregate tweaks and metadata

2005-07-27 Thread User Nwakefield
Log Message: --- added a new view, aggregate tweaks and metadata values for report_meta Modified Files: -- bizgres/KETL/setup: KETL_MD_Schema_PG.ddl (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/setup/KETL_MD_Schema_PG.ddl

[COMMITTERS] bizgres - bizgres: Updated to show current set of reports, their files,

2005-07-27 Thread User Bklawans
Log Message: --- Updated to show current set of reports, their files, and any subreport dependencies. Modified Files: -- bizgres/JasperReports/reports: README.txt (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/repo

[COMMITTERS] bizgres - bizgres: Updated versions of the Geographic Activity reports.

2005-07-27 Thread User Bklawans
Log Message: --- Updated versions of the Geographic Activity reports. Daily/weekly/historic version, no blank pages between weeks in historical version. Modified Files: -- bizgres/JasperReports/reports: GeographicByWeek.jrxml (r1.2 -> r1.3) (http://cvs.pgf

[COMMITTERS] bizgres - bizgres: Changing the name of the output files for Daily and

2005-07-27 Thread User Bklawans
Log Message: --- Changing the name of the output files for Daily and Weekly reports, per Nitin's request. Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.1 -> r1.2) (http://cvs.pgfoundry.or

[COMMITTERS] bizgres - bizgres: Two additinal libs needed to run reports with charts

2005-07-27 Thread User Bklawans
Log Message: --- Two additinal libs needed to run reports with charts in them. Added Files: --- bizgres/JasperReportsRunner/lib: jcommon-1.0.0-rc1.jar (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/lib/jcommon-1.0.0-rc1.

[COMMITTERS] tablelog - tablelog: docu and init part updated

2005-07-27 Thread User Andreas
Log Message: --- docu and init part updated Modified Files: -- tablelog: README.tablelog (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/README.tablelog.diff?r1=1.4&r2=1.5) tablelog_init.sql (r1.3 -> r1.4) (htt

[COMMITTERS] bizgres - bizgres: Site Activity reports for daily/weekly/cumulative.

2005-07-27 Thread User Bklawans
Log Message: --- Site Activity reports for daily/weekly/cumulative. Using final aggregate tables, basically finished. Modified Files: -- bizgres/JasperReports/reports: WeeklySiteActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/biz

[COMMITTERS] tablelog - tablelog: tablelog_restore() added

2005-07-27 Thread User Andreas
Log Message: --- tablelog_restore() added Modified Files: -- tablelog: tablelog_restore.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.c.diff?r1=1.4&r2=1.5) ---(end of broadcast)

[COMMITTERS] bizgres - bizgres: Deleted obsoleted report

2005-07-27 Thread User Bklawans
Log Message: --- Deleted obsoleted report Removed Files: - bizgres/JasperReports/reports: TopEntryPages.jrxml (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/TopEntryPages.jrxml) ---(end of broadca

[COMMITTERS] bizgres - bizgres: The daily/weekly/cumulative version of the entry page

2005-07-27 Thread User Bklawans
Log Message: --- The daily/weekly/cumulative version of the entry page reports. Not yet updated to use the new aggregates being created by KETL. Modified Files: -- bizgres/JasperReports/reports: EntryPagesForWeek.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.

[COMMITTERS] bizgres - bizgres: getResultSet() non JDBC compliant on some drivers,

2005-07-27 Thread User Nwakefield
Log Message: --- getResultSet() non JDBC compliant on some drivers, fix put in to protect against unexpected results. Modified Files: -- bizgres/KETL/src/com/kni/etl/ketl/reader: JDBCReader.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/b

[COMMITTERS] pgsql: Add some missing SGML markup.

2005-07-27 Thread Neil Conway
Log Message: --- Add some missing SGML markup. Modified Files: -- pgsql/doc/src/sgml/ref: pg_restore.sgml (r1.54 -> r1.55) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_restore.sgml.diff?r1=1.54&r2=1.55) ---(

[COMMITTERS] pgsql: Fix a few macro definitions to ensure that unary minus is

2005-07-27 Thread Neil Conway
Log Message: --- Fix a few macro definitions to ensure that unary minus is enclosed in parentheses. This avoids possible operator precedence problems, and is consistent with most of the macro definitions in the tree. Modified Files: -- pgsql/src/backend/utils/adt: f

[COMMITTERS] pgrast - CVSROOT: commit info is now sent to

2005-07-27 Thread User Snaga
Log Message: --- commit info is now sent to [EMAIL PROTECTED] Modified Files: -- CVSROOT: loginfo (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgrast/CVSROOT/loginfo.diff?r1=1.2&r2=1.3) ---(end of broadcast)--

[COMMITTERS] pgrast - pg_rast: Imported Sources

2005-07-27 Thread User Snaga
Update of /cvsroot/pgrast/pg_rast In directory pgfoundry.org:/home/pgfoundry.org/snaga/pg_rast Log Message: initial import Status: Vendor Tag: pg_rast Release Tags: initial N pg_rast/Makefile N pg_rast/pg_rast.sql.in N pg_rast/test.pl N pg_rast/pg_rast.c N pg_rast/README.p

[COMMITTERS] pgsql: Remove MMCacheLock -- it is no longer used.

2005-07-27 Thread Neil Conway
Log Message: --- Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. Modified Files: -- pgsql/src/include/storage: lwlock.h (r1.20 -> r1.21) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/lwlock.h.diff?r1=1.20&r2=1.21)