summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
AgeCommit message (Expand)Author
2024-08-06Turn a few 'validnsps' static variables into localsHeikki Linnakangas
2024-04-11Revert: Custom reloptions for table AMAlexander Korotkov
2024-04-08Fill CommonRdOptions with default values in extract_autovac_opts()Alexander Korotkov
2024-04-08Custom reloptions for table AMAlexander Korotkov
2024-04-02Revert "Custom reloptions for table AM"Alexander Korotkov
2024-03-30Custom reloptions for table AMAlexander Korotkov
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-01-03Update copyright for 2024Bruce Momjian
2023-10-27doc Improve C GUC-related commentsBruce Momjian
2023-07-10Message wording improvementsPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-23Fix custom validators call in build_local_reloptions()Alexander Korotkov
2023-01-25Revert "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-19Harmonize 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-07Update copyright for 2022Bruce Momjian
2021-08-16Revert analyze support for partitioned tablesAlvaro Herrera
2021-08-03Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.Peter Geoghegan
2021-06-18Support 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-10Don'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