summaryrefslogtreecommitdiff
path: root/src/backend/access/gin/gininsert.c
Commit message (Expand)AuthorAgeFilesLines
* Convert many uses of ReadBuffer[Extended](P_NEW) to ExtendBufferedRel()Andres Freund2023-04-051-6/+4
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-131-0/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Remove dependency on HeapTuple from predicate locking functions.Thomas Munro2020-01-281-2/+4
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in backend modules.Amit Kapila2019-11-121-3/+2
* Pass ItemPointer not HeapTuple to IndexBuildCallback.Andres Freund2019-11-081-3/+2
* Fix ginEntryInsert's counting of GIN leaf tuples.Tom Lane2019-11-041-4/+7
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-031-18/+13
* Report progress of CREATE INDEX operationsAlvaro Herrera2019-04-021-1/+1
* tableam: Support for an index build's initial table scan(s).Andres Freund2019-03-271-2/+4
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove entry tree root conflict checking from GIN predicate lockingAlexander Korotkov2018-12-271-1/+1
* Re-think predicate locking on GIN indexes.Teodor Sigaev2018-05-041-24/+2
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-5/+5
* Predicate locking in GIN indexTeodor Sigaev2018-03-301-6/+32
* Support parallel btree index builds.Robert Haas2018-02-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-2/+2
* Set the metapage's pd_lower correctly in brin, gin, and spgist indexes.Tom Lane2017-11-021-2/+2
* Phase 3 of pgindent updates.Tom Lane2017-06-211-2/+2
* Split index xlog headers from other private index headers.Robert Haas2017-02-141-0/+1
* Allow index AMs to cache data across aminsert calls within a SQL command.Tom Lane2017-02-091-9/+18
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-9/+3
* pgindent run for 9.6Robert Haas2016-06-091-1/+1
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-201-3/+3
* Add the "snapshot too old" featureKevin Grittner2016-04-081-1/+1
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-081-3/+3
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-23/+10
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Allow usage of huge maintenance_work_mem for GIN build.Teodor Sigaev2015-09-021-1/+1
* Make ginbuild's funcCtx be independent of its tmpCtx.Tom Lane2015-03-291-3/+8
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Revamp the WAL record format.Heikki Linnakangas2014-11-201-6/+4
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-061-0/+1
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-311-1/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Change ginMergeItemPointers to return a palloc'd array.Heikki Linnakangas2014-03-241-6/+3
* Compress GIN posting lists, for smaller index size.Heikki Linnakangas2014-01-221-24/+43
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Don't include unused space in LOG_NEWPAGE records.Heikki Linnakangas2013-12-041-2/+2
* More GIN refactoring.Heikki Linnakangas2013-11-271-4/+7
* Further GIN refactoring.Heikki Linnakangas2013-11-201-14/+7
* Fix missing argument and function prototypes.Heikki Linnakangas2013-11-061-1/+2
* Misc GIN refactoring.Heikki Linnakangas2013-11-061-89/+5
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-181-3/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1