summaryrefslogtreecommitdiff
path: root/src/include/access/gin.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Static assertions cleanupPeter Eisentraut2022-12-151-0/+3
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-271-2/+12
* Revert "Convert *GetDatum() and DatumGet*() macros to inline functions"Peter Eisentraut2022-09-121-12/+2
* Convert *GetDatum() and DatumGet*() macros to inline functionsPeter Eisentraut2022-09-121-2/+12
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Implement operator class parametersAlexander Korotkov2020-03-301-1/+2
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-1/+2
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Use stdbool.h if suitablePeter Eisentraut2018-03-221-2/+2
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-2/+2
* Split index xlog headers from other private index headers.Robert Haas2017-02-141-8/+0
* Add WAL consistency checking facility.Robert Haas2017-02-081-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-3/+3
* Rename pending_list_cleanup_size to gin_pending_list_limit.Fujii Masao2014-11-131-1/+1
* Add GUC and storage parameter to set the maximum size of GIN pending list.Fujii Masao2014-11-111-1/+2
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-1/+2
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-191-0/+1
* Change the signature of rm_desc so that it's passed a XLogRecord.Heikki Linnakangas2014-06-141-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Rename GinLogicValue to GinTernaryValue.Heikki Linnakangas2014-03-311-12/+14
* Fix thinkos in GinLogicValue enum.Heikki Linnakangas2014-03-211-4/+4
* Allow opclasses to provide tri-valued GIN consistent functions.Heikki Linnakangas2014-03-121-1/+17
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Get rid of the post-recovery cleanup step of GIN page splits.Heikki Linnakangas2013-11-271-1/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Clean up the #include mess a little.Tom Lane2011-09-041-0/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-3/+3
* Fix GIN to support null keys, empty and null items, and full index scans.Tom Lane2011-01-071-599/+13
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Support unlogged tables.Robert Haas2010-12-291-0/+1
* Fix a passel of inappropriately-named global functions in GIN.Tom Lane2010-10-171-15/+15
* Improve GIN indexscan cost estimation.Tom Lane2010-10-171-4/+32
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane2010-08-011-2/+11
* Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane2010-08-011-3/+3
* Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane2010-07-311-1/+3
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev2010-02-111-19/+8