]> granicus.if.org Git - postgresql/history - src/backend/access/common
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / access / common /
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-09-04 Tom LaneClean up the #include mess a little.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-08-09 Heikki LinnakangasChange the way string relopts are allocated.
2011-08-05 Robert HaasAllow per-column foreign data wrapper options.
2011-06-30 Alvaro HerreraEnable CHECK constraints to be declared NOT VALID
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-06-07 Itagaki TakahiroEnsure default-only storage parameters for TOAST relations
2010-03-11 Tom LaneAdd missing reset of need_initialization in reloptions...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-14 Robert HaasWrap calls to SearchSysCache and related functions...
2010-01-22 Robert HaasReplace ALTER TABLE ... SET STATISTICS DISTINCT with...
2010-01-10 Robert HaasRemove partial, broken support for NULL pointers when...
2010-01-05 Robert HaasSupport ALTER TABLESPACE name SET/RESET ( tablespace_op...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2010-01-01 Tom LaneSupport "x IS NOT NULL" clauses as indexscan conditions...
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-10-13 Tom LaneCode review for LIKE INCLUDING patch --- clean up some...
2009-10-12 Andrew DunstanCREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDI...
2009-08-27 Alvaro HerreraFix handling of autovacuum reloptions.
2009-08-17 Tom LaneDepartment of marginal improvements: teach tupconvert...
2009-08-06 Tom LaneImprove plpgsql's ability to cope with rowtypes contain...
2009-08-02 Tom LaneAdd ALTER TABLE ... ALTER COLUMN ... SET STATISTICS...
2009-08-01 Tom LaneImprove unique-constraint-violation error messages...
2009-07-16 Peter EisentrautMake backend header files C++ safe
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-30 Tom LaneFix an oversight in the support for storing/retrieving...
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-22 Tom LaneSupport column-level privileges, as required by SQL...
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-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-14 Alvaro HerreraReplace the usage of heap_addheader to create pg_attrib...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-07-23 Tom LaneUse guc.c's parse_int() instead of pg_atoi() to parse...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
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-02-19 Peter EisentrautRemove another target I forgot during the refactoring
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
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-11-11 Tom LaneEnsure that typmod decoration on a datatype name is...
2007-11-07 Peter EisentrautUse "alternative" instead of "alternate" where it is...
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-09 Bruce MomjianEnable another five tuple status bits by using the...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-11-23 Neil ConwayAdd a comment noting that heap_copytuple_with_tuple...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-07-14 Tom LaneFix misguided removal of access/tuptoaster.h inclusion...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-16 Tom LaneFix problems with cached tuple descriptors disappearing...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-14 Tom LaneSome minor code cleanup, falling out from the removal...
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-20 Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
next