index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
common
/
reloptions.c
Commit message (
Expand
)
Author
Age
*
Revert analyze support for partitioned tables
Alvaro Herrera
2021-08-16
*
Make vacuum_index_cleanup reloption RELOPT_TYPE_ENUM.
Peter Geoghegan
2021-08-03
*
Support disabling index bypassing by VACUUM.
Peter Geoghegan
2021-06-18
*
autovacuum: handle analyze for partitioned tables
Alvaro Herrera
2021-04-08
*
Revert "Enable parallel SELECT for "INSERT INTO ... SELECT ..."."
Amit Kapila
2021-03-24
*
Add a new GUC and a reloption to enable inserts in parallel-mode.
Amit Kapila
2021-03-18
*
Add back vacuum_cleanup_index_scale_factor parameter.
Peter Geoghegan
2021-03-11
*
Don't consider newly inserted tuples in nbtree VACUUM.
Peter Geoghegan
2021-03-10
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Trigger autovacuum based on number of INSERTs
David Rowley
2020-03-28
*
Introduce a maintenance_io_concurrency setting.
Thomas Munro
2020-03-16
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Add deduplication to nbtree.
Peter Geoghegan
2020-02-26
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Refactor reloption handling for index AMs in-core
Michael Paquier
2019-11-25
*
Cleanup code in reloptions.h regarding reloption handling
Michael Paquier
2019-11-14
*
Split handling of reloptions for partitioned tables
Michael Paquier
2019-11-14
*
Refactor code building relation options
Michael Paquier
2019-11-05
*
Fix lockmode initialization for custom relation options
Michael Paquier
2019-09-27
*
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-25
*
Split tuptoaster.c into three separate files.
Robert Haas
2019-09-05
*
Fix inconsistencies and typos in the tree
Michael Paquier
2019-07-22
*
Add toast-level reloption for vacuum_index_cleanup
Michael Paquier
2019-06-25
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix typos in reloptions.c
Michael Paquier
2019-04-12
*
Add vacuum_truncate reloption.
Fujii Masao
2019-04-08
*
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-04-04
*
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Fix upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Increase upper limit for vacuum_cleanup_index_scale_factor
Alexander Korotkov
2018-06-26
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-04-04
*
Allow HOT updates for some expression indexes
Simon Riggs
2018-03-27
*
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-26
*
Local partitioned indexes
Alvaro Herrera
2018-01-19
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-20
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
BRIN auto-summarization
Alvaro Herrera
2017-04-01
*
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-31
[next]