]> granicus.if.org Git - postgresql/history - src/backend/access/gist
Create a "sort support" interface API for faster sorting.
[postgresql] / src / backend / access / gist /
2011-11-27 Tom LaneUse IEEE infinity, not 1e10, for null-and-not-null...
2011-10-09 Heikki LinnakangasClean up a couple of box gist helper functions.
2011-10-06 Heikki LinnakangasReplace the "New Linear" GiST split algorithm for boxes...
2011-09-30 Tom LaneSupport GiST index support functions that want to cache...
2011-09-16 Tom Lanegistendscan() forgot to free so->giststate.
2011-09-12 Heikki LinnakangasIn the final emptying phase of the new GiST buffering...
2011-09-08 Tom Laneround() is not portable. Use rint().
2011-09-08 Heikki LinnakangasBuffering GiST index build algorithm.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-15 Heikki LinnakangasChange the way the offset of downlink is stored in...
2011-07-15 Heikki LinnakangasFix two ancient bugs in GiST code to re-find a parent...
2011-07-04 Alvaro HerreraMove Trigger and TriggerDesc structs out of rel.h into...
2011-06-21 Peter EisentrautMessage style and spelling improvements
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-31 Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-01-09 Heikki LinnakangasFix crash in the new GiST insertion code, when an updat...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-29 Robert HaasSupport unlogged tables.
2010-12-23 Heikki LinnakangasRewrite the GiST insertion logic so that we don't need...
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-12-04 Tom LaneFix two small bugs in new gistget.c logic.
2010-12-04 Tom LaneAdd external documentation for KNNGIST.
2010-12-04 Tom LanePut back gistgettuple's check for backwards scan request.
2010-12-04 Tom LaneKNNGIST, otherwise known as order-by-operator support...
2010-12-03 Tom LaneCreate core infrastructure for KNNGIST.
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-04-14 Robert HaasTypo fix. Kevin Grittner.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove some more dead VACUUM-FULL-only code.
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-01-14 Teodor SigaevAdd point_ops opclass for GiST.
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-24 Tom LaneFix wrong WAL info value generated when gistContinueIns...
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-10-08 Tom LaneRemove very ancient tuple-counting infrastructure ...
2009-09-18 Teodor SigaevFix incorrect arguments for gist_box_penalty call....
2009-07-29 Tom LaneSupport deferrable uniqueness constraints.
2009-06-24 Peter EisentrautCorrect grammar in picksplit debug messages
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-10 Peter EisentrautImprove capitalization and punctuation in recently...
2009-06-06 Tom LaneImprove the IndexVacuumInfo/IndexBulkDeleteResult API...
2009-04-06 Teodor SigaevFix 'all at one page bug' in picksplit method of R...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-04 Teodor SigaevInitialize GISTScanOpaque->qual_ok even if there is...
2008-11-19 Heikki LinnakangasRethink the way FSM truncation works. Instead of WAL...
2008-11-13 Tom LanePrevent synchronous scan during GIN index build, becaus...
2008-11-03 Tom LaneClean up the messy semantics (not to mention inefficien...
2008-10-31 Heikki LinnakangasUnite ReadBufferWithFork, ReadBufferWithStrategy, and...
2008-10-22 Teodor SigaevFix GiST's killing tuple: GISTScanOpaque->curpos wasn't
2008-10-20 Teodor SigaevRemove support of backward scan in GiST. Per discussion
2008-10-20 Teodor SigaevRemove mark/restore support in GIN and GiST indexes.
2008-10-17 Teodor SigaevDuring repeated rescan of GiST index it's possible...
2008-10-06 Heikki LinnakangasIndex FSMs needs to be vacuumed as well. Report by...
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-08-23 Teodor SigaevFix possible duplicate tuples while GiST scan. Now...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-15 Tom LaneFix 64-bit problem in recent patch.
2008-06-12 Heikki LinnakangasRefactor XLogOpenRelation() and XLogReadBuffer() in...
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-13 Tom LanePhase 2 of project to make index operator lossiness...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-03-20 Bruce MomjianMake source code READMEs more consistent. Add CVS...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-09-07 Teodor SigaevImprove page split in rtree emulation. Now if splitted...
2007-05-31 Teodor SigaevReplace ReadBuffer to ReadBufferWithStrategy in all...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-20 Neil ConwayRefactor the index AM API slightly: move currentItemDat...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-21 Tom LaneFix free space map to correctly track the total amount...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
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...
next