aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc
Commit message (Expand)AuthorAge
* Be more predictable about reporting "lock timeout" vs "statement timeout".Tom Lane2016-05-27
* Limit maximum parallel degree to 1024.Robert Haas2016-05-06
* Note that max_worker_processes requires restart.Robert Haas2016-05-03
* Clean up parsing of synchronous_standby_names GUC variable.Tom Lane2016-04-27
* Fix wrong word.Robert Haas2016-04-27
* Change postgresql.conf.sample to say that fsync=off will corrupt data.Robert Haas2016-04-27
* Enable parallel query by default.Robert Haas2016-04-26
* Fix documentation & config inconsistencies around 428b1d6b2.Andres Freund2016-04-24
* Add the "snapshot too old" featureKevin Grittner2016-04-08
* Use quicksort, not replacement selection, for external sorting.Robert Haas2016-04-08
* Use Foreign Key relationships to infer multi-column join selectivitySimon Riggs2016-04-08
* Support multiple synchronous standby servers.Fujii Masao2016-04-06
* Disallow newlines in parameter values to be set in ALTER SYSTEM.Tom Lane2016-04-04
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Make max_parallel_degree PGC_USERSET.Robert Haas2016-03-21
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Various minor corrections of and improvements to comments.Robert Haas2016-03-18
* Add syslog_split_messages parameterPeter Eisentraut2016-03-16
* Add syslog_sequence_numbers parameterPeter Eisentraut2016-03-16
* Add idle_in_transaction_session_timeout.Robert Haas2016-03-16
* Fix typos.Robert Haas2016-03-15
* Allow to trigger kernel writeback after a configurable number of writes.Andres Freund2016-03-10
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Expose control file data via SQL accessible functions.Joe Conway2016-03-05
* Add new system view, pg_configJoe Conway2016-02-17
* Allow the WAL writer to flush WAL at a reduced rate.Andres Freund2016-02-16
* Introduce a new GUC force_parallel_mode for testing purposes.Robert Haas2016-02-07
* Force certain "pljava" custom GUCs to be PGC_SUSET.Noah Misch2016-02-05
* Improve error messagePeter Eisentraut2016-02-04
* Improve error reporting when location specified by postgres -D does not existPeter Eisentraut2016-02-02
* Adjust behavior of row_security GUC to match the docs.Tom Lane2016-01-04
* Update copyright for 2016Bruce Momjian2016-01-02
* Message improvementsPeter Eisentraut2015-11-16
* Fix spelling error in postgresql.confBruce Momjian2015-11-14
* Put back ssl_renegotiation_limit parameter, but only allow 0.Robert Haas2015-10-20
* ALTER TABLE .. FORCE ROW LEVEL SECURITYStephen Frost2015-10-04
* Group cluster_name and update_process_title settings togetherPeter Eisentraut2015-10-04
* Make BYPASSRLS behave like superuser RLS bypass.Noah Misch2015-10-03
* Add a Gather executor node.Robert Haas2015-09-30
* Lower *_freeze_max_age minimum values.Andres Freund2015-09-24
* Remove the SECURITY_ROW_LEVEL_DISABLED security context bit.Noah Misch2015-09-20
* Remove the row_security=force GUC value.Noah Misch2015-09-20
* Add gin_fuzzy_search_limit to postgresql.conf.sample.Fujii Masao2015-09-09
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Add log_line_prefix option 'n' for Unix epoch.Jeff Davis2015-09-07
* Improve whitespacePeter Eisentraut2015-08-22
* Don't use 'bool' as a struct member name in help_config.c.Andres Freund2015-08-15
* Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas2015-08-04
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove ssl renegotiation support.Andres Freund2015-07-28