MSVC: Pass any user-set MSBFLAGS to MSBuild and VCBUILD.
This is particularly useful to pass /m, to perform a parallel build.
Christian Ullrich, reviewed by Michael Paquier.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d299eb41dfc7b73dec80f22554b952f01c9d54a4
Mo
MSVC: Place gendef.pl temporary file in the target directory.
Until now, it used the current working directory. This makes it safe
for simultaneous invocations of gendef.pl, with different target
directories, to run from a single current working directory, such as
$(top_srcdir). The MSVC build s
9.6 release notes: correct summary item about freeze
Previously it less precisely talked about autovacuum.
Backpatch-through: 9.6
Branch
--
REL9_6_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/5c8cb8c01f0a8d484de301f58e673ed9c732fbbe
Modified Files
--
doc/src/
9.6 release notes: correct summary item about freeze
Previously it less precisely talked about autovacuum.
Backpatch-through: 9.6
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c9cf432ef32a9d29323b9b079178c1a6be126ff8
Modified Files
--
doc/src/sgml/re
Support renaming an existing value of an enum type.
Not much to be said about this patch: it does what it says on the tin.
In passing, rename AlterEnumStmt.skipIfExists to skipIfNewValExists
to clarify what it actually does. In the discussion of this patch
we considered supporting other similar
Doc: minor documentation improvements about extensions.
Document the formerly-undocumented behavior that schema and comment
control-file entries for an extension are honored only during initial
installation, whereas other properties are also honored during updates.
While at it, do some copy-editi
Doc: minor documentation improvements about extensions.
Document the formerly-undocumented behavior that schema and comment
control-file entries for an extension are honored only during initial
installation, whereas other properties are also honored during updates.
While at it, do some copy-editi