summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
AgeCommit message (Expand)Author
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-09Report a more useful error for reloptions on a partitioned table.Tom Lane
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-13Remove useless pstrdups in untransformRelOptionsAlvaro Herrera
2022-07-01Add construct_array_builtin, deconstruct_array_builtinPeter Eisentraut
2022-05-12Add 'static' to file-local variables missing it.Andres Freund
2022-03-22Add support for security invoker views.Dean Rasheed
2022-01-08Update copyright for 2022Bruce Momjian
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-04Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-06-19Support disabling index bypassing by VACUUM.Peter Geoghegan
2021-04-08autovacuum: handle analyze for partitioned tablesAlvaro Herrera
2021-03-24Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."Amit Kapila
2021-03-18Add a new GUC and a reloption to enable inserts in parallel-mode.Amit Kapila
2021-03-11Add back vacuum_cleanup_index_scale_factor parameter.Peter Geoghegan
2021-03-11Don't consider newly inserted tuples in nbtree VACUUM.Peter Geoghegan
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-28Trigger autovacuum based on number of INSERTsDavid Rowley
2020-03-16Introduce a maintenance_io_concurrency setting.Thomas Munro
2020-03-04Introduce macros for typalign and typstorage constants.Tom Lane
2020-02-26Add deduplication to nbtree.Peter Geoghegan
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-25Refactor reloption handling for index AMs in-coreMichael Paquier
2019-11-14Cleanup code in reloptions.h regarding reloption handlingMichael Paquier
2019-11-14Split handling of reloptions for partitioned tablesMichael Paquier
2019-11-05Refactor code building relation optionsMichael Paquier
2019-09-27Fix lockmode initialization for custom relation optionsMichael Paquier
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Allow definition of lock mode for custom reloptionsMichael Paquier
2019-09-25Fix failure with lock mode used for custom relation optionsMichael Paquier
2019-09-05Split tuptoaster.c into three separate files.Robert Haas
2019-07-22Fix inconsistencies and typos in the treeMichael 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-21Remove 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