OSDN Git Service

Remove silent_mode. You get the same functionality with "pg_ctl -l
[pg-rex/syncrep.git] / doc / src / sgml / config.sgml
2011-07-04 Heikki LinnakangasRemove silent_mode. You get the same functionality...
2011-06-22 Robert HaasMake deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.
2011-06-18 Peter EisentrautCapitalization fixes
2011-06-13 Robert HaasRemove parentheses from mention of current_schemas...
2011-06-13 Robert HaasAdd doc cross-reference to search_path discussion of...
2011-06-13 Robert HaasDocument GUC context for synchronous_standby_names...
2011-05-29 Peter EisentrautCorrect description of log_connections and log_disconne...
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-10 Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-05-02 Alvaro HerreraUpdate some ALTER USER cross-references to ALTER ROLE
2011-04-27 Tom LaneMake a quick copy-editing pass over the 9.1 release...
2011-04-05 Alvaro HerreraChange "Id" to "id" in some SGML tags
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-03-31 Heikki LinnakangasReword the phrase on zero replication_timeout in the...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-17 Bruce MomjianDocument guc context values, and reference them from...
2011-03-15 Bruce MomjianWording adjustment for restart_after_crash entry
2011-03-15 Robert HaasMinor sync rep documentation improvements.
2011-03-11 Bruce MomjianIn docs, rename "backwards compatibility" to "backward...
2011-03-11 Bruce MomjianDocument how listen_addresses can do only IPv4 or IPv6.
2011-03-09 Itagaki Takahirosynchronous_standby_names is a string parameter.
2011-03-07 Robert HaasSynchronous replication doc corrections.
2011-03-06 Simon RiggsEfficient transaction-controlled synchronous replication.
2011-03-01 Robert HaasAvoid excessive Hot Standby feedback messages.
2011-02-26 Heikki LinnakangasIncrease the default for wal_sender_delay from 200ms...
2011-02-16 Simon RiggsHot Standby feedback for avoidance of cleanup conflicts...
2011-02-15 Robert HaasAssorted corrections to the patch to add WAL receiver...
2011-02-15 Robert HaasRename max_predicate_locks_per_transaction.
2011-02-10 Heikki LinnakangasSend status updates back from standby server to master...
2011-02-08 Robert HaasAvoid having autovacuum workers wait for relation locks.
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-02-06 Bruce Momjianremove tags.
2011-02-03 Robert HaasLog restartpoints in the same fashion as checkpoints.
2011-02-01 Bruce MomjianProperly capitalize hyphenated words in documentation...
2011-02-01 Bruce MomjianClarify documentation to state that "zero_damaged_pages...
2011-02-01 Bruce MomjianDocument that effective cache size does not assume...
2011-02-01 Itagaki TakahiroAdd a link from client_encoding parameter to the list...
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2011-01-23 Magnus HaganderAdd pg_basebackup tool for streaming base backups
2011-01-23 Tom LaneAllow the wal_buffers setting to be auto-tuned to a...
2011-01-12 Robert HaasRevert patch adding support for logging the current...
2011-01-12 Robert HaasAdd support for logging the current role.
2010-12-09 Tom LaneForce default wal_sync_method to be fdatasync on Linux.
2010-12-08 Simon RiggsOptimize commit_siblings in two ways to improve group...
2010-11-27 Tom LanePoint out in default_tablespace's description that...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-27 Robert HaasNote that effective_io_concurrency only affects bitmap...
2010-10-19 Bruce MomjianAdd mention of using tools/fsync to test fsync methods...
2010-10-07 Robert HaasImprove WAL reliability documentation, and add more...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-26 Tom LaneDocument the existence of the socket lock file under...
2010-08-24 Bruce MomjianUpdate autovacuum_freeze_max_age documentation to menti...
2010-08-23 Tom LaneMake an editorial pass over the 9.0 release notes.
2010-08-22 Bruce MomjianDocument that autovacuum_freeze_max_age is used for...
2010-08-19 Tom LaneBring some sanity to the trace_recovery_messages code...
2010-08-17 Peter EisentrautSpell and markup checking
2010-08-03 Tom LaneFix mangled grammar.
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-27 Peter EisentrautSpelling fixes
2010-07-24 Peter EisentrautRemove tab from SGML file
2010-07-22 Robert HaasAdd options to force quoting of all identifiers.
2010-07-20 Robert HaasAdd restart_after_crash GUC.
2010-07-20 Robert HaasChange the default value of standard_conforming_strings...
2010-07-16 Tom LaneAdd a log_file_mode GUC that allows control of the...
2010-07-16 Heikki LinnakangasAdd a paragraph explaining what restartpoints are....
2010-07-08 Magnus HaganderAdd support for TCP keepalives on Windows, both for...
2010-07-06 Robert HaasMake log_temp_files based on kB, and revert docs &...
2010-07-06 Robert HaasSupport setting the keepalive idle time on MacOS X.
2010-07-03 Bruce MomjianRemove SGML tab.
2010-07-03 Tom LaneMake vacuum_defer_cleanup_age be PGC_SIGHUP level,...
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-30 Bruce MomjianDocument that /bin/true on Windows is implemented by...
2010-06-29 Bruce MomjianIn documentation, use "lower case"/"upper case" consist...
2010-06-29 Bruce MomjianDocument that shared_preload_libraries and local_preloa...
2010-06-28 Bruce MomjianFix doc double-wording in non-durable patch.
2010-06-28 Bruce MomjianAdd new Non-Durable Settings documentation section.
2010-06-25 Simon RiggsFix log_temp_files docs and comments to say bytes not...
2010-06-22 Robert HaasMinor markup improvements for Hot Standby documentation.
2010-06-15 Itagaki TakahiroAdd new GUC categories corresponding to sections in...
2010-05-31 Bruce MomjianReword fsync and full_page_writes docs to be clearer...
2010-05-26 Tom LaneImprove SSL-related documentation. Explain how to...
2010-05-20 Tom LaneFix index entry for lo_compat_privileges, per bug ...
2010-05-18 Magnus HaganderRefer to pg_ident.conf as config file for username...
2010-05-03 Heikki LinnakangasChange wording so that you don't need to understand...
2010-05-03 Heikki LinnakangasAdd cross-reference from wal_level to hot_standby setti...
2010-05-02 Simon RiggsMention that max_standby_delay has units of millisecond...
2010-05-02 Tom LaneClean up some awkward, inaccurate, and inefficient...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-26 Robert HaasWhen we're restricting who can connect, don't allow...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-19 Robert HaasAdd an 'enable_material' GUC.
2010-04-16 Robert HaasProvide better guidance for adjusting shared_buffers.
2010-04-15 Heikki LinnakangasFix typo, spotted by Erik Rijkers.
2010-04-13 Magnus HaganderFix typo.
2010-04-12 Bruce MomjianRemove example of archive_command from configure sectio...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-03-17 Magnus HaganderTypo fixes.
next