summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
Commit message (Expand)AuthorAgeFilesLines
* Fix custom validators call in build_local_reloptions()Alexander Korotkov2023-04-231-2/+3
* Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan2023-01-251-10/+0
* Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan2023-01-251-0/+10
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Report a more useful error for reloptions on a partitioned table.Tom Lane2022-11-091-7/+6
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-191-6/+6
* Remove useless pstrdups in untransformRelOptionsAlvaro Herrera2022-09-131-2/+2
* Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut2022-07-011-6/+3
* Add 'static' to file-local variables missing it.Andres Freund2022-05-121-3/+3
* Add support for security invoker views.Dean Rasheed2022-03-221-0/+11
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Revert analyze support for partitioned tablesAlvaro Herrera2021-08-161-7/+8
* Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan2021-08-031-1/+1
* Support disabling index bypassing by VACUUM.Peter Geoghegan2021-06-181-9/+26
* autovacuum: handle analyze for partitioned tablesAlvaro Herrera2021-04-081-8/+7
* Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila2021-03-241-19/+6
* Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila2021-03-181-6/+19
* Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan2021-03-111-0/+9
* Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan2021-03-101-9/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-79/+409
* Trigger autovacuum based on number of INSERTsDavid Rowley2020-03-281-0/+22
* Introduce a maintenance_io_concurrency setting.Thomas Munro2020-03-161-1/+15
* Introduce macros for typalign and typstorage constants.Tom Lane2020-03-041-3/+3
* Add deduplication to nbtree.Peter Geoghegan2020-02-261-0/+10
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor reloption handling for index AMs in-coreMichael Paquier2019-11-251-3/+1
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-141-3/+12
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-141-4/+18
* Refactor code building relation optionsMichael Paquier2019-11-051-61/+54
* Fix lockmode initialization for custom relation optionsMichael Paquier2019-09-271-7/+0
* Support reloptions of enum typeAlvaro Herrera2019-09-251-11/+121
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-251-16/+12
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-251-0/+7
* Split tuptoaster.c into three separate files.Robert Haas2019-09-051-1/+1
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-221-1/+1
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-251-1/+1
* Fix assorted inconsistencies.Amit Kapila2019-06-081-3/+0
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Fix typos in reloptions.cMichael Paquier2019-04-121-2/+2
* Add vacuum_truncate reloption.Fujii Masao2019-04-081-1/+17
* Allow VACUUM to be run with index cleanup disabled.Robert Haas2019-04-041-1/+12
* Fix oversight in data-type change for autovacuum_vacuum_cost_delay.Tom Lane2019-03-261-9/+9
* Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.Tom Lane2019-03-101-3/+3
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-151-44/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-6/+21
* Fix upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-261-1/+1
* Increase upper limit for vacuum_cleanup_index_scale_factorAlexander Korotkov2018-06-261-1/+1
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-4/+4