[COMMITTERS] python - lo: Various feature additions and fixes.

2007-11-18 Thread James William Pye
Log Message: --- Various feature additions and fixes. Some features required by typical to instantiate objects off of the wire. Modified Files: -- lo/postgresql: types.py (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/type

[COMMITTERS] python - tin: Print a clear error when no command is given.

2007-11-18 Thread James William Pye
Log Message: --- Print a clear error when no command is given. [traceback from a subprocess IndexError just does look pretty] Modified Files: -- tin/src: command.py (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/tin/src/command.py.diff?r

[COMMITTERS] python - typ: Add stdio module, remove stdtime.

2007-11-18 Thread James William Pye
Log Message: --- Add stdio module, remove stdtime. Expand stdtime into stdio for additional standard object support(mostly postgresql.types objects). Have bytea shaped by (str, str) instead of literal. This allows users to identify bytea as something that does not desire to use StringForma

[COMMITTERS] python - ip: Use postgresql.exceptions.

2007-11-18 Thread James William Pye
Log Message: --- Use postgresql.exceptions. [Other minor fixes as well] Modified Files: -- ip/src/test: test_function.py (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_function.py.diff?r1=1.1&r2=1.2) test_interfa

[COMMITTERS] python - ip: Use get_loader when available.

2007-11-18 Thread James William Pye
Log Message: --- Use get_loader when available. Trim out a special exception printer as postgresql.exceptions.Error now prints all of the details. Subsequently, don't bother altering the printed traceback with compile errors(looked into the stack one level to keep the printed traceback sma

[COMMITTERS] python - ip: Fix CachedQuery.

2007-11-18 Thread James William Pye
Log Message: --- Fix CachedQuery. Modified Files: -- ip/src: abstract.py (r1.8 -> r1.9) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.8&r2=1.9) ---(end of broadcast)--- TIP

[COMMITTERS] pgsql: Improve description of implicit-text-casting compatibility issue.

2007-11-18 Thread Tom Lane
Log Message: --- Improve description of implicit-text-casting compatibility issue. A bunch of other desultory copy-editing, too. Modified Files: -- pgsql/doc/src/sgml: release.sgml (r1.544 -> r1.545) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src

[COMMITTERS] python - lo: Add and expand some doc-strings.

2007-11-18 Thread James William Pye
Log Message: --- Add and expand some doc-strings. Modified Files: -- lo/postgresql/utility/client: iri.py (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/client/iri.py.diff?r1=1.1&r2=1.2) ---

[COMMITTERS] python - lo: Remove redundancy in Error's __str__ method.

2007-11-18 Thread James William Pye
Log Message: --- Remove redundancy in Error's __str__ method. Don't show message and severity as severity is at least, and normally, ERROR, and message is already shown. Provide a more concise printing of the location when 'file', 'line', or 'function' is available. Modified Files: --

[COMMITTERS] pgloader - pgloader: Adding the 'input_encoding' option in the

2007-11-18 Thread User Dim
Log Message: --- Adding the 'input_encoding' option in the configuration file, per section. Modified Files: -- pgloader: pgloader.1.txt (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgloader/pgloader/pgloader.1.txt.diff?r1=1.4&r2=1.5)

[COMMITTERS] pgsql: Remove no-longer-accurate claim that REINDEX won't invalidate

2007-11-18 Thread Tom Lane
Log Message: --- Remove no-longer-accurate claim that REINDEX won't invalidate cached plans. Modified Files: -- pgsql/doc/src/sgml/ref: reindex.sgml (r1.36 -> r1.37) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/reindex.sgml?r1=1.36&r2=