aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/guc.c
Commit message (Expand)AuthorAge
* Cap wal_buffers to avoid a server crash when it's set very large.Robert Haas2015-08-04
* Remove ssl renegotiation support.Andres Freund2015-07-28
* Make wal_compression PGC_SUSET rather than PGC_USERSET.Fujii Masao2015-07-09
* Add an optional missing_ok argument to SQL function current_setting().Tom Lane2015-07-02
* Improve design and implementation of pg_file_settings view.Tom Lane2015-06-28
* Fix alphabetization in catalogs.sgml.Fujii Masao2015-06-12
* Revert exporting of internal GUC variable "data_directory".Tom Lane2015-05-29
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Add pg_settings.pending_restart columnPeter Eisentraut2015-05-14
* Add pg_file_settings view and functionStephen Frost2015-05-08
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Remove duplicated words in comments.Heikki Linnakangas2015-04-12
* Use abbreviated keys for faster sorting of numeric datums.Robert Haas2015-04-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-11
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Refactor unit conversions code in guc.c.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Fix column-privilege leak in error-message pathsStephen Frost2015-01-28
* Clean up assorted issues in ALTER SYSTEM coding.Tom Lane2015-01-25
* Update copyright for 2015Bruce Momjian2015-01-06
* Change local_preload_libraries to PGC_USERSETPeter Eisentraut2014-12-22
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Attempt to suppress uninitialized variable warning.Robert Haas2014-11-25
* Fix uninitialized-variable warning.Tom Lane2014-11-25
* Add infrastructure to save and restore GUC values.Robert Haas2014-11-24
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Message improvementsPeter Eisentraut2014-11-11
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* Remove the last vestige of server-side autocommit.Tom Lane2014-11-05
* Allow setting effective_io_concurrency even on unsupported systemsPeter Eisentraut2014-10-18
* Consistently use NULL for invalid GUC unit stringsBruce Momjian2014-10-13
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Row-Level Security Policies (RLS)Stephen Frost2014-09-19
* Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way.Tom Lane2014-09-13
* Add GUC to enable logging of replication commands.Fujii Masao2014-09-13
* Support ALTER SYSTEM RESET command.Fujii Masao2014-09-02
* Assorted message improvementsPeter Eisentraut2014-08-29
* Use comma+space as the separator in the default search_path.Heikki Linnakangas2014-08-20
* Change first call of ProcessConfigFile so as to process only data_directory.Fujii Masao2014-08-12
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11
* Add option to pg_ctl to choose event source for loggingMagnus Hagander2014-07-17
* Add cluster_name GUC which is included in process titles if set.Andres Freund2014-06-29
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* Don't allow data_directory to be set in postgresql.auto.conf by ALTER SYSTEM.Fujii Masao2014-06-19
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17