[COMMITTERS] bizgres - bizgres: Another name change.

2005-07-28 Thread User Llonergan
Log Message: --- Another name change. Modified Files: -- bizgres/demo: IVP.tar (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/IVP.tar.diff?r1=1.8&r2=1.9) ---(end of broadcast)---

[COMMITTERS] bizgres - bizgres: Correction to path location.

2005-07-28 Thread User Llonergan
Log Message: --- Correction to path location. Modified Files: -- bizgres/demo: IVP.tar (r1.7 -> r1.8) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/IVP.tar.diff?r1=1.7&r2=1.8) ---(end of broadcast)---

[COMMITTERS] bizgres - bizgres: Documentation directory rework.

2005-07-28 Thread User Llonergan
Log Message: --- Documentation directory rework. Modified Files: -- bizgres: build.xml (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/build.xml.diff?r1=1.9&r2=1.10) common.xml (r1.8 -> r1.9) (http://cvs.pgfound

[COMMITTERS] bizgres - bizgres: Updated docs.

2005-07-28 Thread User Llonergan
Log Message: --- Updated docs. Modified Files: -- bizgres/doc: README.txt (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/doc/README.txt.diff?r1=1.2&r2=1.3) Added Files: --- bizgres/doc: BG_userguide.pdf (r1.

[COMMITTERS] bizgres - bizgres: Fix path variables to work with installer.

2005-07-28 Thread User Llonergan
Log Message: --- Fix path variables to work with installer. Modified Files: -- bizgres/demo: IVP.tar (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/demo/IVP.tar.diff?r1=1.6&r2=1.7) ---(end of broadcast)-

[COMMITTERS] pgsql: Done: < * Consider use of open/fcntl(O_DIRECT) to minimize OS

2005-07-28 Thread Bruce Momjian
Log Message: --- Done: < * Consider use of open/fcntl(O_DIRECT) to minimize OS caching, < especially for WAL writes > * -Consider use of open/fcntl(O_DIRECT) to minimize OS caching, > for WAL writes Modified Files: -- pgsql/doc: TODO (r1.1600 -> r1.1601)

[COMMITTERS] pgsql: Update O_DIRECT comment.

2005-07-28 Thread Bruce Momjian
Log Message: --- Update O_DIRECT comment. Modified Files: -- pgsql/src/backend/access/transam: xlog.c (r1.211 -> r1.212) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.211&r2=1.212) ---

[COMMITTERS] pgsql: Thank you for applying patch --- regexp_replace.

2005-07-28 Thread Bruce Momjian
Log Message: --- Thank you for applying patch --- regexp_replace. An attached patch is a small additional improvement. This patch use appendStringInfoText instead of appendStringInfoString. There is an overhead of PG_TEXT_GET_STR when appendStringInfoString is executed by text type. This

[COMMITTERS] pgsql: Use O_DIRECT if available when using O_SYNC for wal_sync_method.

2005-07-28 Thread Bruce Momjian
Log Message: --- Use O_DIRECT if available when using O_SYNC for wal_sync_method. Also, write multiple WAL buffers out in one write() operation. ITAGAKI Takahiro --- > If we disable writeback-cache and use open_syn

[COMMITTERS] bizgres - bizgres: Handle null countries better, to prevent empty

2005-07-28 Thread User Bklawans
Log Message: --- Handle null countries better, to prevent empty reports Modified Files: -- bizgres/JasperReports/reports: DailyGeographicActivity.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/DailyGe

[COMMITTERS] bizgres - bizgres: Using aggregate tables for weekly entry page info.

2005-07-28 Thread User Bklawans
Log Message: --- Using aggregate tables for weekly entry page info. Showing the page description instead of the url when the description has meaningful data Modified Files: -- bizgres/JasperReports/reports: DailyTrafficActivity.jrxml (r1.3 -> r1.4) (http:/

[COMMITTERS] bizgres - bizgres: Use weekly aggregate tables If the page_desc field

2005-07-28 Thread User Bklawans
Log Message: --- Use weekly aggregate tables If the page_desc field has meaningful data use it instead of the url. Modified Files: -- bizgres/JasperReports/reports: CumulativeExitPages.jrxml (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgre

[COMMITTERS] bizgres - bizgres: Updated the SQL to use aggregate tables

2005-07-28 Thread User Bklawans
Log Message: --- Updated the SQL to use aggregate tables Modified Files: -- bizgres/JasperReports/reports: WeeklyTrafficActivity.jrxml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/WeeklyTrafficActivity.jr

[COMMITTERS] bizgres - bizgres: Compiles the reports

2005-07-28 Thread User Nwakefield
Log Message: --- Compiles the reports Added Files: --- bizgres/JasperReports: build.xml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/build.xml?rev=1.1&content-type=text/x-cvsweb-markup) ---(end of br

[COMMITTERS] bizgres - bizgres: compiles to the reports folder

2005-07-28 Thread User Nwakefield
Log Message: --- compiles to the reports folder Modified Files: -- bizgres/JasperReports: build.xml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/build.xml.diff?r1=1.1&r2=1.2) ---(end of b

[COMMITTERS] pgsql: Make use of new list primitives list_append_unique and

2005-07-28 Thread Tom Lane
Log Message: --- Make use of new list primitives list_append_unique and list_concat_unique where applicable. Modified Files: -- pgsql/src/backend/optimizer/path: joinrels.c (r1.74 -> r1.75) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/optim

[COMMITTERS] bizgres - bizgres: Added sample ant target showing how to batch

2005-07-28 Thread User Bklawans
Log Message: --- Added sample ant target showing how to batch precompile the reports Modified Files: -- bizgres/JasperReportsRunner: build.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReportsRunner/build.xml.diff?r1=

[COMMITTERS] bizgres - bizgres: Changed the names of the Cumulative report output to

2005-07-28 Thread User Bklawans
Log Message: --- Changed the names of the Cumulative report output to match the new naming convention Modified Files: -- bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream: JasperReportsRunner.java (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cg

[COMMITTERS] pgsql: Add tab completion syntax for PREPARE 2-phase commit syntax.

2005-07-28 Thread Bruce Momjian
Log Message: --- Add tab completion syntax for PREPARE 2-phase commit syntax. There's no tab-completion for "PREPARE TRANSACTION 'xxx'" since that would be ambigous with "PREPARE xxx AS xx". Heikki Linnakangas Modified Files: -- pgsql/src/bin/psql: tab-complete.c

[COMMITTERS] bizgres - bizgres: The JasperReportRunner will now specify that the

2005-07-28 Thread User Bklawans
Log Message: --- The JasperReportRunner will now specify that the JasperReports files are compiled by the JDT compiler, to avoid any dependency on javac being installed. Added Files: --- bizgres/JasperReportsRunner/lib: jdt-compiler.jar (r1.1) (http://cvs.pgfou

[COMMITTERS] pgsql: Fix a bunch of bad interactions between partial indexes and the

2005-07-28 Thread Tom Lane
Log Message: --- Fix a bunch of bad interactions between partial indexes and the new planning logic for bitmap indexscans. Partial indexes create corner cases in which a scan might be done with no explicit index qual conditions, and the code wasn't handling those cases nicely. Also be a l

[COMMITTERS] bizgres - bizgres: 1) Use the jdt compiler when compiling JasperReports

2005-07-28 Thread User Bklawans
Log Message: --- 1) Use the jdt compiler when compiling JasperReports - doesn't require the javac compiler to be installed, and doesn't require temp file space. 2) Use a manual HtmlExporter for finer control over the HTML generated. 3) Don't use small images to align stuff in HTML output

[COMMITTERS] bizgres - bizgres:

2005-07-28 Thread User Nwakefield
Log Message: --- Modified Files: -- bizgres/KETL/conf: Extra.Config (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/conf/Extra.Config.diff?r1=1.1&r2=1.2) ---(end of broadcast)---

[COMMITTERS] bizgres - bizgres: Introduce release Release-0_7_2

2005-07-28 Thread User Builder
Log Message: --- Introduce release Release-0_7_2 Modified Files: -- bizgres: release.txt (r1.9 -> r1.10) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/release.txt.diff?r1=1.9&r2=1.10) ---(end of broadcast)

[COMMITTERS] bizgres - bizgres: Example DBs uploaded

2005-07-28 Thread User Nwakefield
Log Message: --- Example DBs uploaded Modified Files: -- bizgres/KETL/src/com/kni/etl/ketl/writer: JasperReportWriter.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/writer/JasperReportWriter.java.d

[COMMITTERS] pgsql: Code cleanup.

2005-07-28 Thread Bruce Momjian
Log Message: --- Code cleanup. Modified Files: -- pgsql/src/backend/libpq: hba.c (r1.144 -> r1.145) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.144&r2=1.145) ---(end of broadcast)-

[COMMITTERS] pgsql: Refactor exec_cast_value() and exec_simple_cast_value(): since

2005-07-28 Thread Neil Conway
Log Message: --- Refactor exec_cast_value() and exec_simple_cast_value(): since they do not ever write through the `isnull' parameter, it does not need to be an out parameter. Therefore it can be declared a "bool" rather than a "bool *". Modified Files: -- pgsql/src/pl/plpg

[COMMITTERS] pgsql: Mark a static array "const" to move a few bytes from the "data"

2005-07-28 Thread Neil Conway
Log Message: --- Mark a static array "const" to move a few bytes from the "data" segment to the "text" segment. It would be possible to mark the elements of the array "const" as well, but this would require multiple API changes and does not seem to be worth the notational inconvenience. Mo