[COMMITTERS] pgsql: Add version-sensitive SQL for psql when constraints NOT VALID

2011-02-14 Thread Simon Riggs
Add version-sensitive SQL for psql when constraints NOT VALID Bug report and fix by Andres Freund Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/f0b8a79c4bea7bfa89245ee03abf994b027da411 Modified Files -- src/bin/psql/describe.c |2 +- 1 files changed,

[COMMITTERS] pgsql: Small improvements to external-projects documentation.

2011-02-14 Thread Tom Lane
Small improvements to external-projects documentation. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cee103da14f470d29c47827b810da44cdab2a0d2 Modified Files -- doc/src/sgml/external-projects.sgml | 42 -- 1 files changed

[COMMITTERS] pgsql: Rearrange extension-related views as per recent discussion.

2011-02-14 Thread Tom Lane
Rearrange extension-related views as per recent discussion. The original design of pg_available_extensions did not consider the possibility of version-specific control files. Split it into two views: pg_available_extensions shows information that is generic about an extension, while pg_available_

[COMMITTERS] pgsql: Fix MSVC build scripts for recent extension-related changes.

2011-02-14 Thread Tom Lane
Fix MSVC build scripts for recent extension-related changes. Untested, but we'll soon see if the buildfarm likes this. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/01ff8dd7560f2647dccc3d70f713dd6b27bf843e Modified Files -- src/tools/msvc/Install.pm |

[COMMITTERS] pgsql: PITR can stop at a named restore point when recovery target = ti

2011-02-14 Thread Simon Riggs
PITR can stop at a named restore point when recovery target = time though must not update the last transaction timestamp. Plus comment and message cleanup for recent named restore point. Fujii Masao, minor changes by me Branch -- master Details --- http://git.postgresql.org/pg/commitdiff

[COMMITTERS] pgsql: Additional required docs for pg_constraint catalog entry

2011-02-14 Thread Simon Riggs
Additional required docs for pg_constraint catalog entry Noted by Bernd Helmle Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0ff1b7350984b9e4055e9d3a37d3b875c0663ac4 Modified Files -- doc/src/sgml/catalogs.sgml |7 +++ 1 files changed, 7 inserti

[COMMITTERS] pgsql: Rethink naming of contrib/intagg extension.

2011-02-14 Thread Tom Lane
Rethink naming of contrib/intagg extension. Initially it was called int_aggregate after the old SQL file, but since the documentation just says "intagg" and that's also the directory name, let's conform to that instead. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff

[COMMITTERS] pgsql: Delete stray word from comment.

2011-02-14 Thread Robert Haas
Delete stray word from comment. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/8e1124eeeb128ef87045debfeb8f24cd6dbab874 Modified Files -- src/backend/commands/tablecmds.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgsql-com

[COMMITTERS] pgsql: Avoid a few more SET DATA TYPE table rewrites.

2011-02-14 Thread Robert Haas
Avoid a few more SET DATA TYPE table rewrites. When the new type is an unconstrained domain over the old type, we don't need to rewrite the table. Noah Misch and Robert Haas Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/0d90dc16f87bd991d7eb9f536ca46acef7586d95 Mo

[COMMITTERS] pgsql: Allow make check in PL directories

2011-02-14 Thread Peter Eisentraut
Allow make check in PL directories Also add make check-world target, and refactor pg_regress invocation code in makefiles a bit. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/2fd77060a2db814146cf1f6cf77755a4b4fd9a80 Modified Files -- GNUmakefile.in

[COMMITTERS] pgtcl - libpgtcl: * Removed arrVar variable and setting of it in

2011-02-14 Thread User Karl
Log Message: --- * Removed arrVar variable and setting of it in Pg_result because it didn't do anything. Modified Files: -- libpgtcl: ChangeLog (r1.64 -> r1.65) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.64&r2=1.65) lib