[COMMITTERS] pgsql: Fix bug in MIC -> EUC_JP conversion.

2005-06-10 Thread Tatsuo Ishii
Log Message: --- Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. Tags: REL7_4_STABLE Modified Files: -- pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis: euc_jp_and_sjis.c (r1.6 -> r1.6.4.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Fix bug in MIC -> EUC_JP conversion.

2005-06-10 Thread Tatsuo Ishii
Log Message: --- Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. Tags: REL8_0_STABLE Modified Files: -- pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis: euc_jp_and_sjis.c (r1.9 -> r1.9.4.1) (http://developer.postgresql.org/cvsweb.c

[COMMITTERS] pgsql: Separate predicate-testing code out of indxpath.c, making it a

2005-06-10 Thread Tom Lane
Log Message: --- Separate predicate-testing code out of indxpath.c, making it a module in its own right. As proposed by Simon Riggs, but with some editorializing of my own. Modified Files: -- pgsql/src/backend/optimizer/path: indxpath.c (r1.182 -> r1.183)

[COMMITTERS] pgsql: Adjust comment about %t and %s to cover %m as well.

2005-06-10 Thread Tom Lane
Log Message: --- Adjust comment about %t and %s to cover %m as well. Some trivial code beautification too. Modified Files: -- pgsql/src/backend/utils/error: elog.c (r1.160 -> r1.161) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/error

[COMMITTERS] pgsql: Fix bug in MIC -> EUC_JP conversion.

2005-06-10 Thread Tatsuo Ishii
Log Message: --- Fix bug in MIC -> EUC_JP conversion. Per Atsushi Ogawa. Modified Files: -- pgsql/src/backend/utils/mb/conversion_procs/euc_jp_and_sjis: euc_jp_and_sjis.c (r1.9 -> r1.10) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb

[COMMITTERS] pgsql: Add space before :DBNAME for proper \set expansion.

2005-06-10 Thread Bruce Momjian
Log Message: --- Add space before :DBNAME for proper \set expansion. Andreas Seltenreich Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.141 -> r1.142) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1.

[COMMITTERS] pgsql: Minor cleanup of documentation for recently-added HISTFILE psql

2005-06-10 Thread Neil Conway
Log Message: --- Minor cleanup of documentation for recently-added HISTFILE psql variable. Modified Files: -- pgsql/doc/src/sgml/ref: psql-ref.sgml (r1.140 -> r1.141) (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/psql-ref.sgml.diff?r1=1

[COMMITTERS] pgsql: Implement two new special variables in PL/PgSQL: SQLSTATE and

2005-06-10 Thread Neil Conway
Log Message: --- Implement two new special variables in PL/PgSQL: SQLSTATE and SQLERRM. These contain the SQLSTATE and error message of the current exception, respectively. They are scope-local variables that are only defined in exception handlers (so attempting to reference them outside an

[COMMITTERS] pgsql: Use saveHistory so we get a nice error message on failure.

2005-06-10 Thread Bruce Momjian
Log Message: --- Use saveHistory so we get a nice error message on failure. Andreas Seltenreich Modified Files: -- pgsql/src/bin/psql: input.c (r1.44 -> r1.45) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/input.c.diff?r1=1.44&r2=1.45) --

[COMMITTERS] pgsql: the following patch makes the filename used to store the readline

2005-06-10 Thread Bruce Momjian
Log Message: --- the following patch makes the filename used to store the readline history customizable through a variable named HISTFILE, analogous to psql's already implemented HISTCONTROL and HISTSIZE variables, and bash's HISTFILE-Variable. The motivation was to be able to get psql to

[COMMITTERS] pgsql: More Win32 tilde code comments.

2005-06-10 Thread Bruce Momjian
Log Message: --- More Win32 tilde code comments. Modified Files: -- pgsql/src/bin/psql: common.c (r1.99 -> r1.100) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.99&r2=1.100) ---(end of broadcast)-

[COMMITTERS] pgsql: Add comment on tilde expansion.

2005-06-10 Thread Bruce Momjian
Log Message: --- Add comment on tilde expansion. Modified Files: -- pgsql/src/bin/psql: common.c (r1.98 -> r1.99) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/common.c.diff?r1=1.98&r2=1.99) ---(end of broadcast)---