summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
Commit message (Expand)AuthorAgeFilesLines
* Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas2010-01-221-1/+49
* Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas2010-01-051-1/+49
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Fix handling of autovacuum reloptions.Alvaro Herrera2009-08-271-10/+10
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-84/+84
* Use more-portable coding for the check on handing out the last availableTom Lane2009-05-241-8/+4
* Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane2009-04-041-21/+21
* Disallow setting fillfactor for TOAST tables.Alvaro Herrera2009-04-041-28/+43
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-241-1/+9
* Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane2009-03-231-13/+14
* Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane2009-02-281-2/+2
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-091-3/+103
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-021-17/+75
* Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera2009-01-261-1/+48
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-121-23/+120
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-081-6/+22
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-061-2/+3
* Suppress compiler warning in a different way, per Alvaro.Bruce Momjian2009-01-061-2/+3
* Supress compiler warning.Bruce Momjian2009-01-061-2/+2
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-051-98/+547
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-231-3/+13
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-171-5/+5
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* 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/+46
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-031-2/+2
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-8/+8
* 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-32/+32
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-031-0/+326