[COMMITTERS] psqlodbc - psqlodbc: without of openssl cannot have been done.

2007-03-27 Thread User H-saito
Log Message: --- without of openssl cannot have been done. Fix did this. However,The compilation doesn't succeed if OpenSSL is not made effective now. This problem is still continued Modified Files: -- psqlodbc: configure.ac (r1.58 -> r1.59) (http://cv

[COMMITTERS] pgsql: Fix typo in Makefile.

2007-03-27 Thread Bruce Momjian
Log Message: --- Fix typo in Makefile. Marko Kreen Modified Files: -- pgsql/src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004: Makefile (r1.1 -> r1.2) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_pro

[COMMITTERS] psqlodbc - psqlodbc: Fixed without-openssl.

2007-03-27 Thread User H-saito
Log Message: --- Fixed without-openssl. Modified Files: -- psqlodbc: configure.ac (r1.59 -> r1.60) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/configure.ac.diff?r1=1.59&r2=1.60) ---(end of broadcast)--

[COMMITTERS] pgsql: Add: > > * Allow configuration of backend priorities via the

2007-03-27 Thread Bruce Momjian
Log Message: --- Add: > > * Allow configuration of backend priorities via the operating system > > Though backend priorities make priority inversion during lock > waits possible, research shows that this is not a huge problem. > http://archives.postgresql.org/pgsql-general/2007-02/

[COMMITTERS] bizgres - bizgres: Update the README to reflect the code changes.

2007-03-27 Thread User Markir
Log Message: --- Update the README to reflect the code changes. Modified Files: -- bizgres/postgresql/src/backend/utils/resscheduler: README (r1.10 -> r1.11) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resschedu

[COMMITTERS] pgsql: Remove item due to lack of interest: < * %Add pg_get_acldef(),

2007-03-27 Thread Bruce Momjian
Log Message: --- Remove item due to lack of interest: < * %Add pg_get_acldef(), pg_get_typedefault(), pg_get_attrdef(), < pg_get_tabledef(), pg_get_domaindef(), pg_get_functiondef() < < These would be for application use, not for use by pg_dump. < Modified Files: -- p

[COMMITTERS] pgsql: Cosmetic changes: rename some struct fields, and move the

2007-03-27 Thread Alvaro Herrera
Log Message: --- Cosmetic changes: rename some struct fields, and move the fetching of pgstat table entries to a separate routine. Don't pass the pgstat database entry to do_autovacuum; rather, have it fetch it by itself. Modified Files: -- pgsql/src/backend/postmaster:

[COMMITTERS] pgsql: Install import libraries used to link to libpq, ecpg and the

2007-03-27 Thread Magnus Hagander
Log Message: --- Install import libraries used to link to libpq, ecpg and the backend. Modified Files: -- pgsql/src/tools/msvc: Install.pm (r1.4 -> r1.5) (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Install.pm.diff?r1=1.4&r2=1.5) --

[COMMITTERS] pgsql: Fix array coercion expressions to ensure that the correct

2007-03-27 Thread Tom Lane
Log Message: --- Fix array coercion expressions to ensure that the correct volatility is seen by code inspecting the expression. The best way to do this seems to be to drop the original representation as a function invocation, and instead make a special expression node type that represents

[COMMITTERS] pgsql: Fix uninitialized-variable bug.

2007-03-27 Thread Tom Lane
Log Message: --- Fix uninitialized-variable bug. Modified Files: -- pgsql/contrib/tsearch2: dict_syn.c (r1.13 -> r1.14) (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/dict_syn.c.diff?r1=1.13&r2=1.14) ---(end of b

[COMMITTERS] pgsql: Add URL for: * Automatically create rules on views so they are

2007-03-27 Thread Bruce Momjian
Log Message: --- Add URL for: * Automatically create rules on views so they are updateable, per SQL99 > http://archives.postgresql.org/pgsql-patches/2006-08/msg00255.php Modified Files: -- pgsql/doc: TODO (r1.2134 -> r1.2135) (http://developer.postgresql

[COMMITTERS] pgsql: Remove assertion that constraint_exclusion risks wrong answers if

2007-03-27 Thread Tom Lane
Log Message: --- Remove assertion that constraint_exclusion risks wrong answers if table constraints are changed; this is no longer true now that we have a plan invalidation mechanism. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.117 -> r1.118) (h