]> granicus.if.org Git - postgresql/history - src/backend/utils/misc/guc.c
Remove replacement selection sort.
[postgresql] / src / backend / utils / misc / guc.c
2017-09-29 Robert HaasRemove replacement selection sort.
2017-09-23 Peter EisentrautRefactor new file permission handling
2017-09-20 Andres FreundMake WAL segment size configurable at initdb time.
2017-09-12 Andres FreundIntroduce BYTES unit for GUCs.
2017-09-11 Peter EisentrautMessage style fixes
2017-09-07 Peter EisentrautReduce excessive dereferencing of function pointers
2017-07-31 Heikki LinnakangasAlways use 2048 bit DH parameters for OpenSSL ephemeral...
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-08 Heikki LinnakangasRemove support for password_encryption='off' / 'plain'.
2017-05-02 Magnus HaganderChange hot_standby default value to 'on'
2017-04-18 Heikki LinnakangasRename "scram" to "scram-sha-256" in pg_hba.conf and...
2017-04-11 Robert HaasAdd an Assert() to max_parallel_workers enforcement.
2017-04-11 Fujii MasaoAdd max_sync_workers_per_subscription to postgresql...
2017-04-10 Tom LaneImprove castNode notation by introducing list-extractio...
2017-04-08 Kevin GrittnerAdd GUCs for predicate lock promotion thresholds.
2017-04-04 Simon RiggsMake min_wal_size/max_wal_size use MB internally
2017-03-30 Simon RiggsDefault monitoring roles
2017-03-27 Peter EisentrautChange default of log_directory to 'log'
2017-03-23 Peter EisentrautLogical replication support for initial data copy
2017-03-13 Peter EisentrautChange xlog to WAL in some error messages
2017-03-09 Robert HaasAdd a Gather Merge executor node.
2017-03-07 Heikki LinnakangasSupport SCRAM-SHA-256 authentication (RFC 5802 and...
2017-02-23 Tom LaneRemove now-dead code for !HAVE_INT64_TIMESTAMP.
2017-02-21 Peter EisentrautMake more use of castNode()
2017-02-15 Robert HaasReplace min_parallel_relation_size with two new GUCs.
2017-02-09 Robert HaasRename user-facing tools with "xlog" in the name to...
2017-02-08 Robert HaasAdd WAL consistency checking facility.
2017-02-02 Robert HaasIncrease upper bound for bgwriter_lru_maxpages.
2017-01-24 Robert HaasAdd a SHOW command to the replication command language.
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-20 Peter EisentrautLogical replication
2017-01-14 Magnus HaganderChange default values for backup and replication parameters
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2017-01-03 Tom LaneAllow SSL configuration to be updated at SIGHUP.
2016-12-23 Robert HaasRemove sql_inheritance GUC.
2016-12-05 Robert HaasReduce the default for max_worker_processes back to 8.
2016-12-02 Robert HaasAdd max_parallel_workers GUC.
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-11-19 Tom LaneCode review for GUC serialization/deserialization code.
2016-11-08 Robert HaasFix mistake in XLOG_SEG_SIZE test.
2016-10-17 Robert HaasBy default, set log_line_prefix = '%m [%p] '.
2016-10-03 Tom LaneShow a sensible value in pg_settings.unit for GUC_UNIT_...
2016-09-28 Heikki LinnakangasTurn password_encryption GUC into an enum.
2016-09-15 Tom LaneMake min_parallel_relation_size's default value platfor...
2016-09-11 Simon RiggsRaise max setting of checkpoint_timeout to 1d
2016-08-17 Magnus HaganderDisable update_process_title by default on Windows
2016-08-02 Peter EisentrautChange minimum max_worker_processes from 1 to 0
2016-07-07 Robert HaasClarify resource utilization of parallel query.
2016-06-16 Tom LaneInvent min_parallel_relation_size GUC to replace a...
2016-06-10 Andres FreundChange default of backend_flush_after GUC to 0 (disabled).
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-09 Robert HaasEliminate "parallel degree" terminology.
2016-06-07 Tom LaneRevert "Use Foreign Key relationships to infer multi...
2016-05-06 Robert HaasLimit maximum parallel degree to 1024.
2016-04-27 Tom LaneClean up parsing of synchronous_standby_names GUC variable.
2016-04-26 Robert HaasEnable parallel query by default.
2016-04-24 Andres FreundFix documentation & config inconsistencies around 428b1...
2016-04-08 Kevin GrittnerAdd the "snapshot too old" feature
2016-04-08 Robert HaasUse quicksort, not replacement selection, for external...
2016-04-08 Simon RiggsUse Foreign Key relationships to infer multi-column...
2016-04-06 Fujii MasaoSupport multiple synchronous standby servers.
2016-04-04 Tom LaneDisallow newlines in parameter values to be set in...
2016-03-30 Robert HaasAdd new replication mode synchronous_commit = 'remote_a...
2016-03-21 Robert HaasMake max_parallel_degree PGC_USERSET.
2016-03-18 Robert HaasVarious minor corrections of and improvements to comments.
2016-03-17 Peter EisentrautAdd syslog_split_messages parameter
2016-03-17 Peter EisentrautAdd syslog_sequence_numbers parameter
2016-03-16 Robert HaasAdd idle_in_transaction_session_timeout.
2016-03-15 Robert HaasFix typos.
2016-03-11 Andres FreundAllow to trigger kernel writeback after a configurable...
2016-03-10 Andres FreundAvoid unlikely data-loss scenarios due to rename()...
2016-02-15 Andres FreundAllow the WAL writer to flush WAL at a reduced rate.
2016-02-07 Robert HaasIntroduce a new GUC force_parallel_mode for testing...
2016-02-06 Noah MischForce certain "pljava" custom GUCs to be PGC_SUSET.
2016-02-05 Peter EisentrautImprove error message
2016-02-03 Peter EisentrautImprove error reporting when location specified by...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-11-17 Peter EisentrautMessage improvements
2015-10-20 Robert HaasPut back ssl_renegotiation_limit parameter, but only...
2015-10-04 Peter EisentrautGroup cluster_name and update_process_title settings...
2015-09-30 Robert HaasAdd a Gather executor node.
2015-09-24 Andres FreundLower *_freeze_max_age minimum values.
2015-09-21 Noah MischRemove the row_security=force GUC value.
2015-09-08 Alvaro HerreraAllow per-tablespace effective_io_concurrency
2015-08-04 Robert HaasCap wal_buffers to avoid a server crash when it's set...
2015-07-28 Andres FreundRemove ssl renegotiation support.
2015-07-09 Fujii MasaoMake wal_compression PGC_SUSET rather than PGC_USERSET.
2015-07-02 Tom LaneAdd an optional missing_ok argument to SQL function...
2015-06-28 Tom LaneImprove design and implementation of pg_file_settings...
2015-06-12 Fujii MasaoFix alphabetization in catalogs.sgml.
2015-05-29 Tom LaneRevert exporting of internal GUC variable "data_directory".
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-15 Heikki LinnakangasAdd archive_mode='always' option.
2015-05-15 Peter EisentrautAdd pg_settings.pending_restart column
2015-05-08 Stephen FrostAdd pg_file_settings view and function
2015-04-30 Robert HaasCreate an infrastructure for parallel computation in...
2015-04-12 Heikki LinnakangasRemove duplicated words in comments.
next