]> granicus.if.org Git - postgresql/history - doc/src/sgml/config.sgml
Reset vacuum_defer_cleanup_age to PGC_SIGHUP.
[postgresql] / doc / src / sgml / config.sgml
2013-02-04 Simon RiggsReset vacuum_defer_cleanup_age to PGC_SIGHUP.
2013-02-02 Simon RiggsMark vacuum_defer_cleanup_age as PGC_POSTMASTER.
2013-01-26 Bruce Momjiandoc: revert 80c20fcf3df17309b3c131962045825f42e45bc7 and
2013-01-25 Bruce Momjiandoc: mention commit_delay is only honored if fsync...
2013-01-25 Bruce Momjiandoc: split search_path index entries into separate...
2012-12-04 Bruce MomjianAdd initdb --sync-only option to sync the data director...
2012-12-04 Bruce MomjianRevert initdb --sync-only patch that had incorrect...
2012-12-04 Bruce Momjiandummy commit
2012-12-04 Bruce Momjiandummy commit
2012-11-17 Peter Eisentrautdoc: Put pg_temp into documentation index
2012-10-31 Tom LaneDocument that TCP keepalive settings read as 0 on Unix...
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-10-07 Tom LaneImprove documentation about large-object functions.
2012-10-01 Heikki LinnakangasThe max shared_buffers value that initdb will choose...
2012-09-24 Heikki LinnakangasAdd support for include_dir in config file.
2012-09-17 Tom LaneProvide adequate documentation of the "table_name ...
2012-08-30 Bruce MomjianDocument that max_locks_per_transaction might need...
2012-08-22 Tom LaneFix erroneous documentation of synchronous_commit ...
2012-08-22 Bruce MomjianFix typo.
2012-08-22 Bruce MomjianDocument that pg_reload_conf() is also an easy way...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-08-10 Magnus HaganderFix upper limit of superuser_reserved_connections,...
2012-08-03 Bruce MomjianDocument that trying to exceed temp_file_limit causes...
2012-07-04 Robert HaasMore doc cleanups for recent shared memory changes.
2012-07-02 Robert HaasMake commit_delay much smarter.
2012-05-11 Tom LaneImprove discussion of setting server parameters.
2012-05-10 Peter EisentrautProperly capitalize the TimeZone parameter
2012-04-29 Tom LaneRename track_iotiming GUC to track_io_timing.
2012-04-18 Robert HaasDoc clarification for synchronous_commit.
2012-04-14 Robert HaasRename synchronous_commit='write' to 'remote_write'.
2012-04-11 Tom LaneSilently ignore any nonexistent schemas that are listed...
2012-04-10 Tom LaneAdjust various references to GEQO being non-deterministic.
2012-04-05 Robert HaasExpose track_iotiming data via the statistics collector.
2012-03-27 Robert Haaspg_test_timing utility, to measure clock monotonicity...
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-05 Tom LaneImprove documentation around logging_collector and...
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-02-14 Bruce MomjianDocument random page cost is only 4x seqeuntial, and...
2012-01-27 Heikki LinnakangasMention in the docs that bgwriter now sleeps longer...
2012-01-24 Simon RiggsAdd new replication mode synchronous_commit = 'write'.
2012-01-20 Magnus HaganderFurther doc cleanups from the pg_stat_activity changes
2012-01-20 Robert HaasClarify that bgwriter no longer handles checkpoints.
2011-12-16 Andrew Dunstaninclude_if_exists facility for config file.
2011-11-10 Robert HaasCorrect documentation for trace_userlocks.
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-13 Bruce MomjianRemove all "traces" of trace_userlocks, because userloc...
2011-10-08 Tom LaneSupport index-only scans using the visibility map to...
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-09-28 Tom LaneUpdate and extend the EXPLAIN-related documentation.
2011-09-23 Simon Riggssynchronous_commit is an enum not a boolean.
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-06 Bruce MomjianAdd documentation link to strftime supported options.
2011-08-31 Heikki LinnakangasThe replication status values in pg_stat_replication...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
2011-08-06 Tom LaneFix thinko in documentation of local_preload_libraries.
2011-08-04 Bruce MomjianFix markup for recent wal_level clarification.
2011-08-04 Bruce MomjianIn documentaiton, clarify which commands have reduced...
2011-07-19 Simon RiggsMinor doc additions for cascading replication.
2011-07-19 Simon RiggsCascading replication feature for streaming log-based...
2011-07-17 Tom LaneAdd temp_file_limit GUC parameter to constrain temporar...
2011-07-07 Tom LaneReclassify replication-related GUC variables as "master...
2011-07-04 Peter EisentrautSmall documentation tweaks
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...
next