[COMMITTERS] jdbccache - jdbccache: Imported Sources

2007-09-04 Thread User Davecramer
Update of /cvsroot/jdbccache/jdbccache
In directory pgfoundry.org:/tmp/cvs-serv11083

Log Message:
initial import

Status:

Vendor Tag: postgres
Release Tags:   R_01

N jdbccache/pom.xml
N jdbccache/wrapper-jdbc/.cvsignore
N jdbccache/wrapper-jdbc/pom.xml
N jdbccache/wrapper-jdbc/src/main/java/org/postgresql/wrapper/Driver.java
N jdbccache/wrapper-jdbc/src/test/java/org/postgresql/wrapper/DriverTest.java
N 
jdbccache/wrapper-jdbc/src/test/java/org/postgresql/wrapper/PreparedStatementTest.java
N jdbccache/wrapper-jdbc2/.cvsignore
N jdbccache/wrapper-jdbc2/pom.xml
N 
jdbccache/wrapper-jdbc2/src/main/java/org/postgresql/wrapper/jdbc2/WrapperConnection.java
N 
jdbccache/wrapper-jdbc2/src/main/java/org/postgresql/wrapper/jdbc2/WrapperPreparedStatement.java
N jdbccache/wrapper-jdbc2a/.cvsignore
N jdbccache/wrapper-jdbc2a/pom.xml
N 
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/AbstractWrapperConnection.java
N 
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/AbstractWrapperPreparedStatement.java
N 
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/pool/Factory.java
N 
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/pool/Jdbc2PreparedStatementKey.java
N 
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/pool/PreparedStatementPool.java
N jdbccache/wrapper-jdbc3/.cvsignore
N jdbccache/wrapper-jdbc3/pom.xml
N 
jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/wrapper/jdbc3/WrapperConnection.java
N 
jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/wrapper/jdbc3/WrapperPreparedStatement.java
N 
jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/wrapper/jdbc3/WrapperDataSource.java
N jdbccache/wrapper-jdbc3a/.cvsignore
N jdbccache/wrapper-jdbc3a/pom.xml
N 
jdbccache/wrapper-jdbc3a/src/main/java/org/postgresql/wrapper/jdbc3a/AbstractWrapperConnection.java
N 
jdbccache/wrapper-jdbc3a/src/main/java/org/postgresql/wrapper/jdbc3a/AbstractWrapperPreparedStatement.java
N 
jdbccache/wrapper-jdbc3a/src/main/java/org/postgresql/wrapper/jdbc3a/AbstractWrapperDataSource.java
N 
jdbccache/wrapper-jdbc3a/src/main/java/org/postgresql/wrapper/jdbc3a/pool/Jdbc3PreparedStatementKey.java
N 
jdbccache/wrapper-jdbc3a/src/main/java/org/postgresql/wrapper/jdbc3a/pool/PreparedStatementPool.java
N jdbccache/wrapper-jdbc4/.cvsignore
N jdbccache/wrapper-jdbc4/pom.xml
N 
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4/WrapperConnection.java
N 
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4/WrapperPreparedStatement.java
N 
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/wrapper/jdbc4/WrapperDataSource.java
N jdbccache/wrapper-jdbc4a/.cvsignore
N jdbccache/wrapper-jdbc4a/pom.xml
N 
jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapepr/jdbc4a/AbstractWrapperConnection.java
N 
jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapepr/jdbc4a/AbstractWrapperPreparedStatement.java
N 
jdbccache/wrapper-jdbc4a/src/main/java/org/postgresql/wrapepr/jdbc4a/AbstractWrapperDataSource.java

No conflicts created by this import


---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] jdbccache - jdbccache: changes to add PGSimpleDataSource to build

2007-09-09 Thread User Davecramer
Log Message:
---
changes to add PGSimpleDataSource to build

Modified Files:
--
jdbccache/wrapper-jdbc4:
pom.xml (r1.1.1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/pom.xml.diff?r1=1.1.1.1&r2=1.2)
jdbccache/wrapper-jdbc:
pom.xml (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc/pom.xml.diff?r1=1.2&r2=1.3)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] jdbccache - jdbccache: made test succeed without system parameters

2007-09-09 Thread User Davecramer
Log Message:
---
made test succeed without system parameters

Modified Files:
--
jdbccache/wrapper-jdbc4/src/test/java/org/postgresql/wrapper/jdbc4:
PostgreSQLWrappingDataSourceTest.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/test/java/org/postgresql/wrapper/jdbc4/PostgreSQLWrappingDataSourceTest.java.diff?r1=1.1&r2=1.2)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] jdbccache - jdbccache: New Directory

2007-09-09 Thread User Davecramer
Update of 
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds
In directory 
pgfoundry.org:/tmp/cvs-serv42372/wrapper-jdbc4/src/main/java/org/postgresql/ds

Log Message:
Directory 
/cvsroot/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds 
added to the repository


---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings


[COMMITTERS] jdbccache - jdbccache: added PGSimpleDataSource to replace the one in

2007-09-09 Thread User Davecramer
Log Message:
---
added PGSimpleDataSource to replace the one in postgres jdbc driver

Added Files:
---
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java?rev=1.1&content-type=text/x-cvsweb-markup)

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[COMMITTERS] jdbccache - jdbccache: added setter to PGSimpleDataSource and now pass

2007-09-11 Thread User Davecramer
Log Message:
---
added setter to PGSimpleDataSource and now pass properties in

Modified Files:
--
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java.diff?r1=1.1&r2=1.2)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] jdbccache - jdbccache: make sure preparethreshold is 1

2007-09-13 Thread User Davecramer
Log Message:
---
make sure preparethreshold is 1

Modified Files:
--
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.2 -> r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java.diff?r1=1.2&r2=1.3)

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


[COMMITTERS] jdbccache - jdbccache: added check for pool size -1

2007-09-20 Thread User Davecramer
Log Message:
---
added check for pool size -1

Modified Files:
--
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a:
AbstractWrapperConnection.java (r1.4 -> r1.5)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/AbstractWrapperConnection.java.diff?r1=1.4&r2=1.5)

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[COMMITTERS] jdbccache - jdbccache: extend JDBC23 instead of JDBC4 DataSource

2007-09-21 Thread User Davecramer
Log Message:
---
extend JDBC23 instead of JDBC4 DataSource

Modified Files:
--
jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a:
AbstractWrapperConnection.java (r1.5 -> r1.6)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc2a/src/main/java/org/postgresql/wrapper/jdbc2a/AbstractWrapperConnection.java.diff?r1=1.5&r2=1.6)
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.3 -> r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java.diff?r1=1.3&r2=1.4)

---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


[COMMITTERS] jdbccache - jdbccache: New Directory

2007-09-21 Thread User Davecramer
Update of 
/cvsroot/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds
In directory pgfoundry.org:/tmp/cvs-serv44650/ds

Log Message:
Directory 
/cvsroot/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds 
added to the repository


---(end of broadcast)---
TIP 6: explain analyze is your friend


[COMMITTERS] jdbccache - jdbccache: moved PGSimpleDataSource to jdbc3

2007-09-21 Thread User Davecramer
Log Message:
---
moved PGSimpleDataSource to jdbc3

Added Files:
---
jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc3/src/main/java/org/postgresql/ds/PGSimpleDataSource.java?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-
jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds:
PGSimpleDataSource.java

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/jdbccache/jdbccache/wrapper-jdbc4/src/main/java/org/postgresql/ds/PGSimpleDataSource.java)

---(end of broadcast)---
TIP 1: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[COMMITTERS] pgtop - trunk: Imported Sources

2007-11-14 Thread User Davecramer
Update of /cvsroot/pgtop/trunk
In directory pgfoundry.org:/tmp/cvs-serv31679

Log Message:
initial import

Status:

Vendor Tag: postgresintl
Release Tags:   initial

N trunk/.classpath
N trunk/.project
N trunk/.settings/org.codehaus.groovy.eclipse.preferences.prefs
N trunk/.settings/org.eclipse.jdt.core.prefs
N trunk/bin-groovy/com/postgresintl/PgTop$10.class
N trunk/bin-groovy/com/postgresintl/PgTop$11.class
N trunk/bin-groovy/com/postgresintl/PgTop$12.class
N trunk/bin-groovy/com/postgresintl/PgTop$13.class
N trunk/bin-groovy/com/postgresintl/PgTop$14.class
N trunk/bin-groovy/com/postgresintl/PgTop$15.class
N trunk/bin-groovy/com/postgresintl/PgTop$16.class
N trunk/bin-groovy/com/postgresintl/PgTop$2.class
N trunk/bin-groovy/com/postgresintl/PgTop$4.class
N trunk/bin-groovy/com/postgresintl/PgTop$5.class
N trunk/bin-groovy/com/postgresintl/PgTop$6.class
N trunk/bin-groovy/com/postgresintl/PgTop$8.class
N trunk/bin-groovy/com/postgresintl/PgTop$9.class
N trunk/bin-groovy/com/postgresintl/PgTop$_main_closure4.class
N trunk/bin-groovy/com/postgresintl/PgTop$_main_closure7.class
N trunk/bin-groovy/com/postgresintl/PgTop$_main_closure8.class
N trunk/bin-groovy/com/postgresintl/PgTop$_main_closure9.class
N trunk/bin-groovy/com/postgresintl/PgTop.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure1.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure3.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure4.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure4.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure5.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure6.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure7.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure8.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries_closure1.class
N trunk/bin-groovy/com/postgresintl/Reindex$2.class
N trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries_closure3.class
N trunk/bin-groovy/com/postgresintl/Reindex$3.class
N trunk/bin-groovy/com/postgresintl/Reindex$4.class
N trunk/bin-groovy/com/postgresintl/Reindex$5.class
N trunk/bin-groovy/com/postgresintl/Reindex$_emailReindex_closure3.class
N trunk/bin-groovy/com/postgresintl/Reindex$_getIndexes_closure1.class
N trunk/bin-groovy/com/postgresintl/Reindex$_getIndexes_closure1_closure3.class
N trunk/bin-groovy/com/postgresintl/Reindex$_getIndexes_closure1_closure4.class
N trunk/bin-groovy/com/postgresintl/Reindex$_getIndexes_closure1_closure5.class
N trunk/bin-groovy/com/postgresintl/Reindex$_reindex_closure2.class
N trunk/bin-groovy/com/postgresintl/Reindex.class
N trunk/trunk/lib/ant.jar
N trunk/trunk/src/java/main/com/postgresintl/PgTop.groovy
N trunk/trunk/src/java/main/com/postgresintl/Reindex.groovy

No conflicts created by this import


---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster


[COMMITTERS] pgtop - trunk: removed class files

2007-11-14 Thread User Davecramer
Log Message:
---
removed class files

Removed Files:
-
trunk/bin-groovy/com/postgresintl:
PgTop$10.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$10.class)
PgTop$11.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$11.class)
PgTop$12.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$12.class)
PgTop$13.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$13.class)
PgTop$14.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$14.class)
PgTop$15.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$15.class)
PgTop$16.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$16.class)
PgTop$2.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$2.class)
PgTop$4.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$4.class)
PgTop$5.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$5.class)
PgTop$6.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$6.class)
PgTop$8.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$8.class)
PgTop$9.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$9.class)
PgTop$_main_closure4.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_main_closure4.class)
PgTop$_main_closure7.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_main_closure7.class)
PgTop$_main_closure8.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_main_closure8.class)
PgTop$_main_closure9.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_main_closure9.class)
PgTop$_showRunningQueries81_closure1.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure1.class)
PgTop$_showRunningQueries81_closure3.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure3.class)
PgTop$_showRunningQueries81_closure4.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries81_closure4.class)
PgTop$_showRunningQueries82_closure4.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure4.class)
PgTop$_showRunningQueries82_closure5.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure5.class)
PgTop$_showRunningQueries82_closure6.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure6.class)
PgTop$_showRunningQueries82_closure7.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure7.class)
PgTop$_showRunningQueries82_closure8.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries82_closure8.class)
PgTop$_showRunningQueries_closure1.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries_closure1.class)
PgTop$_showRunningQueries_closure3.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop$_showRunningQueries_closure3.class)
PgTop.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/PgTop.class)
Reindex$2.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/Reindex$2.class)
Reindex$3.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/Reindex$3.class)
Reindex$4.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/Reindex$4.class)
Reindex$5.class

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtop/trunk/bin-groovy/com/postgresintl/Reindex$

[COMMITTERS] configurator - configurator: added java version

2005-06-28 Thread User Davecramer
Log Message:
---
added java version

Added Files:
---
configurator/java:
project.properties (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/project.properties?rev=1.1&content-type=text/x-cvsweb-markup)
project.xml (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/project.xml?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/main/org/postgresql/configurator:
Configuration.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/Configuration.java?rev=1.1&content-type=text/x-cvsweb-markup)
PgConfigurator.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PgConfigurator.java?rev=1.1&content-type=text/x-cvsweb-markup)
PropertiesConfiguration.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PropertiesConfiguration.java?rev=1.1&content-type=text/x-cvsweb-markup)
SystemInformation.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/SystemInformation.java?rev=1.1&content-type=text/x-cvsweb-markup)
WorkingConfiguration.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/WorkingConfiguration.java?rev=1.1&content-type=text/x-cvsweb-markup)
pgconfigurator.java.drl (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/pgconfigurator.java.drl?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/main/org/postgresql/configurator/os:
Apple.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Apple.java?rev=1.1&content-type=text/x-cvsweb-markup)
AppleHelper.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/AppleHelper.java?rev=1.1&content-type=text/x-cvsweb-markup)
Linux.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Linux.java?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/test/org/postgresql/configurator:
TestConfiguration.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/test/org/postgresql/configurator/TestConfiguration.java?rev=1.1&content-type=text/x-cvsweb-markup)
TestDrools.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/test/org/postgresql/configurator/TestDrools.java?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/test/org/postgresql/configurator/os:
TestApple.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/test/org/postgresql/configurator/os/TestApple.java?rev=1.1&content-type=text/x-cvsweb-markup)

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of 
/cvsroot/configurator/configurator/java/src/java/test/org/postgresql/configurator/os
In directory 
pgfoundry.org:/tmp/cvs-serv53679/src/java/test/org/postgresql/configurator/os

Log Message:
Directory 
/cvsroot/configurator/configurator/java/src/java/test/org/postgresql/configurator/os
 added to the repository


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/test/org/postgresql
In directory pgfoundry.org:/tmp/cvs-serv53634/src/java/test/org/postgresql

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/test/org/postgresql 
added to the repository


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of 
/cvsroot/configurator/configurator/java/src/java/test/org/postgresql/configurator
In directory 
pgfoundry.org:/tmp/cvs-serv53655/src/java/test/org/postgresql/configurator

Log Message:
Directory 
/cvsroot/configurator/configurator/java/src/java/test/org/postgresql/configurator
 added to the repository


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/test/org
In directory pgfoundry.org:/tmp/cvs-serv53580/src/java/test/org

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/test/org added to 
the repository


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
   subscribe-nomail command to [EMAIL PROTECTED] so that your
   message can get through to the mailing list cleanly


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/test
In directory pgfoundry.org:/tmp/cvs-serv53558/src/java/test

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/test added to the 
repository


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/main/org/postgresql
In directory pgfoundry.org:/tmp/cvs-serv53306/src/java/main/org/postgresql

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/main/org/postgresql 
added to the repository


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/main
In directory pgfoundry.org:/tmp/cvs-serv53262/src/java/main

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/main added to the 
repository


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src
In directory pgfoundry.org:/tmp/cvs-serv53173/src

Log Message:
Directory /cvsroot/configurator/configurator/java/src added to the repository


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of 
/cvsroot/configurator/configurator/java/src/java/main/org/postgresql/configurator
In directory 
pgfoundry.org:/tmp/cvs-serv53329/src/java/main/org/postgresql/configurator

Log Message:
Directory 
/cvsroot/configurator/configurator/java/src/java/main/org/postgresql/configurator
 added to the repository


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java/main/org
In directory pgfoundry.org:/tmp/cvs-serv53286/src/java/main/org

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java/main/org added to 
the repository


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of 
/cvsroot/configurator/configurator/java/src/java/main/org/postgresql/configurator/os
In directory 
pgfoundry.org:/tmp/cvs-serv53349/src/java/main/org/postgresql/configurator/os

Log Message:
Directory 
/cvsroot/configurator/configurator/java/src/java/main/org/postgresql/configurator/os
 added to the repository


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java/src/java
In directory pgfoundry.org:/tmp/cvs-serv53210/src/java

Log Message:
Directory /cvsroot/configurator/configurator/java/src/java added to the 
repository


---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[COMMITTERS] configurator - configurator: New Directory

2005-06-28 Thread User Davecramer
Update of /cvsroot/configurator/configurator/java
In directory pgfoundry.org:/tmp/cvs-serv52478/java

Log Message:
Directory /cvsroot/configurator/configurator/java added to the repository


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] configurator - configurator: More or less working code now, Rules still

2005-07-13 Thread User Davecramer
Log Message:
---
More or less working code now, Rules still need work
Command line version that reads configuration file and outputs new 
configuration file

Modified Files:
--
configurator/java/src/java/main/org/postgresql/configurator:
PropertiesConfiguration.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PropertiesConfiguration.java.diff?r1=1.1&r2=1.2)
SystemInformation.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/SystemInformation.java.diff?r1=1.1&r2=1.2)
pgconfigurator.java.drl (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/pgconfigurator.java.drl.diff?r1=1.1&r2=1.2)
configurator/java/src/java/main/org/postgresql/configurator/os:
Apple.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Apple.java.diff?r1=1.1&r2=1.2)
Linux.java (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/os/Linux.java.diff?r1=1.1&r2=1.2)

Added Files:
---
configurator/java/src/java/main/org/postgresql/configurator:
ConfigurationException.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/ConfigurationException.java?rev=1.1&content-type=text/x-cvsweb-markup)
PGConfig.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/PGConfig.java?rev=1.1&content-type=text/x-cvsweb-markup)
UserSystemInfo.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/main/org/postgresql/configurator/UserSystemInfo.java?rev=1.1&content-type=text/x-cvsweb-markup)
configurator/java/src/java/test/org/postgresql/configurator:
TestUserSystemInfo.java (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/configurator/configurator/java/src/java/test/org/postgresql/configurator/TestUserSystemInfo.java?rev=1.1&content-type=text/x-cvsweb-markup)

---(end of broadcast)---
TIP 2: Don't 'kill -9' the postmaster