2010/2/24 Tom Lane :
> Log Message:
> ---
> Un-break pg_dump for the case of zero-column tables.
>
> This was evidently broken by the CREATE TABLE OF TYPE patch. It would have
> been noticed if anyone had bothered to try dumping and restoring the
> regression database ...
Is there a point
Log Message:
---
Remove useless codes to initialize TupleDesc from dblink_exec.
Modified Files:
--
pgsql/contrib/dblink:
dblink.c (r1.89 -> r1.90)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.89&r2=1.90)
--
Sent via pgsql-c
Log Message:
---
Remove pre-7.4 documentaiton mentions, now that 8.0 is the oldest
supported release.
Modified Files:
--
pgsql/doc/src/sgml:
datatype.sgml (r1.242 -> r1.243)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.242
Log Message:
---
Fix patch for printing backend and pg_dump versions so that it works in
a desirable fashion in archive-dump cases, ie you should get the pg_dump
version not the pg_restore version.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.1
Log Message:
---
Un-break pg_dump for the case of zero-column tables.
This was evidently broken by the CREATE TABLE OF TYPE patch. It would have
been noticed if anyone had bothered to try dumping and restoring the
regression database ...
Modified Files:
--
pgsql/src/bin/p
Log Message:
---
Use CREATE OR REPLACE LANGUAGE in pg_dump to avoid the need for a couple of
significantly uglier kluges that were working around the change in plpgsql's
preinstalled status.
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_dump.c (r1.572 -> r1.573)
Log Message:
---
Make pg_regress use CREATE OR REPLACE LANGUAGE, so that --load-language
will work whether or not the specified language is preinstalled. This
responds to some complaints about having to change test scripts because
plpgsql is preinstalled as of 9.0.
Modified Files:
---
Log Message:
---
Add an OR REPLACE option to CREATE LANGUAGE.
This operates in the same way as other CREATE OR REPLACE commands, ie,
it replaces everything but the ownership and ACL lists of an existing
entry, and requires the caller to have owner privileges for that entry.
While modifyin
Log Message:
---
Modify freebsd start script to just exit 0 with message.
Modified Files:
--
pgsql/contrib/start-scripts:
freebsd (r1.6 -> r1.7)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts/freebsd?r1=1.6&r2=1.7)
--
Sent via pgsql
Log Message:
---
Update startup scripts for Linux and FreeBSD.
Kevin Grittner
Modified Files:
--
pgsql/contrib/start-scripts:
freebsd (r1.5 -> r1.6)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/start-scripts/freebsd?r1=1.5&r2=1.6)
linux
Log Message:
---
Have pg_dump (-v) verbose mode output the pg_dump and server versions in
text output mode, like we do in custom output mode.
Jim Cox
Modified Files:
--
pgsql/src/bin/pg_dump:
pg_backup_archiver.c (r1.179 -> r1.180)
(http://anoncvs.postgres
Log Message:
---
Revert recent COPY manual change about encoding; add mention of "server".
Modified Files:
--
pgsql/doc/src/sgml/ref:
copy.sgml (r1.94 -> r1.95)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/copy.sgml?r1=1.94&r2=1.95)
--
David Fetter writes:
> Shouldn't this patch configure.in instead?
No. The stuff in config/ is also inputs for building configure.
regards, tom lane
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://
On Tue, Feb 23, 2010 at 06:35:14PM +, Tom Lane wrote:
> Log Message:
> ---
> Fix configure's regexp for extracting the Perl version number from
> perl -v output. Per bug #5339, Perl 5.11 has changed the format of
> that output enough to break the previous coding.
>
> Alex Hunsaker
>
Log Message:
---
Fix configure's regexp for extracting the Perl version number from perl -v
output. Per bug #5339, Perl 5.11 has changed the format of that output
enough to break the previous coding.
Alex Hunsaker
Modified Files:
--
pgsql/config:
perl.m4 (r1.8 ->
Log Message:
---
Clarify statements about tar archive format.
Modified Files:
--
pgsql/doc/src/sgml/ref:
pg_dump.sgml (r1.116 -> r1.117)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/pg_dump.sgml?r1=1.116&r2=1.117)
--
Sent via pgsql-com
Log Message:
---
Minor style policing for error messages in pg_dump tar code. Notably, change
"dumping data out of order is not supported" to "restoring data out of order
is not supported", because you get that error during pg_restore not pg_dump.
Also fix some comments that didn't look so
Log Message:
---
Revert recent change of to_char('HH12') handling for intervals; instead
improve documentation, and add C comment.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.505 -> r1.506)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/s
18 matches
Mail list logo