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