[COMMITTERS] psqlodbc - psqlodbc: typo "Miscellanous".

2006-02-26 Thread User H-saito
Log Message: --- typo "Miscellanous". report of John Poole. Tags: REL-07_03_ENHANCED Modified Files: -- psqlodbc: psqlodbc.rc (r1.43.2.6 -> r1.43.2.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.rc.diff?r1=1.43.2.6&r2=1.43.

[COMMITTERS] psqlodbc - psqlodbc: typo "Miscellanous".

2006-02-26 Thread User H-saito
Log Message: --- typo "Miscellanous". report of John Poole. Modified Files: -- psqlodbc: psqlodbc.rc (r1.75 -> r1.76) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.rc.diff?r1=1.75&r2=1.76) ---(end of broadc

[COMMITTERS] pgsql: Implement the <> operator for the tid type.

2006-02-26 Thread Neil Conway
Log Message: --- Implement the <> operator for the tid type. Original patch from Mark Kirkwood, minor improvements by Neil Conway. The regression tests have been updated and the catversion has been bumped. Modified Files: -- pgsql/src/backend/utils/adt: tid.c (r1.49

[COMMITTERS] pgsql: Done: > * -Add 'tid != tid ' operator for use in corruption

2006-02-26 Thread Bruce Momjian
Log Message: --- Done: > * -Add 'tid != tid ' operator for use in corruption recovery Modified Files: -- pgsql/doc: TODO (r1.1771 -> r1.1772) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1771&r2=1.1772) pgsql/doc/src/FAQ:

[COMMITTERS] python - pq: Reference pack directly to avoid function overhead.

2006-02-26 Thread James William Pye
Log Message: --- Reference pack directly to avoid function overhead. (Removes LONG()) Modified Files: -- pq/src: element3.py (r1.12 -> r1.13) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.12&r2=1.13) -

[COMMITTERS] pgsql: Fix a few minor typos in comments in PL/Perl.

2006-02-26 Thread Neil Conway
Log Message: --- Fix a few minor typos in comments in PL/Perl. Modified Files: -- pgsql/src/pl/plperl: plperl.c (r1.101 -> r1.102) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.diff?r1=1.101&r2=1.102) ---(

[COMMITTERS] pgsql: Improve sorting speed by pre-extracting the first sort-key column

2006-02-26 Thread Tom Lane
Log Message: --- Improve sorting speed by pre-extracting the first sort-key column of each tuple, as per my proposal of several days ago. Also, clean up sort memory management by keeping all working data in a separate memory context, and refine the handling of low-memory conditions. Modif

[COMMITTERS] pgsql: Add mention that tid perhaps someday should be output as a

2006-02-26 Thread Bruce Momjian
Log Message: --- Add mention that tid perhaps someday should be output as a record. Modified Files: -- pgsql/src/backend/utils/adt: tid.c (r1.50 -> r1.51) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tid.c.diff?r1=1.50&r2=1.51) -

[COMMITTERS] python - be: Add python.interact function to template.

2006-02-26 Thread James William Pye
Log Message: --- Add python.interact function to template. This is very useful for manual testing. Modified Files: -- be/test: regress.py (r1.6 -> r1.7) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/test/regress.py.diff?r1=1.6&r2=1.7) ---

[COMMITTERS] python - be: Minor refactoring.

2006-02-26 Thread James William Pye
Log Message: --- Minor refactoring. Remove some use of DECREF/INCREF, and improve some error messages. Modified Files: -- be/src: pl.c (r1.35 -> r1.36) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.35&r2=1.36) -

[COMMITTERS] python - be: Fix Query allocation issue.

2006-02-26 Thread James William Pye
Log Message: --- Fix Query allocation issue. Some of Python's reference tracing utilities take offense to how I was freeing the structure when an exception occurred. So refactor the code a bit to reduce my rudeness. (Only allocate when successful, probably better idea anyways.) Modified F

[COMMITTERS] python - be: Add tests to validate the use of in session replacements.

2006-02-26 Thread James William Pye
Log Message: --- Add tests to validate the use of in session replacements. Simply: create, select, create or replace, select, repeat a few times more. Modified Files: -- be/test/expected/80: fund (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/

[COMMITTERS] python - be: Squish some bugs.

2006-02-26 Thread James William Pye
Log Message: --- Squish some bugs. One nasty bug that forgot to increment the EmptyPyPgTupleDesc.(Could have been causing weird failures.) One that decref'd an object to zero prior to use. =\ Refactor PyPgHeapTuple and PyPgTupleDesc to use the new pattern: PyPgX_NEW. [More transitions comi

[COMMITTERS] python - fe: Don't check type.

2006-02-26 Thread James William Pye
Log Message: --- Don't check type. (This is no longer a requirement) Modified Files: -- fe/test: tracenull.py (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/tracenull.py.diff?r1=1.3&r2=1.4) ---(end of bro

[COMMITTERS] python - fe: Add some progress messages.

2006-02-26 Thread James William Pye
Log Message: --- Add some progress messages. [data prep'ing normally takes most of the time.] Modified Files: -- fe/test: cio.py (r1.1.1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/test/cio.py.diff?r1=1.1.1.1&r2=1.2) -

[COMMITTERS] python - fe: Refactor tracenull Fitting.

2006-02-26 Thread James William Pye
Log Message: --- Refactor tracenull Fitting. The benefits of the "protection" that creating hard bound classes and functions costs more than it is worth. The benefits are actually few and questionable at best. Refactor things so everything relative to the connection is not built in __new_