index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
/
reloptions.c
Age
Commit message (
Expand
)
Author
2024-08-06
Turn a few 'validnsps' static variables into locals
Heikki Linnakangas
2024-04-11
Revert: Custom reloptions for table AM
Alexander Korotkov
2024-04-08
Fill CommonRdOptions with default values in extract_autovac_opts()
Alexander Korotkov
2024-04-08
Custom reloptions for table AM
Alexander Korotkov
2024-04-02
Revert "Custom reloptions for table AM"
Alexander Korotkov
2024-03-30
Custom reloptions for table AM
Alexander Korotkov
2024-03-04
Remove unused #include's from backend .c files
Peter Eisentraut
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-10-27
doc Improve C GUC-related comments
Bruce Momjian
2023-07-10
Message wording improvements
Peter Eisentraut
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-04-23
Fix custom validators call in build_local_reloptions()
Alexander Korotkov
2023-01-25
Revert "Add eager and lazy freezing strategies to VACUUM."
Peter Geoghegan
2023-01-25
Add eager and lazy freezing strategies to VACUUM.
Peter Geoghegan
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-11-09
Report a more useful error for reloptions on a partitioned table.
Tom Lane
2022-09-19
Harmonize parameter names in storage and AM code.
Peter Geoghegan
2022-09-13
Remove useless pstrdups in untransformRelOptions
Alvaro Herrera
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-05-12
Add 'static' to file-local variables missing it.
Andres Freund
2022-03-22
Add support for security invoker views.
Dean Rasheed
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-08-16
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-03
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-06-18
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-04-08
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-03-24
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-18
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-11
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-10
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-30
Implement operator class parameters
Alexander Korotkov
2020-03-28
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-16
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-02-26
Add deduplication to nbtree.
Peter Geoghegan
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-25
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-14
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-05
Refactor code building relation options
Michael Paquier
2019-09-27
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-25
Support reloptions of enum type
Alvaro Herrera
2019-09-25
Allow definition of lock mode for custom reloptions
Michael Paquier
2019-09-25
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-05
Split tuptoaster.c into three separate files.
Robert Haas
2019-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-06-25
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-08
Fix assorted inconsistencies.
Amit Kapila
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
[next]