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
2019-09-25
Fix failure with lock mode used for custom relation options
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
2019-04-12
Fix typos in reloptions.c
Michael Paquier
2019-04-08
Add vacuum_truncate reloption.
Fujii Masao
2019-04-04
Allow VACUUM to be run with index cleanup disabled.
Robert Haas
2019-03-26
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-10
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-01-15
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-06-26
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-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-04
Skip full index scan during cleanup of B-tree indexes when possible
Teodor Sigaev
2018-03-27
Allow HOT updates for some expression indexes
Simon Riggs
2018-01-26
Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.
Tom Lane
2018-01-19
Local partitioned indexes
Alvaro Herrera
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-20
Parameter toast_tuple_target controls TOAST for new rows
Simon Riggs
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-04-01
BRIN auto-summarization
Alvaro Herrera
2017-03-31
Don't allocate storage for partitioned tables.
Robert Haas
2017-03-12
Assume deconstruct_array() outputs are untoasted.
Noah Misch
2017-03-06
Reduce lock levels for table storage params related to planning
Simon Riggs
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-07
Implement table partitioning.
Robert Haas
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-09
Eliminate "parallel degree" terminology.
Robert Haas
2016-05-06
Limit maximum parallel degree to 1024.
Robert Haas
2016-04-08
Add a 'parallel_degree' reloption.
Robert Haas
2016-03-10
Reduce lock level for altering fillfactor
Simon Riggs
2016-01-17
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-05
Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.
Andres Freund
2015-09-08
Allow per-tablespace effective_io_concurrency
Alvaro Herrera
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-02
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-13
Rename pending_list_cleanup_size to gin_pending_list_limit.
Fujii Masao
2014-11-11
Add GUC and storage parameter to set the maximum size of GIN pending list.
Fujii Masao
2014-11-07
BRIN: Block Range Indexes
Alvaro Herrera
2014-08-29
Revert "Allow units to be specified in relation option setting value."
Fujii Masao
2014-08-28
Allow units to be specified in relation option setting value.
Fujii Masao
[next]