Log Message:
---
Document that continuous archiving backup can be used for cases where
you can't get a simultaneous snapshot.
Modified Files:
--
pgsql/doc/src/sgml:
backup.sgml (r2.117 -> r2.118)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/
Alvaro Herrera wrote:
> Bruce Momjian wrote:
> >
> > Sorry, I did a few README cleanups in this commit. I will recommit
> > these with new CVS text.
>
> And you forgot the plain text FAQ ...
>
Thanks, done.
--
Bruce Momjian <[EMAIL PROTECTED]>http://momjian.us
EnterpriseDB
Log Message:
---
Update text FAQ.
Modified Files:
--
pgsql/doc:
FAQ (r1.453 -> r1.454)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.453&r2=1.454)
pgsql/doc/src/FAQ:
FAQ.html (r1.410 -> r1.411)
(http://anoncvs.postgresql.
Log Message:
---
Small wording improvements for source code READMEs.
Modified Files:
--
pgsql/src/backend/optimizer:
README (r1.45 -> r1.46)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/README?r1=1.45&r2=1.46)
pgsql/src/backend/
Log Message:
---
Revert README cleanups.
Modified Files:
--
pgsql/src/backend/optimizer:
README (r1.44 -> r1.45)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/optimizer/README?r1=1.44&r2=1.45)
pgsql/src/backend/parser:
README (r1.8
Bruce Momjian wrote:
>
> Sorry, I did a few README cleanups in this commit. I will recommit
> these with new CVS text.
And you forgot the plain text FAQ ...
--
Alvaro Herrerahttp://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
--
Sent v
Sorry, I did a few README cleanups in this commit. I will recommit
these with new CVS text.
---
Bruce Momjian wrote:
> Log Message:
> ---
> Revert sentence removal from nickname in FAQ.
>
> Modified Files:
> --
Tom Lane wrote:
> [EMAIL PROTECTED] (Bruce Momjian) writes:
> > Remove mention of the Berkeley origins of the alias "Postgres" ---
> > seems unnecessary to mention in the FAQ, per discussion on IRC.
>
> This doesn't seem like an improvement in the least. It makes it
> appear that Postgres is just
Log Message:
---
Revert sentence removal from nickname in FAQ.
Modified Files:
--
pgsql/doc/src/FAQ:
FAQ.html (r1.409 -> r1.410)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ.html?r1=1.409&r2=1.410)
pgsql/src/backend/optimizer:
[EMAIL PROTECTED] (Bruce Momjian) writes:
> Remove mention of the Berkeley origins of the alias "Postgres" ---
> seems unnecessary to mention in the FAQ, per discussion on IRC.
This doesn't seem like an improvement in the least. It makes it
appear that Postgres is just a randomly chosen abbreviat
Log Message:
---
Remove mention of the Berkeley origins of the alias "Postgres" ---
seems unnecessary to mention in the FAQ, per discussion on IRC.
Modified Files:
--
pgsql/doc:
FAQ (r1.452 -> r1.453)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?
I wrote:
I don't actually think this is the right way to do this. It's not the
same thing. The equivalent behaviour would be to have the flag turned
on even if there's nothing in the config file. What I think we need is
to add this line in Solution.pm::new():
$options->{integer_dateti
Magnus Hagander wrote:
Log Message:
---
Make integer_datetimes the default on msvc as well, to have the same
default as other platforms.
Modified Files:
--
pgsql/src/tools/msvc:
config.pl (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/s
Log Message:
---
Small typo.
Modified Files:
--
pgsnap/pgsnap:
pgsnap.php (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/pgsnap.php.diff?r1=1.5&r2=1.6)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresq
Log Message:
---
Add some contrib modules to "Installed products" report.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.7&r2=1.8)
pgsnap/pgsnap/lib:
Log Message:
---
Bugfix : sequence relkind is 'S', not 's'.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.6&r2=1.7)
pgsnap/pgsnap/lib:
sequences.p
Log Message:
---
Show/hide SQL statements for each report.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.5&r2=1.6)
TODO (r1.3 -> r1.4)
(http:
Update of /cvsroot/pgsnap/pgsnap/pgsnap/external
In directory pgfoundry.org:/tmp/cvs-serv10712/external
Log Message:
Directory /cvsroot/pgsnap/pgsnap/pgsnap/external added to the repository
--
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subsc
Log Message:
---
Support for pgstattuple contrib module.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.4&r2=1.5)
TODO (r1.2 -> r1.3)
(http://
Log Message:
---
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
the columns it works with to be domains over the expected type, not just
exactly the expected type. In passing, fix ts_stat() the same way.
Per report from Markus Wollny.
Tags:
REL8_3_STABLE
Log Message:
---
Fix tsvector_update_trigger() to be domain-friendly: it needs to allow all
the columns it works with to be domains over the expected type, not just
exactly the expected type. In passing, fix ts_stat() the same way.
Per report from Markus Wollny.
Modified Files:
--
Log Message:
---
Greedy algorithm crash bug fixies.
--
Modified Files:
Makefile.in aclocal.m4 config.h.in configure
compare/Makefile.in dummy/Makefile.in greedy/Makefile.in
greedy/greedy.c simgre/
Log Message:
---
Better version of gpr_penalty()
Modified Files:
--
prefix:
prefix.c (r1.28 -> r1.29)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.c.diff?r1=1.28&r2=1.29)
--
Sent via pgsql-committers mailing list (pgsql-committers@pos
Log Message:
---
Greedy algorithm rewritten from scratch and added to compare module.
--
Modified Files:
Makefile.am Makefile.in aclocal.m4 config.h config.h.in
configure libtool stamp-h1 compare/Makefi
Log Message:
---
fix gpr_penalty implementation, having it consider '[a-b]' kind of prefix ranges
Modified Files:
--
prefix:
prefix.c (r1.27 -> r1.28)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/prefix/prefix/prefix.c.diff?r1=1.27&r2=1.28)
--
Sent via pg
Log Message:
---
* Support for -W commandline option (per Olivier "dup" Delhomme)
* Support for .pgpass password file (suggested by Claude Castello)
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsn
Log Message:
---
Bugfix : last_vacuum/last_analyze columns are first available on 8.2.
Modified Files:
--
pgsnap/pgsnap:
ChangeLog (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.2&r2=1.3)
pgsnap.
Log Message:
---
On cygwin and win32, don't override the shlib name when building a module.
Should fix regression test failures on those platforms.
Modified Files:
--
pgsql/src:
Makefile.shlib (r1.115 -> r1.116)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgs
Log Message:
---
Make integer_datetimes the default on msvc as well, to have the same
default as other platforms.
Modified Files:
--
pgsql/src/tools/msvc:
config.pl (r1.9 -> r1.10)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl?r1=
Andrew Dunstan wrote:
>
>
> Tom Lane wrote:
> > [EMAIL PROTECTED] (Peter Eisentraut) writes:
> >
> >> Implement a few changes to how shared libraries and dynamically
> >> loadable modules are built.
> >>
> >
> > Seems this patch has broken all the Windows buildfarm animals ... is
> > anyb
30 matches
Mail list logo