Tom Lane
2944e6ecb6
Improve our explanation of the OVERLAPS operator.
...
Per gripe from Frank van Vugt.
2010-06-05 14:56:36 +00:00
Marc G. Fournier
dcd52a64bd
tag 9.0beta2
2010-06-04 07:28:30 +00:00
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.
2010-06-03 22:17:32 +00:00
Tom Lane
572ec5a276
Remove link that breaks HISTORY file generation.
2010-06-03 21:23:02 +00:00
Bruce Momjian
58028240bb
Fix CREATE TRIGGER release mention, WHERE -> WHEN.
2010-06-03 19:38:39 +00:00
Bruce Momjian
a68055eab6
Update 9.0 release notes to current.
2010-06-03 16:33:36 +00:00
Bruce Momjian
319baeab21
Markup fix.
2010-06-03 14:41:25 +00:00
Bruce Momjian
0562820097
Document regexp_matches() better and show example of single-row usage.
2010-06-03 14:40:42 +00:00
Bruce Momjian
3b19a45964
Document use of C++ for extension use.
2010-06-03 14:39:58 +00:00
Bruce Momjian
f0c437cf54
Document that citext operators must be in the current search path.
2010-06-03 03:04:55 +00:00
Bruce Momjian
356e4dbf9a
Clarify array generate_subscripts() documentation example.
...
Tim Landscheidt
2010-06-03 02:06:10 +00:00
Bruce Momjian
9b5c3611d7
Document that && geometric operator is true even if only a point
...
overlaps.
David Fetter
2010-06-03 01:34:02 +00:00
Bruce Momjian
2681c51eca
Update C++ release note item wording.
2010-06-01 13:43:39 +00:00
Bruce Momjian
1f152c656b
Comment out C++ docs for later user. Tone down C++ compatibility in 9.0
...
release notes.
2010-06-01 03:19:36 +00:00
Bruce Momjian
d149fbf411
Mention palloc/pfree for C++ memory allocation in docs.
2010-06-01 02:54:37 +00:00
Bruce Momjian
06625abeef
Fix SGML markup for tag title.
2010-06-01 02:35:37 +00:00
Bruce Momjian
b67fbb6c57
Add documentation section "Using C++ for Extensibility".
...
Craig Ringer
2010-06-01 02:31:36 +00:00
Bruce Momjian
a128991705
Overflow box is on page after listed page number, per Alvaro.
2010-05-31 22:42:59 +00:00
Bruce Momjian
0b4150323b
Update TeX overflow documentation page pattern mask, in docs.
2010-05-31 22:15:25 +00:00
Bruce Momjian
66dd050560
Document how to find TeX overflow boxes in our documentation build, per
...
details from Alvaro Herrera.
2010-05-31 22:14:20 +00:00
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.
2010-05-31 18:47:35 +00:00
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.
2010-05-31 15:50:48 +00:00
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.
2010-05-30 18:10:41 +00:00
Bruce Momjian
2bde07c198
Clarify the meaning of "trusted language" in the documentation.
2010-05-30 02:23:09 +00:00
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.
2010-05-29 21:08:04 +00:00
Bruce Momjian
d800b036d2
Document that NOT NULL domain constraints are not always honored.
2010-05-29 19:06:16 +00:00
Heikki Linnakangas
23e9fe0391
Fix typos in recent doc patch. Fujii Masao
2010-05-29 09:01:10 +00:00
Bruce Momjian
9b94e3696e
Document use of VPATH builds.
...
David Fetter
2010-05-28 18:04:36 +00:00
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.
2010-05-28 14:03:31 +00:00
Peter Eisentraut
2175d4fa59
Small correction/clarification in discussion of Unicode literals
2010-05-27 18:23:47 +00:00
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.
2010-05-27 06:25:32 +00:00
Bruce Momjian
f495020ede
Fix SGML markup
2010-05-26 23:55:51 +00:00
Tom Lane
1e6b654edc
Improve SSL-related documentation. Explain how to deal with certificate
...
chains, do assorted wordsmithing.
2010-05-26 23:49:19 +00:00
Bruce Momjian
092c38a2a8
Document pgFouine and check_postgres as log analysis options.
2010-05-26 23:29:45 +00:00
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.
2010-05-25 15:55:28 +00:00
Bruce Momjian
7ff79fa425
Add pg_upgrade docs about binary compatibility, per Robert Haas.
2010-05-25 14:50:56 +00:00
Bruce Momjian
4b9904a0f8
Update pg_upgrade docs to show options in alphabetical order, and
...
improve 8.3 doc limitations paragraph.
2010-05-24 17:43:39 +00:00
Tom Lane
de98ef62c7
Fix index entry for lo_compat_privileges, per bug #5467 from KOIZUMI Satoru.
2010-05-20 20:32:27 +00:00
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).
2010-05-20 03:45:38 +00:00
Bruce Momjian
9974a46004
SGML markup cleanup for pg_upgrade.
2010-05-19 20:47:18 +00:00
Bruce Momjian
5add506838
Doc change: Rename of directory no longer required for pg_migrator 9.0.
...
Alvaro
2010-05-19 20:40:33 +00:00
Bruce Momjian
5eae7e1756
pg_upgrade doc cleanup
...
Stefan Kaltenbrunner
2010-05-19 20:37:03 +00:00
Bruce Momjian
2963d82281
Restore oid2name doc change.
2010-05-19 20:22:05 +00:00
Bruce Momjian
67fd5f3c85
Add command-line documentation for pg_upgrade.
2010-05-19 20:20:38 +00:00
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
2010-05-18 19:05:17 +00:00
Magnus Hagander
60e7f45966
Make pg_upgrade documentation refer to 9.0 instead of 8.4.
...
Fujii Masao
2010-05-18 15:41:36 +00:00
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
2010-05-18 02:28:53 +00:00
Alvaro Herrera
91e01e21a2
Make table in example less wide.
2010-05-17 20:50:44 +00:00
Andrew Dunstan
99ad9236bc
Clarify plperl subroutine name release notes item, remove now redundant Safe.pm item.
2010-05-17 17:46:13 +00:00
Robert Haas
6d932df652
Insert line breaks in two places in SQL functions documentation.
...
This avoids a formatting problem in the PDF output. In the HTML output this
isn't necessary, but we've done similar things elsewhere in the documentation
so I think it's OK to do it here, too. I've refrained from breaking a longish
error message which also causes problems for the PDF output, because that would
make the HTML output look wrong.
Erik Rijkers
2010-05-16 04:35:04 +00:00