[COMMITTERS] pgsql: Markup cleanup.

2007-11-13 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Reference pgfoundry instead of gborg.

2007-11-13 Thread Bruce Momjian
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)

[COMMITTERS] pgsql: Remove reference to gborg, instead reference pgfoundry.

2007-11-13 Thread Bruce Momjian
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.

[COMMITTERS] pgsql: Update discussion of tsearch2 migration.

2007-11-13 Thread Tom Lane
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

[COMMITTERS] pgsql: Move contrib docs to an appendix (next door to External

2007-11-13 Thread Tom Lane
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://

[COMMITTERS] pgsql: Clean up some now-obsolete references to GBorg.

2007-11-13 Thread Tom Lane
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.

[COMMITTERS] pgsql: Add some quick documentation for tsearch2 compatibility module.

2007-11-13 Thread Tom Lane
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

[COMMITTERS] pgsql: Update release notes to current CVS.

2007-11-13 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Clean up some stray references to tsearch2.

2007-11-13 Thread Tom Lane
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)

[COMMITTERS] pgsql: contrib/tsearch2 need not be special-cased any longer.

2007-11-13 Thread Tom Lane
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 (

[COMMITTERS] pgsql: Resurrect the code for the rewrite(ARRAY[...]) aggregate

2007-11-13 Thread Tom Lane
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

[COMMITTERS] pgsql: Ooops, missed one file to remove.

2007-11-13 Thread Tom Lane
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)-

[COMMITTERS] pgsql: Update description of contrib/tsearch2.

2007-11-13 Thread Tom Lane
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)--

[COMMITTERS] pgsql: Re-add contrib/tsearch2 to the set of buildable contrib modules.

2007-11-13 Thread Tom Lane
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

[COMMITTERS] pgsql: Replace the now-incompatible-with-core contrib/tsearch2 module

2007-11-13 Thread Tom Lane
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

Re: [COMMITTERS] [HACKERS] pgsql: Use strip -x on OS/X-darwinbecause non-"-x" causes link

2007-11-13 Thread Gregory Stark
"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

Re: [HACKERS] [COMMITTERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

2007-11-13 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Again properly fix Darwin strip.

2007-11-13 Thread Bruce Momjian
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)---

[COMMITTERS] pgsql: Add link to Postgres-R glossary from our documentation (has

2007-11-13 Thread Bruce Momjian
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

Re: [HACKERS] [COMMITTERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

2007-11-13 Thread Alvaro Herrera
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?

Re: [HACKERS] [COMMITTERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

2007-11-13 Thread Bruce Momjian
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

[COMMITTERS] pgsql: Modify OS/X Darin test to actually work, (no $template)

2007-11-13 Thread Bruce Momjian
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

Re: [HACKERS] [COMMITTERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

2007-11-13 Thread Tom Lane
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

Re: [COMMITTERS] pgsql: Use strip -x on OS/X-darwin because non-"-x" causes link

2007-11-13 Thread Peter Eisentraut
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