OSDN Git Service

Fix handling of autovacuum reloptions.
[pg-rex/syncrep.git] / src / backend / access / common / reloptions.c
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-24 Tom LaneUse more-portable coding for the check on handing out...
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-04-04 Alvaro HerreraDisallow setting fillfactor for TOAST tables.
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-03-23 Tom LaneConst-ify the parse table passed to fillRelOptions...
2009-02-28 Tom LaneReduce the maximum value of vacuum_cost_delay and autov...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-26 Alvaro HerreraAllow extracting and parsing of reloptions from a bare...
2009-01-12 Alvaro HerreraSimplify the writing of amoptions routines by introduci...
2009-01-08 Alvaro HerreraA couple further reloptions improvements, per KaiGai...
2009-01-06 Alvaro HerreraFix string reloption handling, per KaiGai Kohei.
2009-01-06 Bruce MomjianSuppress compiler warning in a different way, per Alvaro.
2009-01-06 Bruce MomjianSupress compiler warning.
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-04-17 Alvaro HerreraClean up a few places where Datums were being treated...
2008-03-25 Tom LaneSimplify and standardize conversions between TEXT datum...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...