summaryrefslogtreecommitdiff
path: root/src/include/access/reloptions.h
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-03-30Implement operator class parametersAlexander Korotkov
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier
2019-11-14Cleanup code in reloptions.h regarding reloption handlingMichael Paquier
2019-11-14Split handling of reloptions for partitioned tablesMichael Paquier
2019-11-05Refactor code building relation optionsMichael Paquier
2019-09-25Support reloptions of enum typeAlvaro Herrera
2019-09-25Allow definition of lock mode for custom reloptionsMichael Paquier
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-15Finish reverting "recheck_on_update" patch.Tom Lane
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-03-27Allow HOT updates for some expression indexesSimon Riggs
2018-01-26Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-31Don't allocate storage for partitioned tables.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
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-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-01-06Update copyright for 2015Bruce Momjian
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-07-14Move view reloptions into their own varlena structAlvaro Herrera
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
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-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-24Use more-portable coding for the check on handing out the last availableTom Lane
2009-04-04Disallow setting fillfactor for TOAST tables.Alvaro Herrera