]> granicus.if.org Git - postgresql/history - src/backend/access/gin
HOT updates. When we update a tuple without changing any of its indexed
[postgresql] / src / backend / access / gin /
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-14 Bruce MomjianRemove GIN interface section, which is now documented...
2007-09-12 Tom LaneRedefine the lp_flags field of item pointers as having...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-06-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
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-02-01 Neil ConwayFix a few typos in comments in GiN.
2007-01-31 Teodor SigaevAllow GIN's extractQuery method to signal that nothing...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-04 Tom LaneFix some small typos in comments. Greg Stark
2006-11-30 Teodor SigaevFix bug with page deletion. If inner page is removed...
2006-11-12 Neil ConwayFix some typos in comments.
2006-10-06 Peter EisentrautMessage style improvements
2006-10-05 Tom LaneMake use of qsort_arg in several places that were forme...
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-14 Teodor SigaevImprove error message. Per discussion
2006-09-10 Tom LaneIf we're going to advertise the array overlap/containme...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-09-05 Teodor SigaevFix Intel compiler bug. Per discussion
2006-08-29 Teodor SigaevFix BUG #2594: Gin Indexes cause server to crash when...
2006-08-07 Tom LaneMake recovery from WAL be restartable, by executing...
2006-08-03 Tom LaneAdd missing pgstat_count_index_scan(), per Andreas...
2006-07-31 Tom LaneChange the relation_open protocol so that we obtain...
2006-07-16 Tom LaneFix getDatumCopy(): don't use store_att_byval to copy...
2006-07-16 Tom LaneImprove error message wording.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Tom LaneTweak fillfactor code as per my recent proposal. Fix...
2006-07-11 Teodor SigaevAdd support to GIN for =(anyarray,anyarray) operation
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Teodor SigaevGIN improvements
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-05-29 Teodor SigaevCorrect cheking in findParents(). i
2006-05-26 Teodor SigaevFix findParents() in case of multiple levels to find.
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-03 Teodor SigaevFix typo noticed by Alvaro Herrera
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Tom LaneSuppress some gcc warnings.
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.