aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
Commit message (Expand)AuthorAge
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix typos in reloptions.cMichael Paquier2019-04-12
* Add vacuum_truncate reloption.Fujii Masao2019-04-08
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-04
* Fix oversight in data-type change for autovacuum_vacuum_cost_delay.Tom Lane2019-03-26
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-10
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-26
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Skip full index scan during cleanup of B-tree indexes when possibleTeodor Sigaev2018-04-04
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Local partitioned indexesAlvaro Herrera2018-01-19
* Update copyright for 2018Bruce Momjian2018-01-02
* Parameter toast_tuple_target controls TOAST for new rowsSimon Riggs2017-11-20
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* BRIN auto-summarizationAlvaro Herrera2017-04-01
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Assume deconstruct_array() outputs are untoasted.Noah Misch2017-03-12
* Reduce lock levels for table storage params related to planningSimon Riggs2017-03-06
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Add location field to DefElemPeter Eisentraut2016-09-06
* pgindent run for 9.6Robert Haas2016-06-09
* Eliminate "parallel degree" terminology.Robert Haas2016-06-09
* Limit maximum parallel degree to 1024.Robert Haas2016-05-06
* Add a 'parallel_degree' reloption.Robert Haas2016-04-08
* Reduce lock level for altering fillfactorSimon Riggs2016-03-10
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Allow per-tablespace effective_io_concurrencyAlvaro Herrera2015-09-08
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28