aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/reloptions.h
Commit message (Expand)AuthorAge
* Update copyright for 2021Bruce Momjian2021-01-02
* Implement operator class parametersAlexander Korotkov2020-03-30
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* Cleanup code in reloptions.h regarding reloption handlingMichael Paquier2019-11-14
* Split handling of reloptions for partitioned tablesMichael Paquier2019-11-14
* Refactor code building relation optionsMichael Paquier2019-11-05
* Support reloptions of enum typeAlvaro Herrera2019-09-25
* Allow definition of lock mode for custom reloptionsMichael Paquier2019-09-25
* Fix inconsistencies and typos in the tree, take 10Michael Paquier2019-08-13
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Finish reverting "recheck_on_update" patch.Tom Lane2019-01-15
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Allow HOT updates for some expression indexesSimon Riggs2018-03-27
* Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane2018-01-26
* Update copyright for 2018Bruce Momjian2018-01-02
* Add some const decorations to prototypesPeter Eisentraut2017-11-10
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Don't allocate storage for partitioned tables.Robert Haas2017-03-31
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-17
* Update copyright for 2016Bruce Momjian2016-01-02
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-14
* Update copyright for 2015Bruce Momjian2015-01-06
* 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
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-14
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update copyrights for 2013Bruce Momjian2013-01-01
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* 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
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* 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
* 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
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-04
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-23
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-26