summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
AgeCommit message (Expand)Author
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-04-01BRIN auto-summarizationAlvaro Herrera
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-03-12Assume deconstruct_array() outputs are untoasted.Noah Misch
2017-03-06Reduce lock levels for table storage params related to planningSimon Riggs
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-07Implement table partitioning.Robert Haas
2016-09-06Add location field to DefElemPeter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-09Eliminate "parallel degree" terminology.Robert Haas
2016-05-06Limit maximum parallel degree to 1024.Robert Haas
2016-04-08Add a 'parallel_degree' reloption.Robert Haas
2016-03-10Reduce lock level for altering fillfactorSimon Riggs
2016-01-18Restructure index access method API to hide most of it at the C level.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-05Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund
2015-09-08Allow per-tablespace effective_io_concurrencyAlvaro Herrera
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-04-03Add log_min_autovacuum_duration per-table optionAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-13Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao
2014-11-11Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao
2014-11-07BRIN: Block Range IndexesAlvaro Herrera
2014-08-28Revert "Allow units to be specified in relation option setting value."Fujii Masao
2014-08-28Allow units to be specified in relation option setting value.Fujii Masao
2014-08-26revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian
2014-08-25Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian
2014-08-13Prevent memory leaks in parseRelOptions().Tom Lane
2014-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-02-13Separate multixact freezing parameters from xid'sAlvaro Herrera
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-24Revise documentation for new freezing method.Robert Haas
2013-12-11Add a new reloption, user_catalog_table.Robert Haas
2013-07-18WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost
2013-03-04Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-04-25Another trivial comment-typo fix.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-22Add a security_barrier option for views.Robert Haas
2011-12-17Add SP-GiST (space-partitioned GiST) index access method.Tom Lane
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas