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
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
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
[next]