aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-11
* Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas2010-02-09
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev2010-01-18
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Fix multicolumn GIN's wrong results with fastupdate enabled.Teodor Sigaev2009-11-13
* Make sure that GIN fast-insert and regular code paths enforce the sameTom Lane2009-10-02
* Fix two distinct errors in creation of GIN_INSERT_LISTPAGE xlog records.Tom Lane2009-09-15
* Support deferrable uniqueness constraints.Tom Lane2009-07-29
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat saneTom Lane2009-06-06
* Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers()Tom Lane2009-06-06
* Fix bug #4814 (wrong subscript in consistent-function call), and add someTom Lane2009-05-19
* Fix infinite loop while checking of partial match in pending list.Teodor Sigaev2009-04-05
* Adjust the APIs for GIN opclass support functions to allow the extractQuery()Tom Lane2009-03-25
* Install a search tree depth limit in GIN bulk-insert operations, to preventTom Lane2009-03-24
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Revise the TIDBitmap API to support multiple concurrent iterations over aTom Lane2009-01-10
* Change the reloptions machinery to use a table-based parser, and provideAlvaro Herrera2009-01-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Rethink the way FSM truncation works. Instead of WAL-logging FSMHeikki Linnakangas2008-11-19
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-20
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-06
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Fix strategy propagation to scanEntry for partial match by moving propagationTeodor Sigaev2008-09-04
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Minor improvements to the Gin internal documentation.Neil Conway2008-07-08
* Fix initialization of GinScanEntryData.partialMatchTeodor Sigaev2008-07-04
* Remove unnecessary coziness of GIN code with datum copying. Now thatTom Lane2008-06-29
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relationHeikki Linnakangas2008-06-12
* Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It isAlvaro Herrera2008-06-08
* Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane2008-05-16
* Persuade GIN to react to control-C in a reasonable amount of timeTom Lane2008-05-16
* Put back bufmgr.h in bufpage.h -- it is needed by some macros.Alvaro Herrera2008-05-12
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* Phase 2 of project to make index operator lossiness be determined at runtimeTom Lane2008-04-13
* Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane2008-04-10
* Make source code READMEs more consistent. Add CVS tags to all README files.Bruce Momjian2008-03-20
* Refactor backend makefiles to remove lots of duplicate codePeter Eisentraut2008-02-19
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Improve GIN index build's tracking of memory usage by usingTom Lane2007-11-16