OSDN Git Service

pg-rex/syncrep.git
16 years agoImprove description of implicit-text-casting compatibility issue.
Tom Lane [Mon, 19 Nov 2007 03:47:14 +0000 (03:47 +0000)]
Improve description of implicit-text-casting compatibility issue.
A bunch of other desultory copy-editing, too.

16 years agoMinor improvement in documentation of temp_tablespaces: avoid grammatical
Tom Lane [Mon, 19 Nov 2007 02:26:10 +0000 (02:26 +0000)]
Minor improvement in documentation of temp_tablespaces: avoid grammatical
ambiguity and say what the default value is.

16 years agoRemove no-longer-accurate claim that REINDEX won't invalidate cached
Tom Lane [Sun, 18 Nov 2007 18:42:03 +0000 (18:42 +0000)]
Remove no-longer-accurate claim that REINDEX won't invalidate cached
plans.

16 years agoWordsmith improvements to first half of release notes, move TEXT cast
Bruce Momjian [Sat, 17 Nov 2007 21:13:42 +0000 (21:13 +0000)]
Wordsmith improvements to first half of release notes, move TEXT cast
item to #1 imcompatibility slot.

16 years agoSimplify TEXT cast working; spelling fixes to release notes.
Bruce Momjian [Sat, 17 Nov 2007 15:17:16 +0000 (15:17 +0000)]
Simplify TEXT cast working;  spelling fixes to release notes.

16 years agoImprove GIN index build's tracking of memory usage by using
Tom Lane [Fri, 16 Nov 2007 21:55:59 +0000 (21:55 +0000)]
Improve GIN index build's tracking of memory usage by using
GetMemoryChunkSpace, not just the palloc request size.  This brings the
allocatedMemory counter close enough to reality (as measured by
MemoryContextStats printouts) that I think we can get rid of the arbitrary
factor-of-2 adjustment that was put into the code initially.  Given the
sensitivity of GIN build to work memory size, not using as much of work
memory as we're allowed to seems a pretty bad idea.

16 years agoGIN index build's allocatedMemory counter needs to be long, not uint32.
Tom Lane [Fri, 16 Nov 2007 21:50:06 +0000 (21:50 +0000)]
GIN index build's allocatedMemory counter needs to be long, not uint32.
Else, in a 64-bit machine with maintenance_work_mem set to above 4Gb,
the counter overflows and we never recognize having reached the
maintenance_work_mem limit.  I believe this explains out-of-memory
failure recently reported by Sean Davis.

This is a bug, so backpatch to 8.2.

16 years agoFix inconsistent message wording, and split off a couple of duplicated strings.
Alvaro Herrera [Fri, 16 Nov 2007 21:47:32 +0000 (21:47 +0000)]
Fix inconsistent message wording, and split off a couple of duplicated strings.

16 years agoRepair still another bug in the btree page split WAL reduction patch:
Tom Lane [Fri, 16 Nov 2007 19:53:50 +0000 (19:53 +0000)]
Repair still another bug in the btree page split WAL reduction patch:
it failed for splits of non-leaf pages because in such pages the first
data key on a page is suppressed, and so we can't just copy the first
key from the right page to reconstitute the left page's high key.
Problem found by Koichi Suzuki, patch by Heikki.

16 years agoFix a few mentions of "Postgres" that slipped into the release notes.
Bruce Momjian [Fri, 16 Nov 2007 17:22:21 +0000 (17:22 +0000)]
Fix a few mentions of "Postgres" that slipped into the release notes.

16 years agoAdd release note that "Postgres" is now documented as an acceptable
Bruce Momjian [Fri, 16 Nov 2007 16:12:14 +0000 (16:12 +0000)]
Add release note that "Postgres" is now documented as an acceptable
alias.

16 years agoSimplify wording.
Bruce Momjian [Fri, 16 Nov 2007 15:53:57 +0000 (15:53 +0000)]
Simplify wording.

16 years agoAdd FAQ items about "Postgres" alias usage, remove old reference.
Bruce Momjian [Fri, 16 Nov 2007 15:50:31 +0000 (15:50 +0000)]
Add FAQ items about "Postgres" alias usage, remove old reference.

16 years agoFix tsvectorout() and tsqueryout() to escape backslesh, add test of that.
Teodor Sigaev [Fri, 16 Nov 2007 15:05:59 +0000 (15:05 +0000)]
Fix tsvectorout() and tsqueryout() to escape backslesh, add test of that.
Patch by Bruce Momjian <bruce@momjian.us>

Backpatch is needed, but it's impossible to apply it directly

16 years agoFix markup that doesn't work in HISTORY generation.
Tom Lane [Fri, 16 Nov 2007 06:28:07 +0000 (06:28 +0000)]
Fix markup that doesn't work in HISTORY generation.

16 years agoRe-do configure with autoconf 2.59
Tom Lane [Fri, 16 Nov 2007 04:59:25 +0000 (04:59 +0000)]
Re-do configure with autoconf 2.59

16 years agoupdate files for beta3
Marc G. Fournier [Fri, 16 Nov 2007 04:29:45 +0000 (04:29 +0000)]
update files for beta3

16 years agoAdd a couple of notes pointing out that GIN index build time is very
Tom Lane [Fri, 16 Nov 2007 03:23:07 +0000 (03:23 +0000)]
Add a couple of notes pointing out that GIN index build time is very
sensitive to maintenance_work_mem (something I just learned the hard
way).

16 years agoSmall comment spacing improvement.
Bruce Momjian [Fri, 16 Nov 2007 01:51:22 +0000 (01:51 +0000)]
Small comment spacing improvement.

16 years agoBetter guard token used by pgindent.
Bruce Momjian [Fri, 16 Nov 2007 01:25:15 +0000 (01:25 +0000)]
Better guard token used by pgindent.

16 years agoRun pgindent on remaining files now that LOOPBYTE is a usable macro.
Bruce Momjian [Fri, 16 Nov 2007 01:12:24 +0000 (01:12 +0000)]
Run pgindent on remaining files now that LOOPBYTE is a usable macro.

16 years agoCleanup for new else/comment handling.
Bruce Momjian [Fri, 16 Nov 2007 01:11:04 +0000 (01:11 +0000)]
Cleanup for new else/comment handling.

16 years agoFix stupid typo in recently-added code :-(
Tom Lane [Fri, 16 Nov 2007 00:57:55 +0000 (00:57 +0000)]
Fix stupid typo in recently-added code :-(

16 years agoAdd snb_ru_init(internal) to list of stub functions in tsearch2
Tom Lane [Fri, 16 Nov 2007 00:34:54 +0000 (00:34 +0000)]
Add snb_ru_init(internal) to list of stub functions in tsearch2
compatibility module.  Needed to support loading of 8.1-era tsearch2
configuration data.

16 years agoModify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the
Bruce Momjian [Fri, 16 Nov 2007 00:13:02 +0000 (00:13 +0000)]
Modify LOOPBYTE/LOOPBIT macros to be more logical;  rather than have the
for() body passed as a parameter, make the macros act as simple headers
to code blocks.

This allows pgindent to be run on these files.

16 years agoFix pgindent to properly handle 'else' and single-line comments on the
Bruce Momjian [Thu, 15 Nov 2007 23:23:44 +0000 (23:23 +0000)]
Fix pgindent to properly handle 'else' and single-line comments on the
same line;  previous fix was only partial.  Re-run pgindent on files
that need it.

16 years agoRe-run pgindent with updated list of typedefs. (Updated README should
Bruce Momjian [Thu, 15 Nov 2007 22:25:18 +0000 (22:25 +0000)]
Re-run pgindent with updated list of typedefs.  (Updated README should
avoid this problem in the future.)

16 years agoBeef up README instructions, again.
Bruce Momjian [Thu, 15 Nov 2007 22:15:46 +0000 (22:15 +0000)]
Beef up README instructions, again.

16 years agoCUpdate README to suggest 'gmake distclean'. Add library typedefs.
Bruce Momjian [Thu, 15 Nov 2007 22:12:09 +0000 (22:12 +0000)]
CUpdate README to suggest 'gmake distclean'.  Add library typedefs.

16 years agoUpdate pgtools README to be clearer about typdefs.
Bruce Momjian [Thu, 15 Nov 2007 22:09:07 +0000 (22:09 +0000)]
Update pgtools README to be clearer about typdefs.

16 years agoUpdate pgindent with current typedefs.
Bruce Momjian [Thu, 15 Nov 2007 22:06:07 +0000 (22:06 +0000)]
Update pgindent with current typedefs.

16 years agoWhen logging the recovery.conf parameters, show them quoted as they would
Peter Eisentraut [Thu, 15 Nov 2007 22:02:12 +0000 (22:02 +0000)]
When logging the recovery.conf parameters, show them quoted as they would
appear in the configuration file.

16 years agoAdd blank lines to pgindent.
Bruce Momjian [Thu, 15 Nov 2007 21:52:39 +0000 (21:52 +0000)]
Add blank lines to pgindent.

16 years agoUse ftruncate() not truncate() in mdunlink. Seems Windows doesn't
Tom Lane [Thu, 15 Nov 2007 21:49:47 +0000 (21:49 +0000)]
Use ftruncate() not truncate() in mdunlink.  Seems Windows doesn't
support the latter.

16 years agoUpdate timezone data files to release 2007i of the zic database.
Tom Lane [Thu, 15 Nov 2007 21:21:14 +0000 (21:21 +0000)]
Update timezone data files to release 2007i of the zic database.

16 years agopgindent run for 8.3.
Bruce Momjian [Thu, 15 Nov 2007 21:14:46 +0000 (21:14 +0000)]
pgindent run for 8.3.

16 years agoTranslation updates
Peter Eisentraut [Thu, 15 Nov 2007 20:38:15 +0000 (20:38 +0000)]
Translation updates

16 years agoPrevent re-use of a deleted relation's relfilenode until after the next
Tom Lane [Thu, 15 Nov 2007 20:36:40 +0000 (20:36 +0000)]
Prevent re-use of a deleted relation's relfilenode until after the next
checkpoint.  This guards against an unlikely data-loss scenario in which
we re-use the relfilenode, then crash, then replay the deletion and
recreation of the file.  Even then we'd be OK if all insertions into the
new relation had been WAL-logged ... but that's not guaranteed given all
the no-WAL-logging optimizations that have recently been added.

Patch by Heikki Linnakangas, per a discussion last month.

16 years agoUpdate config.guess and config.sub
Peter Eisentraut [Thu, 15 Nov 2007 20:21:05 +0000 (20:21 +0000)]
Update config.guess and config.sub

16 years agoAdd more detail for non-TEXT cast release item.
Bruce Momjian [Thu, 15 Nov 2007 20:10:32 +0000 (20:10 +0000)]
Add more detail for non-TEXT cast release item.

16 years agoMessage improvements
Peter Eisentraut [Thu, 15 Nov 2007 20:04:38 +0000 (20:04 +0000)]
Message improvements

16 years agoAdd to synopsis that timeout option also applies to stop mode
Peter Eisentraut [Thu, 15 Nov 2007 19:40:31 +0000 (19:40 +0000)]
Add to synopsis that timeout option also applies to stop mode

16 years agoMake help synopsis consistent
Peter Eisentraut [Thu, 15 Nov 2007 19:35:26 +0000 (19:35 +0000)]
Make help synopsis consistent

16 years agoMake synopses of -t option consistent
Peter Eisentraut [Thu, 15 Nov 2007 18:37:23 +0000 (18:37 +0000)]
Make synopses of -t option consistent

16 years agoDocument that /contrib/tsearch2 now contains a compatibility interface.
Bruce Momjian [Thu, 15 Nov 2007 17:09:40 +0000 (17:09 +0000)]
Document that /contrib/tsearch2 now contains a compatibility interface.

16 years agoAdjust example to reduce confusion between a tsvector column and
Tom Lane [Wed, 14 Nov 2007 23:48:55 +0000 (23:48 +0000)]
Adjust example to reduce confusion between a tsvector column and
an index, per Simon.

16 years agoAdd a rank/(rank+1) normalization option to ts_rank(). While the usefulness
Tom Lane [Wed, 14 Nov 2007 23:43:27 +0000 (23:43 +0000)]
Add a rank/(rank+1) normalization option to ts_rank().  While the usefulness
of this seems a bit marginal, if it's useful enough to be shown in the manual
then we probably ought to support doing it without double evaluation of the
ts_rank function.  Per my proposal earlier today.

16 years agoFix incorrect calculation of elapsed_xlogs. Itagaki Takahiro
Tom Lane [Wed, 14 Nov 2007 21:19:18 +0000 (21:19 +0000)]
Fix incorrect calculation of elapsed_xlogs.  Itagaki Takahiro

16 years agoAdd an Accept parameter to "simple" dictionaries. The default of true
Tom Lane [Wed, 14 Nov 2007 18:36:37 +0000 (18:36 +0000)]
Add an Accept parameter to "simple" dictionaries.  The default of true
gives the old behavior; selecting false allows the dictionary to be used
as a filter ahead of other dictionaries, because it will pass on rather
than accept words that aren't in its stopword list.
Jan Urbanski

16 years agoMention that GSSAPI is preferred over Kerberos authentication because
Bruce Momjian [Wed, 14 Nov 2007 14:38:30 +0000 (14:38 +0000)]
Mention that GSSAPI is preferred over Kerberos authentication because
GSSAPI is industry-standard.

16 years agoAdd note about deprecating krb5 authentication in favour of GSSAPI,
Magnus Hagander [Wed, 14 Nov 2007 14:25:55 +0000 (14:25 +0000)]
Add note about deprecating krb5 authentication in favour of GSSAPI,
per discussions (a long time ago). Documentation only, we keep full
support in the code.

16 years agoCapitalize "Migration to Version".
Bruce Momjian [Wed, 14 Nov 2007 14:06:54 +0000 (14:06 +0000)]
Capitalize "Migration to Version".

16 years agoProperly capitalize "Migrate To Version"; seems we always had that
Bruce Momjian [Wed, 14 Nov 2007 12:36:34 +0000 (12:36 +0000)]
Properly capitalize "Migrate To Version";  seems we always had that
wrong.

16 years agoMarkup cleanup.
Bruce Momjian [Wed, 14 Nov 2007 03:39:53 +0000 (03:39 +0000)]
Markup cleanup.

16 years agoReference pgfoundry instead of gborg.
Bruce Momjian [Wed, 14 Nov 2007 03:39:17 +0000 (03:39 +0000)]
Reference pgfoundry instead of gborg.

16 years agoRemove reference to gborg, instead reference pgfoundry.
Bruce Momjian [Wed, 14 Nov 2007 03:37:30 +0000 (03:37 +0000)]
Remove reference to gborg, instead reference pgfoundry.

16 years agoUpdate discussion of tsearch2 migration. I'm not entirely sure about
Tom Lane [Wed, 14 Nov 2007 03:26:24 +0000 (03:26 +0000)]
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.

16 years agoMove contrib docs to an appendix (next door to External Projects).
Tom Lane [Wed, 14 Nov 2007 02:36:43 +0000 (02:36 +0000)]
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.

16 years agoClean up some now-obsolete references to GBorg.
Tom Lane [Wed, 14 Nov 2007 01:58:18 +0000 (01:58 +0000)]
Clean up some now-obsolete references to GBorg.

16 years agoAdd some quick documentation for tsearch2 compatibility module.
Tom Lane [Wed, 14 Nov 2007 01:09:50 +0000 (01:09 +0000)]
Add some quick documentation for tsearch2 compatibility module.

16 years agoUpdate release notes to current CVS.
Bruce Momjian [Wed, 14 Nov 2007 00:16:27 +0000 (00:16 +0000)]
Update release notes to current CVS.

16 years agoClean up some stray references to tsearch2.
Tom Lane [Tue, 13 Nov 2007 23:36:26 +0000 (23:36 +0000)]
Clean up some stray references to tsearch2.

16 years agocontrib/tsearch2 need not be special-cased any longer.
Tom Lane [Tue, 13 Nov 2007 22:49:47 +0000 (22:49 +0000)]
contrib/tsearch2 need not be special-cased any longer.

16 years agoResurrect the code for the rewrite(ARRAY[...]) aggregate function,
Tom Lane [Tue, 13 Nov 2007 22:14:50 +0000 (22:14 +0000)]
Resurrect the code for the rewrite(ARRAY[...]) aggregate function,
and put it into contrib/tsearch2 compatibility module.

16 years agoOoops, missed one file to remove.
Tom Lane [Tue, 13 Nov 2007 21:25:25 +0000 (21:25 +0000)]
Ooops, missed one file to remove.

16 years agoUpdate description of contrib/tsearch2.
Tom Lane [Tue, 13 Nov 2007 21:10:40 +0000 (21:10 +0000)]
Update description of contrib/tsearch2.

16 years agoRe-add contrib/tsearch2 to the set of buildable contrib modules.
Tom Lane [Tue, 13 Nov 2007 21:04:45 +0000 (21:04 +0000)]
Re-add contrib/tsearch2 to the set of buildable contrib modules.

16 years agoReplace the now-incompatible-with-core contrib/tsearch2 module with a
Tom Lane [Tue, 13 Nov 2007 21:02:29 +0000 (21:02 +0000)]
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 omission, though.)

Pavel Stehule and Tom Lane

16 years agoAgain properly fix Darwin strip.
Bruce Momjian [Tue, 13 Nov 2007 18:50:54 +0000 (18:50 +0000)]
Again properly fix Darwin strip.

16 years agoAdd link to Postgres-R glossary from our documentation (has helpful
Bruce Momjian [Tue, 13 Nov 2007 18:44:20 +0000 (18:44 +0000)]
Add link to Postgres-R glossary from our documentation (has helpful
terms defined).

16 years agoModify OS/X Darin test to actually work, (no $template)
Bruce Momjian [Tue, 13 Nov 2007 18:15:01 +0000 (18:15 +0000)]
Modify OS/X Darin test to actually work, (no $template)

16 years agoFix a few contrib regression test scripts that hadn't gotten the word
Tom Lane [Tue, 13 Nov 2007 06:29:04 +0000 (06:29 +0000)]
Fix a few contrib regression test scripts that hadn't gotten the word
about best practice for including the module creation scripts: to wit
that you should suppress NOTICE messages.  This avoids creating
regression failures by adding or removing comment lines in the module
scripts.

16 years agoAdjust expected file for new CVS version label.
Bruce Momjian [Tue, 13 Nov 2007 04:27:26 +0000 (04:27 +0000)]
Adjust expected file for new CVS version label.

16 years agoAdd CVS version labels to all install/uninstall scripts.
Bruce Momjian [Tue, 13 Nov 2007 04:24:29 +0000 (04:24 +0000)]
Add CVS version labels to all install/uninstall scripts.

16 years agoFix more script breakage.
Tom Lane [Tue, 13 Nov 2007 02:17:33 +0000 (02:17 +0000)]
Fix more script breakage.

16 years agoFix insufficient search-path paranoia in SQL function definitions.
Tom Lane [Tue, 13 Nov 2007 01:55:49 +0000 (01:55 +0000)]
Fix insufficient search-path paranoia in SQL function definitions.
Remove setting of search_path in install/uninstall scripts, since unlike
other contrib modules this one does not want to let you change the
installation schema.

16 years agoAdjust script to be consistent (thanks Tom for the fix).
Bruce Momjian [Tue, 13 Nov 2007 01:19:40 +0000 (01:19 +0000)]
Adjust script to be consistent (thanks Tom for the fix).

16 years agoUndo damage from yesterday's script "cleanup".
Tom Lane [Tue, 13 Nov 2007 00:20:36 +0000 (00:20 +0000)]
Undo damage from yesterday's script "cleanup".

16 years agoI find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
Tom Lane [Tue, 13 Nov 2007 00:13:19 +0000 (00:13 +0000)]
I find that an out-of-the-box installation of OSSP uuid 1.6.0 installs
itself as libuuid, not libossp-uuid which was the only case expected by
our build support.  Install a configure test to determine which name
to use (and to check that the library is present at all).

16 years agoNo master server overhead for middleware replication.
Bruce Momjian [Mon, 12 Nov 2007 18:01:44 +0000 (18:01 +0000)]
No master server overhead for middleware replication.

16 years agoChange replication chart title to "No waiting for multiple servers".
Bruce Momjian [Mon, 12 Nov 2007 17:02:14 +0000 (17:02 +0000)]
Change replication chart title to "No waiting for multiple servers".

16 years agoTrim trailing whitespace --- needed commit to update anoncvs.
Bruce Momjian [Mon, 12 Nov 2007 01:37:34 +0000 (01:37 +0000)]
Trim trailing whitespace --- needed commit to update anoncvs.

16 years agoEnsure that typmod decoration on a datatype name is validated in all cases,
Tom Lane [Sun, 11 Nov 2007 19:22:49 +0000 (19:22 +0000)]
Ensure that typmod decoration on a datatype name is validated in all cases,
even in code paths where we don't pay any subsequent attention to the typmod
value.  This seems needed in view of the fact that 8.3's generalized typmod
support will accept a lot of bogus syntax, such as "timestamp(foo)" or
"record(int, 42)" --- if we allow such things to pass without comment,
users will get confused.  Per a recent example from Greg Stark.

To implement this in a way that's not very vulnerable to future
bugs-of-omission, refactor the API of parse_type.c's TypeName lookup routines
so that typmod validation is folded into the base lookup operation.  Callers
can still choose not to receive the encoded typmod, but we'll check the
decoration anyway if it's present.

16 years agoRemove tabs from SGML files.
Bruce Momjian [Sun, 11 Nov 2007 14:23:18 +0000 (14:23 +0000)]
Remove tabs from SGML files.

16 years agoRemove /contrib/dblink/doc directory, now in SGML.
Bruce Momjian [Sun, 11 Nov 2007 05:13:09 +0000 (05:13 +0000)]
Remove /contrib/dblink/doc directory, now in SGML.

16 years agoAdjust pg_trgm expected output for new *.sql file.
Bruce Momjian [Sun, 11 Nov 2007 03:57:06 +0000 (03:57 +0000)]
Adjust pg_trgm expected output for new *.sql file.

16 years agoMake /contrib install/uninstall script consistent:
Bruce Momjian [Sun, 11 Nov 2007 03:25:35 +0000 (03:25 +0000)]
Make /contrib install/uninstall script consistent:

remove transactions
use create or replace function
make formatting consistent
set search patch on first line

Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.

Some of these issues were spotted by Tom today.

16 years agoRemove references to READMEs from /contrib Makefiles.
Bruce Momjian [Sat, 10 Nov 2007 23:59:52 +0000 (23:59 +0000)]
Remove references to READMEs from /contrib Makefiles.

16 years agoMove most /contrib README files into SGML. Some still need conversion
Bruce Momjian [Sat, 10 Nov 2007 23:30:46 +0000 (23:30 +0000)]
Move most /contrib README files into SGML.  Some still need conversion
or will never be converted.

16 years agoAdd pg_ctl -t/timeout parameter to control amount of time to wait for
Bruce Momjian [Sat, 10 Nov 2007 21:48:51 +0000 (21:48 +0000)]
Add pg_ctl -t/timeout parameter to control amount of time to wait for
start/shutdown.

16 years agoAdd an example of a SQL function with output parameters returning
Tom Lane [Sat, 10 Nov 2007 20:14:36 +0000 (20:14 +0000)]
Add an example of a SQL function with output parameters returning
multiple rows.  I had thought this case was covered, but there was
no example in the obvious section to look in.

16 years agoAdd missing closing / in xsd:restriction, and remove some unnecessary
Tom Lane [Sat, 10 Nov 2007 19:29:54 +0000 (19:29 +0000)]
Add missing closing / in xsd:restriction, and remove some unnecessary
spaces for consistency.  Per bug #3734 from Ben Leslie; fix by
Euler Taveira de Oliveira.

16 years agoHigh availability wording fix.
Bruce Momjian [Sat, 10 Nov 2007 19:19:36 +0000 (19:19 +0000)]
High availability wording fix.

16 years agoUpdate high availability documentation with comments from Markus Schiltknecht.
Bruce Momjian [Sat, 10 Nov 2007 19:14:02 +0000 (19:14 +0000)]
Update high availability documentation with comments from Markus Schiltknecht.

16 years agoxmlGetUTF8Char()'s second argument is both input and output. Fix
Tom Lane [Sat, 10 Nov 2007 18:51:20 +0000 (18:51 +0000)]
xmlGetUTF8Char()'s second argument is both input and output.  Fix
uninitialized value, and avoid invoking the function nine separate
times in the pg_xmlIsNameChar macro.  Should resolve buildfarm failures.
Per report from Ben Leslie.

16 years agoUse strip -x on OS/X-darwin because non-"-x" causes link problems:
Bruce Momjian [Sat, 10 Nov 2007 16:15:23 +0000 (16:15 +0000)]
Use strip -x on OS/X-darwin because non-"-x" causes link problems:

  http://archives.postgresql.org/pgsql-hackers/2007-10/msg01470.php

16 years agoHave text search thesaurus files use "?" for stop words.
Bruce Momjian [Sat, 10 Nov 2007 15:39:34 +0000 (15:39 +0000)]
Have text search thesaurus files use "?" for stop words.

Throw an error for actual stop words, rather than a warning.  This fixes
problems with cache reloading causing warning messages.

Re-enable stop words in regression tests;  was disabled by Tom.

Document "?" as API change.

16 years agoReduce error level of ROLLBACK outside a transaction from WARNING to
Bruce Momjian [Sat, 10 Nov 2007 14:36:44 +0000 (14:36 +0000)]
Reduce error level of ROLLBACK outside a transaction from WARNING to
NOTICE.

16 years agoFix markup problem with recent pg_ctl change.
Bruce Momjian [Sat, 10 Nov 2007 14:07:18 +0000 (14:07 +0000)]
Fix markup problem with recent pg_ctl change.

16 years agoHave crosstab variants treat NULL rowid as a category in its own right,
Joe Conway [Sat, 10 Nov 2007 05:00:41 +0000 (05:00 +0000)]
Have crosstab variants treat NULL rowid as a category in its own right,
per suggestion from Tom Lane. This fixes crash-bug reported by Stefan
Schwarzer.