summaryrefslogtreecommitdiff
path: root/doc/src
AgeCommit message (Collapse)Author
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
by a superuser -- "ALTER USER f RESET setting" already disallows removing such a setting. Apply the same treatment to ALTER DATABASE d RESET ALL when run by a database owner that's not superuser.
2010-03-23Typo fix from IRC breinbaasBruce Momjian
2010-03-23Remove CRs for each line in pgbench.sgml.Itagaki Takahiro
2010-03-23Add back other xlog() function author names.Bruce Momjian
2010-03-23Each worker thread will have its own log file in pgbench to avoid interleavedItagaki Takahiro
writes. The first worker still uses "pgbench_log.<pid>" for the name, but additional workers use "pgbench_log.<pid>.<serial-number>" instead. Reported by Greg Smith.
2010-03-22Properly credit Simon for functions pg_last_xlog_replay_location, etc.Bruce Momjian
2010-03-22Re-order createuser and vacuumedb documentation options, forBruce Momjian
consistency. Gabrielle (Roth)
2010-03-21Remove 9.0 release notes xref's to HISTORY.html can be built.Bruce Momjian
Document this restriction.
2010-03-21Add more 9.0 release note documentation links.Bruce Momjian
2010-03-21Add links to documentation sections in 9.0 release notes.Bruce Momjian
Also update tagging instructions, and add id tags to a few documentation sections.
2010-03-20In 9.0 release notes, move libpq/ecpg up into their own sections, like IBruce Momjian
did with server-side languages.
2010-03-20Move server-side languages up one section in the 9.0 release notes.Bruce Momjian
2010-03-20Create 9.0 release notes; keep 9.0-alpha release notes in place.Bruce Momjian
2010-03-20Update sgml release note markup suggestions.Bruce Momjian
2010-03-19Clarify docs about database parameter in streaming replication primary_conninfo.Simon Riggs
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.
2010-03-18Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut
with a few strategically placed pg_verifymbstr calls.
2010-03-18Fix missing parentheses for current_query(), per bug #5378.Tom Lane
Also make a couple other minor editorial improvements.
2010-03-18Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas
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.
2010-03-17Make typography consistentPeter Eisentraut
2010-03-17Typo fixes.Magnus Hagander
Fujii Masao
2010-03-17Update broken and permanently moved linksPeter Eisentraut
2010-03-17Fix incorrect example in CREATE INDEX reference page, per Josh Kupershmidt.Tom Lane
Also fix and uncomment an old example of creating a GIST index, and make a couple of other minor editorial adjustments.
2010-03-17Fix typo in streaming replication protocol docs.Simon Riggs
2010-03-16Fix typo in math function docs, spotted by Heikki.Simon Riggs
2010-03-15Document that trig functions accept/return values in radians.Simon Riggs
2010-03-13Add some more structure and bits of information to PL/Python documentationPeter Eisentraut
2010-03-13Add libpq warning message if the .pgpass-retrieved password fails.Bruce Momjian
Add ERRCODE_INVALID_PASSWORD sqlstate error code.
2010-03-13Update shared memory configuration information for LinuxPeter Eisentraut
In particular, the assertion that shmall is sufficiently sized by default is slowly becoming untrue.
2010-03-13Document what user name email symbols are supported by tsearch.Bruce Momjian
2010-03-12Re-add comma, oops.Bruce Momjian
2010-03-12Remove unnecessary comma in documentation.Bruce Momjian
2010-03-10Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24,Tom Lane
7.4.28.
2010-03-08Add missing space in example.Magnus Hagander
Tim Landscheidt
2010-03-07Revert patch for --psqlrc=FILENAME in psql.Magnus Hagander
2010-03-06Add --psqlrc=FILENAME parameter to psql, to process an explicitly namedMagnus Hagander
file instead of ~/.psqlrc on startup.
2010-03-03Document that "Q" is ignored by to_date and to_timestamp. Add C commentBruce Momjian
about the behavior. Document that quotes in to_date, to_timestamp, to_number skip input characters.
2010-03-03Fix SGML markup.Bruce Momjian
2010-03-03Restructure CREATE FUNCTION "NOTES" section to be shorter; move itemsBruce Momjian
into proper sections, per suggestion from Tom.
2010-03-02Adjust max_standby_delay documentation to be clearer, and mention thatBruce Momjian
two adjacent long-running queries have much less than max_standby_delay before query cancel is possible.
2010-03-02Document the effect of max_standby_delay on increasing the delay of dataBruce Momjian
from master to slave, and discourage its use during slave/master keep-xid-alive connections.
2010-03-02Update keywords list for 9.0Peter Eisentraut
2010-02-28Update complex locale example in the documentation.Bruce Momjian
2010-02-28*** empty log message ***Bruce Momjian
2010-02-27Document ATAPI FLUSH CACHE EXT.Bruce Momjian
2010-02-27Document trace_recovery_messages() parameter as an enum, not string.Bruce Momjian
Fujii Masao
2010-02-27Document max_standby_delay=-1 option, now that it's allowed again.Heikki Linnakangas
2010-02-27Entity-ify a few new uses of literal <, >, and &.Tom Lane
2010-02-27Use <> for libpq #include in example programs, per suggestion from Josh Berkus.Bruce Momjian
2010-02-27Document ATAPI drive flush command, and mention SSD drives.Bruce Momjian
2010-02-26Document pg_restore --jobs as a performance enhancement.Bruce Momjian