Bruce Momjian
260d843d70
Re-order createuser and vacuumedb documentation options, for
...
consistency.
Gabrielle (Roth)
16 years ago
Bruce Momjian
0885dd1517
Remove 9.0 release notes xref's to HISTORY.html can be built.
...
Document this restriction.
16 years ago
Bruce Momjian
6ad4249b5c
Add more 9.0 release note documentation links.
16 years ago
Bruce Momjian
4748faa50a
Add links to documentation sections in 9.0 release notes.
...
Also update tagging instructions, and add id tags to a few documentation
sections.
16 years ago
Bruce Momjian
4a12e98c46
In 9.0 release notes, move libpq/ecpg up into their own sections, like I
...
did with server-side languages.
16 years ago
Bruce Momjian
9e6c5f1e74
Move server-side languages up one section in the 9.0 release notes.
16 years ago
Bruce Momjian
128b1c5022
Create 9.0 release notes; keep 9.0-alpha release notes in place.
16 years ago
Bruce Momjian
4430907d95
Update sgml release note markup suggestions.
16 years ago
Simon Riggs
f42ddc4772
Clarify docs about database parameter in streaming replication primary_conninfo.
...
Docs were unclear on whether or not database=replication was required,
nor did they mention the FATAL error this causes if database parameter is
mentioned explicitly, whatever its value.
16 years ago
Peter Eisentraut
a401226bd8
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
...
with a few strategically placed pg_verifymbstr calls.
16 years ago
Tom Lane
5f6285616d
Fix missing parentheses for current_query(), per bug #5378 .
...
Also make a couple other minor editorial improvements.
16 years ago
Heikki Linnakangas
c21ac0b58e
Add restartpoint_command option to recovery.conf. Fix bug in %r handling
...
in recovery_end_command, it always came out as 0 because InRedo was
cleared before recovery_end_command was executed. Also, always take
ControlFileLock when reading checkpoint location for %r.
The recovery_end_command bug and the missing locking was present in 8.4
as well, that part of this patch will be backported separately.
16 years ago
Peter Eisentraut
b2640888d9
Make typography consistent
16 years ago
Magnus Hagander
ad8f6fec3b
Typo fixes.
...
Fujii Masao
16 years ago
Peter Eisentraut
a95e51962d
Update broken and permanently moved links
16 years ago
Tom Lane
f248e11f70
Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.
...
Also fix and uncomment an old example of creating a GIST index, and make
a couple of other minor editorial adjustments.
16 years ago
Simon Riggs
0131088f18
Fix typo in streaming replication protocol docs.
16 years ago
Simon Riggs
ce701c1e73
Fix typo in math function docs, spotted by Heikki.
16 years ago
Simon Riggs
bd11a0f67f
Document that trig functions accept/return values in radians.
16 years ago
Peter Eisentraut
66cac8feab
Add some more structure and bits of information to PL/Python documentation
16 years ago
Bruce Momjian
a6c1cea2b7
Add libpq warning message if the .pgpass-retrieved password fails.
...
Add ERRCODE_INVALID_PASSWORD sqlstate error code.
16 years ago
Peter Eisentraut
8b2ae44dc8
Update shared memory configuration information for Linux
...
In particular, the assertion that shmall is sufficiently sized by default
is slowly becoming untrue.
16 years ago
Bruce Momjian
5473df9eb7
Document what user name email symbols are supported by tsearch.
16 years ago
Bruce Momjian
c24b2ef217
Re-add comma, oops.
16 years ago
Bruce Momjian
cb08f6b688
Remove unnecessary comma in documentation.
16 years ago
Tom Lane
8c9a120f6b
Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,
...
7.4.28.
16 years ago
Magnus Hagander
aa8eed3172
Add missing space in example.
...
Tim Landscheidt
16 years ago
Magnus Hagander
43d07d63b1
Revert patch for --psqlrc=FILENAME in psql.
16 years ago
Magnus Hagander
66c2cc2ba9
Add --psqlrc=FILENAME parameter to psql, to process an explicitly named
...
file instead of ~/.psqlrc on startup.
16 years ago
Bruce Momjian
ea066f87c3
Document that "Q" is ignored by to_date and to_timestamp. Add C comment
...
about the behavior.
Document that quotes in to_date, to_timestamp, to_number skip input
characters.
16 years ago
Bruce Momjian
8b420770b3
Fix SGML markup.
16 years ago
Bruce Momjian
d859b17f0f
Restructure CREATE FUNCTION "NOTES" section to be shorter; move items
...
into proper sections, per suggestion from Tom.
16 years ago
Bruce Momjian
7c55be792b
Adjust max_standby_delay documentation to be clearer, and mention that
...
two adjacent long-running queries have much less than max_standby_delay
before query cancel is possible.
16 years ago
Bruce Momjian
b098dbec0d
Document the effect of max_standby_delay on increasing the delay of data
...
from master to slave, and discourage its use during slave/master
keep-xid-alive connections.
16 years ago
Peter Eisentraut
9393bc62c5
Update keywords list for 9.0
16 years ago
Bruce Momjian
bd7246f65e
Update complex locale example in the documentation.
16 years ago
Bruce Momjian
0ff1c3e547
*** empty log message ***
16 years ago
Bruce Momjian
9295eea839
Document ATAPI FLUSH CACHE EXT.
16 years ago
Bruce Momjian
c685b942e5
Document trace_recovery_messages() parameter as an enum, not string.
...
Fujii Masao
16 years ago
Heikki Linnakangas
7ab9305cc9
Document max_standby_delay=-1 option, now that it's allowed again.
16 years ago
Tom Lane
4ec700a8ec
Entity-ify a few new uses of literal <, >, and &.
16 years ago
Bruce Momjian
f7c93458a9
Use <> for libpq #include in example programs, per suggestion from Josh Berkus.
16 years ago
Bruce Momjian
adfb444581
Document ATAPI drive flush command, and mention SSD drives.
16 years ago
Bruce Momjian
ca8e3a51a0
Document pg_restore --jobs as a performance enhancement.
16 years ago
Bruce Momjian
87f609c4fe
Remove 'emphasis' markup inside literal; not allowed.
16 years ago
Bruce Momjian
d98039d896
Document that after triggers that need to see changed rows should not be
...
marked stable.
16 years ago
Bruce Momjian
1951c97805
Document clearly the meaning of none/all for log_statements.
16 years ago
Bruce Momjian
bfd0cd5568
Clearly document that timestamp alone means timestamp without timezone,
...
per SQL standard, and mention 7.3 behavior at the end.
16 years ago
Magnus Hagander
413d34be4e
Add configuration parameter ssl_renegotiation_limit to control
...
how often we do SSL session key renegotiation. Can be set to
0 to disable renegotiation completely, which is required if
a broken SSL library is used (broken patches to CVE-2009-3555
a known cause) or when using a client library that can't do
renegotiation.
16 years ago
Magnus Hagander
0ccc5153f8
Fix typos, per Richard Huxton
16 years ago