aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
Commit message (Expand)AuthorAge
* 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
* 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
* Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera2009-01-12
* A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera2009-01-08
* Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera2009-01-06
* Suppress compiler warning in a different way, per Alvaro.Bruce Momjian2009-01-06
* Supress compiler warning.Bruce Momjian2009-01-06
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-23
* Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera2008-04-17
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Clarify some error messages about duplicate things.Peter Eisentraut2007-06-03
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03