Log Message:
---
Rely on the constant being defined rather than the version that it is thought to
be defined with.
Modified Files:
--
be/src:
constants.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/constants.c.diff?r1=1.6&r2=1.
Log Message:
---
Add q and a regarding missing pthread symbol in FreeBSD.
Modified Files:
--
web/src/documentation/content/xdocs:
faq.xml (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/faq.xml.diff?r1=
Log Message:
---
Hold off on dist and pq.
(Focus efforts on fe, instead of pq)
Modified Files:
--
web/src/documentation/content/xdocs:
index.xml (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/web/src/documentation/content/xdocs/index.xml
Log Message:
---
Make BSDL the primary license, add more alternative licenses.
This will reverberate throughout the other trees with the removal of
license-stamps in the sources, and the addition/alteration of the LICENSE file.
Modified Files:
--
web/src/documentation/conte
Log Message:
---
This patch makes some minor style cleanups to contrib/btree_gist: remove
the "extern" keyword from function definitions, reorganize some
PG_GETARG_XXX() usage, and similar.
Modified Files:
--
pgsql/contrib/btree_gist:
btree_bit.c (r1.3 -> r1.4)
Log Message:
---
Give pg_regress a --load-language option, so that it can be used to test
other PLs besides plpgsql. Andrew Dunstan
Modified Files:
--
pgsql/src/test/regress:
GNUmakefile (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/sr
Log Message:
---
a small tweak to enable display in the log file
of database name before table name
when VACUUMing or ANALYZing a table.
Cosimo Streppone
Modified Files:
--
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.33 -> r1.34)
(http://developer.pos
Log Message:
---
This patch will ensure that the hash table iteration performed by
AtCommit_Portals is restarted when a portal is deleted. This is
necessary since the deletion of a portal may cause the deletion of
another which on rare occations may cause the iterator to return a
deleted po
Log Message:
---
Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()
instead of pg_usleep.
Backpatch to 8.0.X.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.27.4.3 -> r1.27.4.4)
(http://develop
Log Message:
---
Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()
instead of pg_usleep.
Backpatch to 8.0.X.
Modified Files:
--
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql
Log Message:
---
Update FAQ URLs.
Robert Treat
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.94&r2=1.95)
FAQ_german (r1.19 -> r1.20)
(http://developer.postgre
Log Message:
---
Update FAQ URLs.
Robert Treat
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.81.4.3 -> r1.81.4.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV.diff?r1=1.81.4.3&r2=1.81.4.4)
FAQ_german (r1.18.4.
Log Message:
---
Document where to download free Microsoft and Borland development tools.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
install-win32.sgml (r1.23.4.1 -> r1.23.4.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/
Log Message:
---
Document where to download free Microsoft and Borland development tools.
Modified Files:
--
pgsql/doc/src/sgml:
install-win32.sgml (r1.24 -> r1.25)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.
Log Message:
---
Document that bcc compiles now need the -N flag, backpatch to 8.0.X.
Modified Files:
--
pgsql/doc/src/sgml:
install-win32.sgml (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/install-win32.sgml.diff?r1=1.23&r
Log Message:
---
Document that bcc compiles now need the -N flag, backpatch to 8.0.X.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
install-win32.sgml (r1.23 -> r1.23.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ins
Log Message:
---
Update Chinese FAQ, per Magnus.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/FAQ:
FAQ_chinese.html (r1.1.2.2 -> r1.1.2.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_chinese.html.diff?r1=1.1.2.2&r2=1.1.2.
Log Message:
---
Update Chinese FAQ, per Magnus.
Modified Files:
--
pgsql/doc/src/FAQ:
FAQ_chinese.html (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/FAQ_chinese.html.diff?r1=1.2&r2=1.3)
---(end of bro
Log Message:
---
Tag 100L as long for compuation.
Modified Files:
--
pgsql/contrib/pg_autovacuum:
pg_autovacuum.c (r1.31 -> r1.32)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_autovacuum/pg_autovacuum.c.diff?r1=1.31&r2=1.32)
---
Log Message:
---
Backpatch mention that not all functions are listed, with spelling fix.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.234.4.5 -> r1.234.4.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/fun
Bruce Momjian wrote:
Add mention that not all functions are listed.
Seems you forgot to backport the change to func.sgml. When you do it, be
sure to fix the typo in the func.sgml changes -- I've already fixed it
in HEAD.
-Neil
---(end of broadcast)
Neil Conway wrote:
> Bruce Momjian wrote:
> > Add mention that not all functions are listed.
>
> Seems you forgot to backport the change to func.sgml. When you do it, be
> sure to fix the typo in the func.sgml changes -- I've already fixed it
> in HEAD.
OK, I wasn't going to backpatch it, but y
Log Message:
---
Fix newly introduced spelling error.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.246 -> r1.247)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml.diff?r1=1.246&r2=1.247)
---(end of br
Log Message:
---
Add mention that not all functions are listed.
Update Chinese FAQ for HTML.
Modified Files:
--
pgsql/doc:
FAQ_chinese (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese.diff?r1=1.1&r2=1.2)
pgsql/doc/src/FA
Log Message:
---
Add mention that not all functions are listed.
Update Chinese FAQ for HTML.
Tags:
REL8_0_STABLE
Modified Files:
--
pgsql/doc:
FAQ_chinese (r1.1.2.1 -> r1.1.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_chinese.diff?r
25 matches
Mail list logo