summaryrefslogtreecommitdiff
path: root/src/backend/access/common/reloptions.c
AgeCommit message (Expand)Author
2013-03-03Add a materialized view relations.Kevin Grittner
2013-01-01Update copyrights for 2013Bruce Momjian
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-06-14Remove RELKIND_UNCATALOGED.Robert Haas
2012-04-25Another trivial comment-typo fix.Tom Lane
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-09-08Buffering GiST index build algorithm.Heikki Linnakangas
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-01-01Basic foreign table support.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-06-07Ensure default-only storage parameters for TOAST relationsItagaki Takahiro
2010-03-11Add missing reset of need_initialization in reloptions code.Tom Lane
2010-02-26pgindent run for 9.0Bruce Momjian
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-08-27Fix handling of autovacuum reloptions.Alvaro Herrera
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-04Remove the recently added node types ReloptElem and OptionDefElem in favorTom Lane
2009-04-04Disallow setting fillfactor for TOAST tables.Alvaro Herrera
2009-03-24Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane
2009-03-23Const-ify the parse table passed to fillRelOptions. The previous codingTom Lane
2009-02-28Reduce the maximum value of vacuum_cost_delay and autovacuum_vacuum_cost_delayTom Lane
2009-02-09Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera
2009-02-02Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera
2009-01-26Allow extracting and parsing of reloptions from a bare pg_class tuple, andAlvaro Herrera
2009-01-12Simplify the writing of amoptions routines by introducing a convenienceAlvaro Herrera
2009-01-08A couple further reloptions improvements, per KaiGai Kohei: add a validationAlvaro Herrera
2009-01-06Fix string reloption handling, per KaiGai Kohei.Alvaro Herrera
2009-01-06Suppress compiler warning in a different way, per Alvaro.Bruce Momjian
2009-01-06Supress compiler warning.Bruce Momjian
2009-01-05Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-07-23Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane
2008-04-17Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera
2008-03-25Simplify and standardize conversions between TEXT datums and ordinary CTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-01Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-06-03Clarify some error messages about duplicate things.Peter Eisentraut
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian