[COMMITTERS] python - ex: Add a few exceptions and rename a few.

2005-08-16 Thread James William Pye
Log Message: --- Add a few exceptions and rename a few. Add general TypeError, ValidityError(Old ValidityError is now SEARVValidityError). Rename CannotChangeRuntimeParameterError to ImmutableRuntimeParameterError. Add IndeterminateDatatypeError(SEARVTypeError). Modified Files: ---

[COMMITTERS] python - be: Limit Postgres.Query to 1 command.

2005-08-16 Thread James William Pye
Log Message: --- Limit Postgres.Query to 1 command. Similar to prepared statements('P'), explicitly limit the Query to one command. Handling multiple commands meant the allowance of returning multiple Portals(nasty). Also, prohibit Transaction statements as the user is expected to use Postg

[COMMITTERS] pgsql: Fix FSM warning to mention increasing max_fsm_pages.

2005-08-16 Thread Bruce Momjian
Log Message: --- Fix FSM warning to mention increasing max_fsm_pages. Was incorrectly max_fsm_relations. Modified Files: -- pgsql/src/backend/storage/freespace: freespace.c (r1.46 -> r1.47) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/stor

[COMMITTERS] python - be: Fix Portal seeking.

2005-08-16 Thread James William Pye
Log Message: --- Fix Portal seeking. _port_seek was mostly broken. Subsequently, seek based operations like __getitem__ and __len__ were as well. Do error checking in port_read to be sure the given object is a PyInt. Additionally, add the "scroll" method. Like seek, but implies whence = 1,

[COMMITTERS] pgsql: Minor cleanup.

2005-08-16 Thread Bruce Momjian
Log Message: --- Minor cleanup. Modified Files: -- pgsql/src/tools: pgcvslog (r1.25 -> r1.26) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.25&r2=1.26) ---(end of broadcast)--

[COMMITTERS] python - be: Bug squishing in utils and tupledesc.

2005-08-16 Thread James William Pye
Log Message: --- Bug squishing in utils and tupledesc. Assert valid Oids where assumed. Fix TupleDesc.__getitem__. In utils.c, only lookup the Relation's TypeOid if t_tableOid is valid; set the TypeId to RECORDOID if it was invalid. Modified Files: -- be/src: utils.

[COMMITTERS] tablelog - tablelog: - make it working on windows - comment out some

2005-08-16 Thread User Andreas
Log Message: --- - make it working on windows - comment out some debug messages Modified Files: -- tablelog: tablelog_restore.c (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_restore.c.diff?r1=1.5&r2=1.6) ---

[COMMITTERS] tablelog - tablelog: - docu updated - some cleanups

2005-08-16 Thread User Andreas
Log Message: --- - docu updated - some cleanups Modified Files: -- tablelog: README.tablelog (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/README.tablelog.diff?r1=1.5&r2=1.6) ---(end of broadcast)

[COMMITTERS] tablelog - tablelog: - move functions from tablelog_columnnames.sql -

2005-08-16 Thread User Andreas
Log Message: --- - move functions from tablelog_columnnames.sql - some cleanups Modified Files: -- tablelog: tablelog_init.sql (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_init.sql.diff?r1=1.4&r2=1.5) -

[COMMITTERS] tablelog - tablelog: functions now in tablelog_init.sql

2005-08-16 Thread User Andreas
Log Message: --- functions now in tablelog_init.sql Removed Files: - tablelog: tablelog_columnnames.sql (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/tablelog/tablelog/tablelog_columnnames.sql) ---(end of broadcast)--

[COMMITTERS] pgsql: Update comments.

2005-08-16 Thread Bruce Momjian
Log Message: --- Update comments. Modified Files: -- pgsql/src/tools: pgcvslog (r1.24 -> r1.25) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.24&r2=1.25) ---(end of broadcast)

[COMMITTERS] pgsql: Improve comment.

2005-08-16 Thread Bruce Momjian
Log Message: --- Improve comment. Modified Files: -- pgsql/src/tools: pgcvslog (r1.23 -> r1.24) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/pgcvslog.diff?r1=1.23&r2=1.24) ---(end of broadcast)

[COMMITTERS] pgsql: Update pgcvslog comment on how to find branch start time.

2005-08-16 Thread Bruce Momjian
Log Message: --- Update pgcvslog comment on how to find branch start time. Run autoconf/autoheader in case someone forgot in the past. Modified Files: -- pgsql/src/tools: pgcvslog (r1.22 -> r1.23) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools

[COMMITTERS] pgpool - pgpool: Fix show pool_status command bug.

2005-08-16 Thread User T-ishii
Log Message: --- Fix show pool_status command bug. Sometimes secondary host is showed "unused" even it is actually used. Modified Files: -- pgpool: pool_config.l (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool/pool_config.l.diff?r1