| Commit message (Collapse) | Author | Age |
... | |
|
|
|
|
| |
expect -> except, noted by Andrew Dunstan. Also, "cannot" seems more
readable here than "can not", per David Wheeler.
|
| |
|
|
|
|
| |
Fujii Masao
|
| |
|
|
|
|
|
|
| |
dummy_label -> dummy_seclabel
Thom Brown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We have seen one too many reports of people trying to use 9.1 extension
files in the old-fashioned way of sourcing them in psql. Not only does
that usually not work (due to failure to substitute for MODULE_PATHNAME
and/or @extschema@), but if it did work they'd get a collection of loose
objects not an extension. To prevent this, insert an \echo ... \quit
line that prints a suitable error message into each extension script file,
and teach commands/extension.c to ignore lines starting with \echo.
That should not only prevent any adverse consequences of loading a script
file the wrong way, but make it crystal clear to users that they need to
do it differently now.
Tom Lane, following an idea of Andrew Dunstan's. Back-patch into 9.1
... there is not going to be much value in this if we wait till 9.2.
|
| |
|
|
|
|
|
|
| |
The documentation neglected to explain its behavior in a script file
(it only ends execution of the script, not psql as a whole), and failed
to mention the long form \quit either.
|
|
|
|
| |
Backpatch to 9.0.X and 9.1.X.
|
|
|
|
|
|
| |
help prevent pg_ctl from getting confused.
Backpatch to 9.1.
|
|
|
|
| |
Per suggestions from Achilleas Mantzios and Greg Smith.
|
|
|
|
| |
Shigehiro Honda
|
|
|
|
| |
Dickson S. Guedes
|
|
|
|
|
| |
Back-port the new "test_sepgsql" script into 9.1 to provide a substitute
test mechanism.
|
| |
|
|
|
|
|
|
|
|
| |
This mode still exists for backwards compatibility, making
sslmode=require the same as sslmode=verify-ca when the file is present,
but not causing an error when it isn't.
Per bug 6189, reported by Srinivas Aji
|
|
|
|
| |
Jaime Casanova
|
|
|
|
| |
Man, we fixed a lotta bugs since April.
|
|
|
|
|
|
| |
REPLICATION privileges, not SUPERUSER.
Fujii Masao
|
|
|
|
| |
Also set the documented release date to 2011-09-12.
|
|
|
|
|
|
|
|
| |
because its internal format was changed in 8.4.
Backpatch to 9.0 and 9.1.
Report by depesz, diagnosis by Tom.
|
|
|
|
|
|
| |
Backpatch to 9.0 and 9.1.
Patch from Josh Kupershmidt.
|
|
|
|
|
|
|
|
| |
fields.
Backpatch to 9.0 and 9.1.
Report from Pavel Stehule, patch from Josh Kupershmidt
|
|
|
|
| |
Per Peter.
|
|
|
|
|
|
| |
pgpass.
Backpatch to 9.1.
|
|
|
|
| |
Backpatch to 9.0 and 9.1.
|
|
|
|
|
|
| |
Backpatch to 9.0 and 9.1.
Report from depstein@alliedtesting.com.
|
|
|
|
|
|
| |
We've now seen more than one gripe from somebody who didn't get the memo
about how to install contrib modules in 9.1. Try to make it a little more
prominent that you aren't supposed to call the scripts directly anymore.
|
|
|
|
|
|
| |
This example wasn't updated when we changed the behavior of bpcharlen()
in 8.0, nor when we changed the number of parameters taken by the bpchar()
cast function in 7.3. Per report from lsliang.
|
|
|
|
|
|
|
|
| |
processes.
Backpatch to 9.1 and 9.0.
Submitted by Anton Yuzhaninov, confirmed by Robert Haas
|
| |
|
|
|
|
| |
Backpatch to 9.1.
|
|
|
|
|
|
| |
characters.
Backpatch to 9.0 and 9.1.
|
|
|
|
|
|
| |
lowercase earlier, but documentation was not updated. Update the docs.
Fujii Masao
|
| |
|
|
|
|
| |
Noted by Hitoshi Harada.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The previous coding resulted in contrib modules unintentionally overriding
the use of CONTRIB_TESTDB. There seems no particularly good reason to
allow that (after all, the makefile can set CONTRIB_TESTDB if that's really
what it intends).
In passing, document REGRESS_OPTS where the other pgxs.mk options are
documented.
Back-patch to 9.1 --- in prior versions, there were no cases of contrib
modules setting REGRESS_OPTS without including the --dbname switch, so
while the coding was fragile there was no actual bug.
|
|
|
|
| |
Fujii Masao
|
|
|
|
| |
Also do another pass of copy-editing.
|
|
|
|
| |
Per comment form Fujii Masao.
|
|
|
|
| |
Josh Kupershmidt
|
| |
|
|
|
|
| |
Backpatch to 9.1, obviously.
|
|
|
|
| |
Almost all other pages have one; this one must have been forgotten.
|
| |
|
|
|
|
| |
For consistency with other man pages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There is what may actually be a mistake in our markup. The problem is
in a situation like
<para>
<command>FOO</command> is ...
there is strictly speaking a line break before "FOO". In the HTML
output, this does not appear to be a problem, but in the man page
output, this shows up, so you get double blank lines at odd places.
So far, we have attempted to work around this with an XSL hack, but
that causes other problems, such as creating run-ins in places like
<acronym>SQL</acronym> <command>COPY</command>
So fix the problem properly by removing the extra whitespace. I only
fixed the problems that affect the man page output, not all the
places.
|
|
|
|
|
|
|
|
| |
Somebody added a cross-reference to shared_preload_libraries, but wrote the
wrong variable name when they did it (and didn't bother to make it a link
either).
Spotted by Christoph Anton Mitterer.
|
|
|
|
| |
Backpatch to 9.1 and 9.0.
|
|
|
|
|
|
| |
wal_level = minimum.
Backpatch to 9.1 and 9.0.
|