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
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
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
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
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)
--
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
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)
--
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
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.