[COMMITTERS] pgsql: Fix relcache init file invalidation during Hot Standby for the

2010-02-13 Thread Simon Riggs
Log Message: --- Fix relcache init file invalidation during Hot Standby for the case where a database has a non-default tablespaceid. Pass thru MyDatabaseId and MyDatabaseTableSpace to allow file path to be re-created in standby and correct invalidation to take place in all cases. Update an

[COMMITTERS] pgsql: Improvements to ps message of startup process during Hot Standby.

2010-02-13 Thread Simon Riggs
Log Message: --- Improvements to ps message of startup process during Hot Standby. Message is reset earlier and potential bug avoided. Andres Freund Modified Files: -- pgsql/src/backend/storage/ipc: standby.c (r1.12 -> r1.13) (http://anoncvs.postgresql.org

[COMMITTERS] pgsql: Don't expose the inline definition of MemoryContextSwitchTo when

2010-02-13 Thread Tom Lane
Log Message: --- Don't expose the inline definition of MemoryContextSwitchTo when FRONTEND is defined. Its reference to CurrentMemoryContext causes link failures on some platforms, evidently because the inline function gets compiled despite lack of use. Per buildfarm member warthog. Modi

[COMMITTERS] pgsql: Improve C comment about why we return "0 0" for some tags.

2010-02-13 Thread Bruce Momjian
Log Message: --- Improve C comment about why we return "0 0" for some tags. Modified Files: -- pgsql/src/backend/tcop: pquery.c (r1.134 -> r1.135) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/pquery.c?r1=1.134&r2=1.135) -- Sent via pgs

[COMMITTERS] pgsql: Document the behavior of STRICT VARIADIC functions.

2010-02-13 Thread Tom Lane
Log Message: --- Document the behavior of STRICT VARIADIC functions. Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.88 -> r1.89) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_function.sgml?r1=1.88&r2=1.89) --

[COMMITTERS] pgsql: Document the behavior of STRICT VARIADIC functions.

2010-02-13 Thread Tom Lane
Log Message: --- Document the behavior of STRICT VARIADIC functions. Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.84.2.2 -> r1.84.2.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_f

[COMMITTERS] pgsql: Ooops, let's get the non-null vs null bit right ...

2010-02-13 Thread Tom Lane
Log Message: --- Ooops, let's get the non-null vs null bit right ... Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.89 -> r1.90) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_function.sgml?r1=1.89&r2=1.90) --

[COMMITTERS] pgsql: Ooops, let's get the non-null vs null bit right ...

2010-02-13 Thread Tom Lane
Log Message: --- Ooops, let's get the non-null vs null bit right ... Tags: REL8_4_STABLE Modified Files: -- pgsql/doc/src/sgml/ref: create_function.sgml (r1.84.2.3 -> r1.84.2.4) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/create_f

[COMMITTERS] npgsql - Npgsql2: Added a lot of targets to package Npgsql source and

2010-02-13 Thread User Fxjr
Log Message: --- Added a lot of targets to package Npgsql source and binary distribution. Added target to ccnet. Added ability to generate AssemblyInfo.cs automatically. In order to do that, run build.sh (build.bat) -D:CCNetLabel=2.0.9.0 so the assembly value is set to this label value.