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
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
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)
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
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
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.
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
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
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)
--
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
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)-
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)---
12 matches
Mail list logo