Itagaki Takahiro
3fd839950a
Replace "slave" to "standby" in documentation for consistent terminology.
...
Almost all of the terms in docs and messages were replaced, but still
remains in a few comments and README files in codes.
16 years ago
Tom Lane
2944e6ecb6
Improve our explanation of the OVERLAPS operator.
...
Per gripe from Frank van Vugt.
16 years ago
Marc G. Fournier
dcd52a64bd
tag 9.0beta2
16 years ago
Tom Lane
0cc59cc1f3
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
...
and current server clock time to SR data messages. These are not currently
used on the slave side but seem likely to be useful in future, and it'd be
better not to change the SR protocol after release. Per discussion.
Also do some minor code review and cleanup on walsender.c, and improve the
protocol documentation.
16 years ago
Tom Lane
572ec5a276
Remove link that breaks HISTORY file generation.
16 years ago
Bruce Momjian
58028240bb
Fix CREATE TRIGGER release mention, WHERE -> WHEN.
16 years ago
Bruce Momjian
a68055eab6
Update 9.0 release notes to current.
16 years ago
Bruce Momjian
319baeab21
Markup fix.
16 years ago
Bruce Momjian
0562820097
Document regexp_matches() better and show example of single-row usage.
16 years ago
Bruce Momjian
3b19a45964
Document use of C++ for extension use.
16 years ago
Bruce Momjian
f0c437cf54
Document that citext operators must be in the current search path.
16 years ago
Bruce Momjian
356e4dbf9a
Clarify array generate_subscripts() documentation example.
...
Tim Landscheidt
16 years ago
Bruce Momjian
9b5c3611d7
Document that && geometric operator is true even if only a point
...
overlaps.
David Fetter
16 years ago
Bruce Momjian
2681c51eca
Update C++ release note item wording.
16 years ago
Bruce Momjian
1f152c656b
Comment out C++ docs for later user. Tone down C++ compatibility in 9.0
...
release notes.
16 years ago
Bruce Momjian
d149fbf411
Mention palloc/pfree for C++ memory allocation in docs.
16 years ago
Bruce Momjian
06625abeef
Fix SGML markup for tag title.
16 years ago
Bruce Momjian
b67fbb6c57
Add documentation section "Using C++ for Extensibility".
...
Craig Ringer
16 years ago
Bruce Momjian
a128991705
Overflow box is on page after listed page number, per Alvaro.
16 years ago
Bruce Momjian
0b4150323b
Update TeX overflow documentation page pattern mask, in docs.
16 years ago
Bruce Momjian
66dd050560
Document how to find TeX overflow boxes in our documentation build, per
...
details from Alvaro Herrera.
16 years ago
Alvaro Herrera
a7b2f694e7
Add note about database ownership to REASSIGN OWNED command documentation,
...
per Josh Berkus. Add ALTER DATABASE to the "see also" section, too.
16 years ago
Bruce Momjian
6f1932c249
Reword fsync and full_page_writes docs to be clearer about when to turn
...
them off.
Josh Berkus, with slight wording changes by me.
16 years ago
Tom Lane
b12b7a9038
Change the notation for calling functions with named parameters from
...
"val AS name" to "name := val", as per recent discussion.
This patch catches everything in the original named-parameters patch,
but I'm not certain that no other dependencies snuck in later (grepping
the source tree for all uses of AS soon proved unworkable).
In passing I note that we've dropped the ball at least once on keeping
ecpg's lexer (as opposed to parser) in sync with the backend. It would
be a good idea to go through all of pgc.l and see if it's in sync now.
I didn't attempt that at the moment.
16 years ago
Bruce Momjian
2bde07c198
Clarify the meaning of "trusted language" in the documentation.
16 years ago
Tom Lane
63f591e969
Add text to "Populating a Database" pointing out that bulk data load into a
...
table with foreign key constraints eats memory. Per off-line discussion of
bug #5480 with its reporter. Also do some minor wordsmithing elsewhere in
the same section.
16 years ago
Bruce Momjian
d800b036d2
Document that NOT NULL domain constraints are not always honored.
16 years ago
Heikki Linnakangas
23e9fe0391
Fix typos in recent doc patch. Fujii Masao
16 years ago
Bruce Momjian
9b94e3696e
Document use of VPATH builds.
...
David Fetter
16 years ago
Heikki Linnakangas
fe76f93d11
Update High Availability docs. Clarify terms master/primary standby/slave,
...
move two paragraphs that apply to log shipping in general from the
"Alternative method for log shipping" section to the earlier sections.
Add varname tags where missing. Some small wording changes.
16 years ago
Peter Eisentraut
2175d4fa59
Small correction/clarification in discussion of Unicode literals
16 years ago
Heikki Linnakangas
aa5bec67de
Make it more clear that you need to release savepoint with
...
RELEASE SAVEPOINT to make an older savepoint with the same name
accessible. It's also possible to implicitly release the savepoint by
rolling back to an earlier savepoint, but mentioning that too would make
the note just more verbose and confusing.
16 years ago
Bruce Momjian
f495020ede
Fix SGML markup
16 years ago
Tom Lane
1e6b654edc
Improve SSL-related documentation. Explain how to deal with certificate
...
chains, do assorted wordsmithing.
16 years ago
Bruce Momjian
092c38a2a8
Document pgFouine and check_postgres as log analysis options.
16 years ago
Bruce Momjian
238d21d7d2
Modify pg_standby, pgbench, and pg_upgrade manual pages to be consistent
...
in their display of command-line options with other client applications.
16 years ago
Bruce Momjian
7ff79fa425
Add pg_upgrade docs about binary compatibility, per Robert Haas.
16 years ago
Bruce Momjian
4b9904a0f8
Update pg_upgrade docs to show options in alphabetical order, and
...
improve 8.3 doc limitations paragraph.
16 years ago
Tom Lane
de98ef62c7
Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru.
16 years ago
Bruce Momjian
47671aae77
Show oid2name command-line arguments in documentation like we do for
...
non-contrib command-line tools (no longer in a single table display).
16 years ago
Bruce Momjian
9974a46004
SGML markup cleanup for pg_upgrade.
16 years ago
Bruce Momjian
5add506838
Doc change: Rename of directory no longer required for pg_migrator 9.0.
...
Alvaro
16 years ago
Bruce Momjian
5eae7e1756
pg_upgrade doc cleanup
...
Stefan Kaltenbrunner
16 years ago
Bruce Momjian
2963d82281
Restore oid2name doc change.
16 years ago
Bruce Momjian
67fd5f3c85
Add command-line documentation for pg_upgrade.
16 years ago
Magnus Hagander
3ef9574102
Refer to pg_ident.conf as config file for username mapping, as it's
...
now used for other things than just ident authentication.
Noted by Stephen Frost
16 years ago
Magnus Hagander
60e7f45966
Make pg_upgrade documentation refer to 9.0 instead of 8.4.
...
Fujii Masao
16 years ago
Robert Haas
11f2efd12a
Move pg_notify() details to a subsection within the NOTIFY reference page.
...
This allows the index to reference the pg_notify() subsection specifically,
rather than Notes section of the NOTIFY reference page more generally.
Fujii Masao
16 years ago
Alvaro Herrera
91e01e21a2
Make table in example less wide.
16 years ago
Andrew Dunstan
99ad9236bc
Clarify plperl subroutine name release notes item, remove now redundant Safe.pm item.
16 years ago