summaryrefslogtreecommitdiff
path: root/src/backend/access/common
AgeCommit message (Expand)Author
2015-10-05Re-Align *_freeze_max_age reloption limits with corresponding GUC limits.Andres Freund
2015-09-05Fix misc typos.Heikki Linnakangas
2014-05-06Remove tabs after spaces in C commentsBruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2013-10-28Prevent using strncpy with src == dest in TupleDescInitEntry.Tom Lane
2011-05-23Lobotomize typmod check in convert_tuples_by_position, back branches only.Tom Lane
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-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-10Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-01Support "x IS NOT NULL" clauses as indexscan conditions. This turns outTom Lane
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-10-13Code review for LIKE INCLUDING patch --- clean up some cosmetic and notTom Lane
2009-10-12CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan
2009-08-27Fix handling of autovacuum reloptions.Alvaro Herrera
2009-08-17Department of marginal improvements: teach tupconvert.c to avoid doing aTom Lane
2009-08-06Improve plpgsql's ability to cope with rowtypes containing dropped columns,Tom Lane
2009-08-02Add ALTER TABLE ... ALTER COLUMN ... SET STATISTICS DISTINCTTom Lane
2009-08-01Improve unique-constraint-violation error messages to include the exactTom Lane
2009-07-16Make backend header files C++ safePeter Eisentraut
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-30Fix an oversight in the support for storing/retrieving "minimal tuples" inTom Lane
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-22Support column-level privileges, as required by SQL standard.Tom Lane
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-11-30Clean up the API for DestReceiver objects by eliminating the assumptionTom Lane
2008-11-14Replace the usage of heap_addheader to create pg_attribute tuples with regularAlvaro Herrera
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-07-23Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane
2008-05-12Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera
2008-05-09Change the rules for inherited CHECK constraints to be essentially the sameTom Lane
2008-04-17Clean up a few places where Datums were being treated as pointers (and viceAlvaro Herrera