aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
Commit message (Expand)AuthorAge
* Lots of doc corrections.Robert Haas2012-04-23
* Fix misleading output from gin_desc().Tom Lane2012-04-06
* Fix some more bugs in GIN's WAL replay logic.Tom Lane2012-02-26
* Improve comment.Tom Lane2012-02-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane2011-11-25
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Make GIN and GIST pass the index collation to all their support functions.Tom Lane2011-04-22
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-12
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Tweak collation setup for GIN index comparison functions.Tom Lane2011-04-08
* Clean up cruft around collation initialization for tupdescs and scankeys.Tom Lane2011-03-26
* Revise collation derivation method and expression-tree representation.Tom Lane2011-03-19
* Add backwards-compatible declarations of some core GIN support functions.Tom Lane2011-02-16
* Per-column collation supportPeter Eisentraut2011-02-08
* Refactor GIN's handling of duplicate search entries.Tom Lane2011-01-08
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-07
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Support unlogged tables.Robert Haas2010-12-29
* Generalize concept of temporary relations to "relation persistence".Robert Haas2010-12-13
* Create core infrastructure for KNNGIST.Tom Lane2010-12-02
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Cleanup various comparisons with the constant "true".Robert Haas2010-11-14
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-17
* Improve GIN indexscan cost estimation.Tom Lane2010-10-17
* Fix assorted bugs in GIN's WAL replay logic.Tom Lane2010-10-11
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-01
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-01
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-31
* 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