[COMMITTERS] pgfiledump - pg_filedump: Updates for latest Postgres 9.2 sources.

2012-03-12 Thread User Tgl
Log Message: --- Updates for latest Postgres 9.2 sources. We no longer need pg_crc.c, and hence not a source tree, yay. Modified Files: -- pg_filedump: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/Makefile?r1=1

[COMMITTERS] pgfiledump - pg_filedump: Preliminary support for SP-GiST indexes.

2011-12-17 Thread User Tgl
Log Message: --- Preliminary support for SP-GiST indexes. Modified Files: -- pg_filedump: pg_filedump.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/pg_filedump.c?r1=1.4&r2=1.5) pg_filedump.h (r1.3 -> r1.4)

[COMMITTERS] pgfiledump - pg_filedump: Update for Postgres 9.1; add knowledge of some

2011-11-26 Thread User Tgl
Log Message: --- Update for Postgres 9.1; add knowledge of some more flag bits; improve Makefile to be able to build a release tarball. Modified Files: -- pg_filedump: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedu

[COMMITTERS] pgfiledump - pg_filedump: Fix odd printout of hasnulls/hasvarwidths

2011-01-17 Thread User Tgl
Log Message: --- Fix odd printout of hasnulls/hasvarwidths flags for index tuples. Per a gripe some months ago from Alvaro. Modified Files: -- pg_filedump: pg_filedump.c (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgfiledump/pg_filedump/pg_

[COMMITTERS] pgfiledump - pg_filedump: Assorted adjustments to prepare pg_filedump

2011-01-17 Thread User Tgl
Log Message: --- Assorted adjustments to prepare pg_filedump for its new life. Add PostgreSQL Global Development Group to the copyright notices, and remove a couple of no-longer-appropriate references to Red Hat. Unfortunately I can't undo Red Hat's choice of GPL licensing, but it is what

[COMMITTERS] pgfiledump - pg_filedump: Imported Sources

2011-01-17 Thread User Tgl
Update of /cvsroot/pgfiledump/pg_filedump In directory pgfoundry.org:/tmp/cvs-serv31715 Log Message: Import of Red Hat release 9.0.0. Status: Vendor Tag: REDHAT_DIST Release Tags: REL9_0_0 N pg_filedump/Makefile.contrib N pg_filedump/pg_filedump.c N pg_filedump/ChangeLog N

[COMMITTERS] pgfiledump - Import of Red Hat release 9.0.0: Imported Sources

2011-01-17 Thread User Tgl
Update of /cvsroot/pgfiledump/Import of Red Hat release 9.0.0 In directory pgfoundry.org:/tmp/cvs-serv20423 Log Message: Import of Red Hat release 9.0.0. Status: Vendor Tag: pg_filedump Release Tags: REDHAT_DIST REL9_0_0 N Import of Red Hat release 9.0.0/Ma

[COMMITTERS] pg-migrator - pg_migrator: Make PGXS invocations conform to currently

2009-07-03 Thread User Tgl
Log Message: --- Make PGXS invocations conform to currently accepted style. Modified Files: -- pg_migrator/func: Makefile (r1.2 -> r1.3) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/func/Makefile?r1=1.2&r2=1.3) pg_migrator/src:

[COMMITTERS] pg-migrator - pg_migrator: Grammar police.

2009-07-03 Thread User Tgl
Log Message: --- Grammar police. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.55 -> r1.56) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.55&r2=1.56) -- Sent via pgsql-committers mailing list (pgsql-co

[COMMITTERS] pg-migrator - pg_migrator: Set autovacuum=off on the postmaster command

2009-07-03 Thread User Tgl
Log Message: --- Set autovacuum=off on the postmaster command line when starting a postmaster for pg_migrator. This isn't a bulletproof solution, since the old cluster might be close enough to wraparound to provoke antiwraparound vacuums. But it's a cheap and easy measure that will discou

[COMMITTERS] pg-migrator - pg_migrator: Rename pg_migrator support functions with a

2009-07-02 Thread User Tgl
Log Message: --- Rename pg_migrator support functions with a pg_ prefix, in hopes of decreasing the risk of collision with user function names. Get rid of useless manual strictness checks. Modified Files: -- pg_migrator/func: pg_migrator.c (r1.10 -> r1.11)

[COMMITTERS] pg-migrator - pg_migrator: Fix a bunch of inadequate identifier-quoting

2009-07-02 Thread User Tgl
Log Message: --- Fix a bunch of inadequate identifier-quoting logic. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.53 -> r1.54) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.53&r2=1.54) pg_migrat

[COMMITTERS] pg-migrator - pg_migrator: Fix assorted rather bogus SQL queries ---

2009-07-02 Thread User Tgl
Log Message: --- Fix assorted rather bogus SQL queries --- mostly, not schema-safe. Modified Files: -- pg_migrator/src: controldata.c (r1.18 -> r1.19) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/controldata.c?r1=1.18&r2=1.19)

[COMMITTERS] pg-migrator - pg_migrator: Perform failure checks before running

2009-07-02 Thread User Tgl
Log Message: --- Perform failure checks before running pg_dump. No reason to make the user wait through a pg_dump before finding out he's got a problem when it's just as easy to do it in the other order. Modified Files: -- pg_migrator/src: pg_migrator.c (r1.51 -> r

[COMMITTERS] pg-migrator - pg_migrator: Add code to check whether loadable libraries

2009-06-30 Thread User Tgl
Log Message: --- Add code to check whether loadable libraries referenced in the old installation are available in the new one. The previous coding would instead fail while trying to restore CREATE FUNCTION commands, which is pretty annoying --- we want all common problems to fail in the pr

[COMMITTERS] pg-migrator - pg_migrator: Fix bogus comment, remove

2009-06-30 Thread User Tgl
Log Message: --- Fix bogus comment, remove unnecessary/inappropriate check on which schema contrib/isn functions are in. Modified Files: -- pg_migrator/src: version.c (r1.19 -> r1.20) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src

[COMMITTERS] pg-migrator - pg_migrator: Get rid of hard-wired assumptions about

2009-06-30 Thread User Tgl
Log Message: --- Get rid of hard-wired assumptions about shared library suffix. Use DLSUFFIX from the backend build, instead. Modified Files: -- pg_migrator/src: Makefile (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/sr