Log Message:
---
Markup cleanup.
Modified Files:
--
pgsql/doc:
FAQ (r1.443 -> r1.444)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.443&r2=1.444)
pgsql/doc/src/FAQ:
FAQ.html (r1.399 -> r1.400)
(http://developer.postgres
Log Message:
---
Reference pgfoundry instead of gborg.
Modified Files:
--
pgsql/doc:
FAQ_DEV (r1.145 -> r1.146)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_DEV?r1=1.145&r2=1.146)
pgsql/doc/src/FAQ:
FAQ_DEV.html (r1.149 -> r1.150)
Log Message:
---
Remove reference to gborg, instead reference pgfoundry.
Modified Files:
--
pgsql/doc:
FAQ (r1.442 -> r1.443)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ?r1=1.442&r2=1.443)
pgsql/doc/src/FAQ:
FAQ.html (r1.398 -> r1.
Log Message:
---
Update discussion of tsearch2 migration. I'm not entirely sure about
the division of material between here and the tsearch2 contrib page,
but at least it's not obviously unfinished any more.
Modified Files:
--
pgsql/doc/src/sgml:
textsearch.sgml (r
Log Message:
---
Move contrib docs to an appendix (next door to External Projects).
Change title to Additional Supplied Modules. Improve discussion of
how to build and install 'em.
Modified Files:
--
pgsql/doc/src/sgml:
contrib.sgml (r1.3 -> r1.4)
(http://
Log Message:
---
Clean up some now-obsolete references to GBorg.
Modified Files:
--
pgsql:
README (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/README?r1=1.32&r2=1.33)
pgsql/doc/src/sgml:
external-projects.sgml (r1.18 -> r1.
Log Message:
---
Add some quick documentation for tsearch2 compatibility module.
Modified Files:
--
pgsql/doc/src/sgml:
contrib.sgml (r1.2 -> r1.3)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/contrib.sgml?r1=1.2&r2=1.3)
filelist.s
Log Message:
---
Update release notes to current CVS.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.533 -> r1.534)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.533&r2=1.534)
---(end of b
Log Message:
---
Clean up some stray references to tsearch2.
Modified Files:
--
pgsql/doc/src/sgml:
gin.sgml (r2.11 -> r2.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/gin.sgml?r1=2.11&r2=2.12)
gist.sgml (r1.28 -> r1.29)
Log Message:
---
contrib/tsearch2 need not be special-cased any longer.
Modified Files:
--
pgsql/src/tools/msvc:
Mkvcbuild.pm (r1.23 -> r1.24)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Mkvcbuild.pm?r1=1.23&r2=1.24)
clean.bat (
Log Message:
---
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
and put it into contrib/tsearch2 compatibility module.
Modified Files:
--
pgsql/contrib/tsearch2/expected:
tsearch2.out (r1.25 -> r1.26)
(http://developer.postgresql.org/cvs
Log Message:
---
Ooops, missed one file to remove.
Removed Files:
-
pgsql/contrib/tsearch2:
tsearch.sql.in
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/tsearch2/tsearch.sql.in)
---(end of broadcast)-
Log Message:
---
Update description of contrib/tsearch2.
Modified Files:
--
pgsql/contrib:
README (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/README?r1=1.94&r2=1.95)
---(end of broadcast)--
Log Message:
---
Re-add contrib/tsearch2 to the set of buildable contrib modules.
Modified Files:
--
pgsql/contrib:
Makefile (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/Makefile?r1=1.81&r2=1.82)
---(en
Log Message:
---
Replace the now-incompatible-with-core contrib/tsearch2 module with a
compatibility package. This supports importing dumps from past versions
using tsearch2, and provides the old names and API for most functions
that were changed. (rewrite(ARRAY[...]) is a glaring omissio
"Alvaro Herrera" <[EMAIL PROTECTED]> writes:
> Hmm, this doesn't seem to work for me:
>
> $ if test expr "`uname -a`" : 'Darwin' -ne 0
>> then stripprog="${STRIPPROG-strip -x}"
>> else stripprog="${STRIPPROG-strip}"
>> fi
> -bash: test: too many arguments
No, "test" and "expr" are separat
Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > Tom Lane wrote:
> > > Peter Eisentraut <[EMAIL PROTECTED]> writes:
> > > > Am Samstag, 10. November 2007 schrieb Bruce Momjian:
> > > >> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
> > >
> > > > How will this work, considering
Log Message:
---
Again properly fix Darwin strip.
Modified Files:
--
pgsql/config:
install-sh (r1.6 -> r1.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/install-sh?r1=1.6&r2=1.7)
---(end of broadcast)---
Log Message:
---
Add link to Postgres-R glossary from our documentation (has helpful
terms defined).
Modified Files:
--
pgsql/doc/src/sgml:
high-availability.sgml (r1.26 -> r1.27)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/high-availabil
Bruce Momjian wrote:
> Tom Lane wrote:
> > Peter Eisentraut <[EMAIL PROTECTED]> writes:
> > > Am Samstag, 10. November 2007 schrieb Bruce Momjian:
> > >> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
> >
> > > How will this work, considering that $template isn't set anywhere?
Tom Lane wrote:
> Peter Eisentraut <[EMAIL PROTECTED]> writes:
> > Am Samstag, 10. November 2007 schrieb Bruce Momjian:
> >> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
>
> > How will this work, considering that $template isn't set anywhere?
>
> It won't, of course. Perhap
Log Message:
---
Modify OS/X Darin test to actually work, (no $template)
Modified Files:
--
pgsql/config:
install-sh (r1.5 -> r1.6)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/config/install-sh?r1=1.5&r2=1.6)
---(end of broadc
Peter Eisentraut <[EMAIL PROTECTED]> writes:
> Am Samstag, 10. November 2007 schrieb Bruce Momjian:
>> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
> How will this work, considering that $template isn't set anywhere?
It won't, of course. Perhaps something like
if t
Am Samstag, 10. November 2007 schrieb Bruce Momjian:
> Log Message:
> ---
> Use strip -x on OS/X-darwin because non-"-x" causes link problems:
>
> http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php
>
> Modified Files:
> --
> pgsql/config:
> install-s
24 matches
Mail list logo