summaryrefslogtreecommitdiff
path: root/src/include/access/reloptions.h
Commit message (Expand)AuthorAgeFilesLines
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Don't allocate storage for partitioned tables.Robert Haas2017-03-311-1/+2
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-2/+3
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs2015-08-141-0/+3
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* BRIN: Block Range IndexesAlvaro Herrera2014-11-071-1/+2
* Revert "Allow units to be specified in relation option setting value."Fujii Masao2014-08-291-2/+1
* Allow units to be specified in relation option setting value.Fujii Masao2014-08-281-1/+2
* Move view reloptions into their own varlena structAlvaro Herrera2014-07-141-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Add a security_barrier option for views.Robert Haas2011-12-221-1/+2
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-171-1/+2
* Change the way string relopts are allocated.Heikki Linnakangas2011-08-091-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-2/+4
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-3/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-45/+46
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-241-2/+3
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-041-14/+14
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-231-10/+11
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-021-1/+5
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-261-1/+4
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-121-66/+88
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-081-10/+31
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-061-11/+39
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-051-10/+157
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-011-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-6/+6
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-0/+38