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
*
Fix failure with lock mode used for custom relation options
Michael Paquier
2019-09-25
*
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
*
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-12
*
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-03-06
*
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Eliminate "parallel degree" terminology.
Robert Haas
2016-06-09
*
Limit maximum parallel degree to 1024.
Robert Haas
2016-05-06
*
Add a 'parallel_degree' reloption.
Robert Haas
2016-04-08
*
Reduce lock level for altering fillfactor
Simon Riggs
2016-03-10
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-10-05
*
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-09-08
*
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-13
*
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-11
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-29
*
Allow units to be specified in relation option setting value.
Fujii Masao
2014-08-28
[next]