Log Message:
---
better handling of swish-e errors
Modified Files:
--
pgswish:
pgswish.c (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgswish/pgswish/pgswish.c.diff?r1=1.10&r2=1.11)
---(end of broadcast)
Log Message:
---
subversion revision 19 commited to CVS
Modified Files:
--
pgswish:
.svnrev (r1.19 -> r1.20)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgswish/pgswish/.svnrev.diff?r1=1.19&r2=1.20)
---(end of broadcast)---
Log Message:
---
Revise hash join code so that we can increase the number of batches
on-the-fly, and thereby avoid blowing out memory when the planner has
underestimated the hash table size. Hash join will now obey the
work_mem limit with some faithfulness. Per my recent proposal
(hash ag
Log Message:
---
Add a note that regression test row ordering differences can be caused
by non-default planner parameter settings.
Modified Files:
--
pgsql/doc/src/sgml:
regress.sgml (r1.45 -> r1.46)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src
Log Message:
---
Here's a tiny fix for a harmless typo in catalog.c:
Too much space is allocated for tablespace file path, I guess the
directory name used to be "pg_tablespaces" instead of "pg_tblspc" at
some point.
Heikki Linnakangas
Modified Files:
--
pgsql/src/backend/
Log Message:
---
Rename canonical encodings, per Peter:
UNICODE => UTF8
ALT => WIN866
WIN => WIN1251
TCVN => WIN1258
The old codes continue to work.
Modified Files:
--
pgsql/doc:
README.mb.jp (r1.16 -> r1.17)
(http://develo
Log Message:
---
Adjust creation/destruction of TupleDesc data structure to reduce the
number of palloc calls. This has a salutory impact on plpgsql operations
with record variables (which create and destroy tupdescs constantly)
and probably helps a bit in some other cases too.
Modified F