aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
Commit message (Expand)AuthorAge
* Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund2015-10-05
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Add log_min_autovacuum_duration per-table optionAlvaro Herrera2015-04-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-13
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-11
* BRIN: Block Range IndexesAlvaro Herrera2014-11-07
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-29
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-28
* revert "Throw error for ALTER TABLE RESET of an invalid option"Bruce Momjian2014-08-25
* Throw error for ALTER TABLE RESET of an invalid optionBruce Momjian2014-08-25
* Prevent memory leaks in parseRelOptions().Tom Lane2014-08-13
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Separate multixact freezing parameters from xid'sAlvaro Herrera2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Revise documentation for new freezing method.Robert Haas2013-12-23
* Add a new reloption, user_catalog_table.Robert Haas2013-12-10
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Remove RELKIND_UNCATALOGED.Robert Haas2012-06-14
* Another trivial comment-typo fix.Tom Lane2012-04-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Buffering GiST index build algorithm.Heikki Linnakangas2011-09-08
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Ensure default-only storage parameters for TOAST relationsItagaki Takahiro2010-06-07
* Add missing reset of need_initialization in reloptions code.Tom Lane2010-03-11
* pgindent run for 9.0Bruce Momjian2010-02-26
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-22
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-05
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-27
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-24
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-04
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-04
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-28
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09