[COMMITTERS] pgsql: Add pg_has_role() family of privilege inquiry functions modeled

2005-07-25 Thread Tom Lane
Log Message: --- Add pg_has_role() family of privilege inquiry functions modeled after the existing ones for object privileges. Update the information_schema for roles --- pg_has_role() makes this a whole lot easier, removing the need for most of the explicit joins with pg_user. The views

[COMMITTERS] bizgres - bizgres: Daily WebTrafficActivity report.

2005-07-25 Thread User Bklawans
Log Message: --- Daily WebTrafficActivity report. Shows traffic by hour for a specific date, with both a table and a line chart. TODOS: Fix hour formating, currently "0", "1", etc. Add summaries for page views, sessions, users Added Files: --- bizgres/JasperReports/rep

[COMMITTERS] bizgres - bizgres: Moved the old "WeeklyTrafficActivity" report to

2005-07-25 Thread User Bklawans
Log Message: --- Moved the old "WeeklyTrafficActivity" report to "CumulativeTrafficActivity" to match our new naming conventions. Added Files: --- bizgres/JasperReports/reports: CumulativeTrafficActivity.jrxml (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi

[COMMITTERS] bizgres - bizgres: Weekly Traffic Activity report.

2005-07-25 Thread User Bklawans
Log Message: --- Weekly Traffic Activity report. Has a mandatory parameter called "week_end_date" which is the last day of the seven day span to report on. There is a table and a line chart showing pageviews, sessions and users per day for the week, where week is a rolling 7 day period en

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/transformation In directory pgfoundry.org:/tmp/cvs-serv37919/src/com/kni/etl/ketl/transformation Log Message: Directory /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/transformation added to the repository ---

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/reader In directory pgfoundry.org:/tmp/cvs-serv37919/src/com/kni/etl/ketl/reader Log Message: Directory /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/reader added to the repository ---(end of broadcast)---

[COMMITTERS] bizgres - bizgres: Code reorg was not deployed in initial release

2005-07-25 Thread User Nwakefield
Log Message: --- Code reorg was not deployed in initial release Modified Files: -- bizgres/KETL/src/com/kni/etl/ketl: ETLEvent.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/ketl/ETLEvent.java.diff?r1=1

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Nwakefield
Update of /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/writer In directory pgfoundry.org:/tmp/cvs-serv37919/src/com/kni/etl/ketl/writer Log Message: Directory /cvsroot/bizgres/bizgres/KETL/src/com/kni/etl/ketl/writer added to the repository ---(end of broadcast)---

[COMMITTERS] pgsql: Add SET ROLE.

2005-07-25 Thread Tom Lane
Log Message: --- Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; I'm still working on the has_role function and information_schema changes. Modified Files: -- pgsql/doc/src/sgml: func.sgml (r1.269 -> r1.270) (http://developer.postgr

[COMMITTERS] bizgres - bizgres: Suppress blank pages between weeks in PDF output.

2005-07-25 Thread User Bklawans
Log Message: --- Suppress blank pages between weeks in PDF output. Modified Files: -- bizgres/JasperReports/reports: GeographicActivity.jrxml (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/JasperReports/reports/GeographicActivit

[COMMITTERS] python - pq: Imported Sources

2005-07-25 Thread James William Pye
Update of /cvsroot/python/pq In directory pgfoundry.org:/tmp/cvs-serv99218 Log Message: Import PQueue. A low-level PQ protocol implementation providing PQv3 message classes, client "transactions", message processing queue("Interchange") with thread safety, and buffer mechanisms for reading message

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

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

[COMMITTERS] pgbuildfarm - client-code: - upload a zipped tar of all the logs,

2005-07-25 Thread User Andrewd
Log Message: --- - upload a zipped tar of all the logs, regardless of success status - fix multiroot bug with logdir name in web txn Modified Files: -- client-code: build-farm.conf (r1.13 -> r1.14) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbuildfarm/c

[COMMITTERS] bizgres - bizgres: Ant file to build and test the JasperReportsRunner.

2005-07-25 Thread User Bklawans
Log Message: --- Ant file to build and test the JasperReportsRunner. Major targets: compile - compiles the runner compile-tests - compiles the test files run-tests - runs all available tests. (currently there are no tests.) clean - one guess Added Files: ---

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream In directory pgfoundry.org:/tmp/cvs-serv95746/clickstream Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres/clickstream added to the repository --

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com In directory pgfoundry.org:/tmp/cvs-serv95676/com Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com added to the repository ---(end of broadcast)--- TIP 9: In

[COMMITTERS] bizgres - bizgres: Initial check in of the JasperRunner for use with the

2005-07-25 Thread User Bklawans
Log Message: --- Initial check in of the JasperRunner for use with the click stream analysis application. This consists of a new class that the ETL engine can use to fire off report execution upon completion, and a typed exception thrown by the runner. One major bug right now: reports are

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft In directory pgfoundry.org:/tmp/cvs-serv95707/jaspersoft Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft added to the repository ---(end of broadcast)

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres In directory pgfoundry.org:/tmp/cvs-serv95732/bizgres Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src/com/jaspersoft/bizgres added to the repository ---(end of bro

[COMMITTERS] bizgres - bizgres: Libraries needed to build and run the

2005-07-25 Thread User Bklawans
Log Message: --- Libraries needed to build and run the JasperReportsRunner, used to generate report output after an ETL run has finished. Added Files: --- bizgres/JasperReportsRunner/lib: commons-beanutils-1.5.jar (r1.1) (http://cvs.pgfoundry.org/cgi-bin/cvsweb

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/lib In directory pgfoundry.org:/tmp/cvs-serv95344/lib Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/lib added to the repository ---(end of broadcast)--- TIP 6: explain an

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/tests In directory pgfoundry.org:/tmp/cvs-serv95344/tests Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/tests added to the repository ---(end of broadcast)--- TIP 1: if p

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner/src In directory pgfoundry.org:/tmp/cvs-serv95344/src Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner/src added to the repository ---(end of broadcast)--- TIP 2: Don't 'kil

[COMMITTERS] bizgres - bizgres: New Directory

2005-07-25 Thread User Bklawans
Update of /cvsroot/bizgres/bizgres/JasperReportsRunner In directory pgfoundry.org:/tmp/cvs-serv95304/JasperReportsRunner Log Message: Directory /cvsroot/bizgres/bizgres/JasperReportsRunner added to the repository ---(end of broadcast)--- TIP 3: Hav

[COMMITTERS] pgsql: Add username for psql password prompt, if the username was

2005-07-25 Thread Bruce Momjian
Log Message: --- Add username for psql password prompt, if the username was specified. Adrian Maier Modified Files: -- pgsql/src/bin/psql: command.c (r1.150 -> r1.151) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c.diff?r1=1.150&r

[COMMITTERS] bizgres - bizgres: Inappropiate comment in code

2005-07-25 Thread User Nwakefield
Log Message: --- Inappropiate comment in code Modified Files: -- bizgres/KETL/src/com/kni/etl: DataItemHelper.java (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/KETL/src/com/kni/etl/DataItemHelper.java.diff?r1=1.1&r2=1.2)

[COMMITTERS] pgsql: Add: > o Allow postgresql.conf file values to be changed via an

2005-07-25 Thread Bruce Momjian
Log Message: --- Add: > o Allow postgresql.conf file values to be changed via an SQL API > o Allow the server to be stopped/restarted via an SQL API Modified Files: -- pgsql/doc: TODO (r1.1599 -> r1.1600) (http://developer.postgresql.org/cvsweb