]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
Add option to pg_ctl to choose event source for logging
[postgresql] / src / backend / utils / misc / guc.c
2014-07-17 Magnus HaganderAdd option to pg_ctl to choose event source for logging
2014-06-29 Andres FreundAdd cluster_name GUC which is included in process title...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-06-19 Fujii MasaoDon't allow data_directory to be set in postgresql...
2014-05-17 Tom LaneFix a bunch of functions that were declared static...
2014-05-11 Tom LaneFind postgresql.auto.conf in PGDATA even when postgresq...
2014-05-09 Tom LaneRevert "Auto-tune effective_cache size to be 4x shared...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-10 Bruce MomjianC comment: track_activity_query_size doesn't support...
2014-04-05 Tom LaneFix processing of PGC_BACKEND GUC parameters on Windows.
2014-03-21 Heikki LinnakangasReplace the XLogInsert slots with regular LWLocks.
2014-03-17 Peter EisentrautMake punctuation consistent
2014-03-16 Magnus HaganderCleanups from the remove-native-krb5 patch
2014-03-03 Heikki LinnakangasRename huge_tlb_pages to huge_pages, and improve docs.
2014-02-25 Peter EisentrautUpdate and clarify ssl_ciphers default
2014-02-24 Bruce MomjianIncrease work_mem and maintenance_work_mem defaults...
2014-02-13 Alvaro HerreraSeparate multixact freezing parameters from xid's
2014-02-03 Fujii MasaoMake pg_basebackup skip temporary statistics files.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-29 Heikki LinnakangasAllow using huge TLB pages on Linux (MAP_HUGETLB)
2014-01-27 Tom LaneCode review for auto-tuned effective_cache_size.
2014-01-27 Fujii MasaoChange the suffix of auto conf temporary file from...
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2014-01-02 Robert HaasRename walLogHints to wal_log_hints for easier grepping.
2013-12-20 Fujii MasaoRename wal_log_hintbits to wal_log_hints, per discussio...
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-12-12 Simon RiggsNew autovacuum_work_mem parameter
2013-12-07 Peter EisentrautSSL: Support ECDH key exchange
2013-12-07 Peter EisentrautSSL: Add configuration option to prefer server cipher...
2013-11-26 Bruce MomjianChange SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
2013-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-10-31 Robert HaasUse appendStringInfoString instead of appendStringInfo...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-11 Alvaro HerreraRework SSL renegotiation code
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-10-09 Bruce MomjianCentralize effective_cache_size default setting
2013-10-08 Bruce MomjianAuto-tune effective_cache size to be 4x shared buffers
2013-10-04 Bruce MomjianIssue error on SET outside transaction block in some...
2013-09-16 Heikki LinnakangasAdd a GUC to report whether data page checksums are...
2013-09-04 Bruce MomjianAdd GUC descriptions for compile-time postgresql.conf...
2013-08-13 Tom LaneEmit a log message if output is about to be redirected...
2013-08-08 Peter EisentrautMessage style improvements
2013-07-13 Peter EisentrautAdd session_preload_libraries configuration parameter
2013-07-08 Heikki LinnakangasImprove scalability of WAL insertions.
2013-07-04 Robert HaasAdd new GUC, max_worker_processes, limiting number...
2013-06-19 Fujii MasaoSupport TB (terabyte) memory unit in GUC variables.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-03-28 Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-28 Simon RiggsRevoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
2013-03-27 Simon RiggsSet recovery_config_directory for EXEC_BACKEND.
2013-03-27 Simon RiggsAllow external recovery_config_directory
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-22 Simon RiggsChange commit_delay to be SUSET for 9.3+
2013-03-17 Tom LaneAdd lock_timeout configuration parameter.
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-18 Peter EisentrautAdd ALTER ROLE ALL SET command
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-17 Magnus HaganderBase the default SSL ciphers on DEFAULT instead of ALL
2013-01-02 Alvaro HerreraFix background workers for EXEC_BACKEND
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-06 Alvaro HerreraBackground worker processes
2012-11-18 Tom LaneLimit values of archive_timeout, post_auth_delay, auth_...
2012-11-18 Tom LaneFix syslogger to not fail when log_rotation_age exceeds...
2012-10-11 Heikki LinnakangasImprove replication connection timeouts.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-08-14 Bruce MomjianRevert "commit_delay" change; just add comment that...
2012-08-14 Bruce MomjianAdd pg_settings units display for "commit_delay" (ms).
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-28 Robert HaasAdd missing space in event_source GUC description.
2012-06-25 Alvaro HerreraTighten up includes in sinvaladt.h, twophase.h, proc.h
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-29 Tom LaneRename track_iotiming GUC to track_io_timing.
2012-04-14 Robert HaasRename synchronous_commit='write' to 'remote_write'.
2012-03-27 Robert HaasNew GUC, track_iotiming, to track I/O timings.
2012-03-16 Peter Eisentrautbackend: Fix minor memory leak in configuration file...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-02-24 Peter EisentrautAdd some enumeration commas, for consistency
2012-02-22 Peter EisentrautAdd parameters for controlling locations of server...
2012-01-25 Simon RiggsAllow pg_basebackup from standby node with safety checking.
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-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-10 Robert HaasRevert removal of trace_userlocks, because userlocks...
2011-10-25 Magnus HaganderMake event_source visible on all platforms
2011-10-25 Magnus HaganderSupport configurable eventlog application names on...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
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-06 Tom LaneImprove and simplify CREATE EXTENSION's management...
2011-10-04 Tom LaneImprove define_custom_variable's handling of pre-existi...
2011-10-04 Tom LaneAdd sourcefile/sourceline data to EXEC_BACKEND GUC...
2011-10-04 Tom LaneRemember the source GucContext for each GUC parameter.
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-10-02 Tom LaneRestructure error handling in reading of postgresql...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-08-10 Tom LaneRemove wal_sender_delay GUC, because it's no longer...
next