summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/ginbtree.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove some more useless assignments.Tom Lane2020-09-041-1/+0
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-281-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-201-7/+0
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-1/+1
* Fix inconsistencies and typos in the tree, take 9Michael Paquier2019-08-051-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-3/+3
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-3/+3
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-271-2/+6
* Remove duplicated words split across lines in commentsMichael Paquier2018-09-081-1/+1
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-041-0/+3
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-6/+6
* Predicate locking in GIN indexTeodor Sigaev2018-03-301-0/+22
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Reduce page locking in GIN vacuumTeodor Sigaev2017-03-231-1/+1
* Split index xlog headers from other private index headers.Robert Haas2017-02-141-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-3/+1
* Fix memory leak and other bugs in ginPlaceToPage() & subroutines.Tom Lane2016-04-201-87/+102
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-45/+26
* Add the "snapshot too old" featureKevin Grittner2016-04-081-4/+5
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-24/+44
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Fix double-XLogBeginInsert call in GIN page splits.Heikki Linnakangas2015-06-281-9/+6
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-52/+59
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-12/+15
* Fix bug in the new GIN incomplete-split code.Heikki Linnakangas2014-04-011-0/+4
* Silence compiler warning.Heikki Linnakangas2014-01-231-0/+3
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-33/+40
* 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-132/+315
* More GIN refactoring.Heikki Linnakangas2013-11-271-69/+113
* More GIN refactoring.Heikki Linnakangas2013-11-201-128/+148
* Refactor the internal GIN B-tree interface for forming a downlink.Heikki Linnakangas2013-11-201-0/+1
* Further GIN refactoring.Heikki Linnakangas2013-11-201-34/+20
* Fix race condition in GIN posting tree page deletion.Heikki Linnakangas2013-11-081-11/+42
* Misc GIN refactoring.Heikki Linnakangas2013-11-061-8/+13
* pgindent run for release 9.3Bruce Momjian2013-05-291-1/+0
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-6/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Remove unreachable codePeter Eisentraut2012-07-161-3/+0
* Cosmetic cleanup of ginInsertValue().Tom Lane2012-07-131-9/+11
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-1/+0