aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gin
Commit message (Expand)AuthorAge
* Fix using too many LWLocks bug, reported by Craig RingerTeodor Sigaev2008-04-22
* 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
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Clean up some stray references to tsearch2.Tom Lane2007-11-13
* - Add check of already changed page while replay WAL. This touches onlyTeodor Sigaev2007-10-29
* Fix coredump during replay WAL after crash. Change entrySplitPage() to preventTeodor Sigaev2007-10-29
* HOT updates. When we update a tuple without changing any of its indexedTom Lane2007-09-20
* Remove GIN interface section, which is now documented in SGML.Bruce Momjian2007-09-14
* Redefine the lp_flags field of item pointers as having four states, ratherTom Lane2007-09-12
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Move call of MarkBufferDirty() before XLogInsert() as required.Teodor Sigaev2007-06-05
* Fix bundle bugs of GIN:Teodor Sigaev2007-06-04
* Replace ReadBuffer to ReadBufferWithStrategy in all vacuum-involved placesTeodor Sigaev2007-05-31
* Fix up pgstats counting of live and dead tuples to recognize that committedTom Lane2007-05-27
* Fix a few typos in comments in GiN.Neil Conway2007-02-01
* Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev2007-01-31
* Remove remains of old depend target.Peter Eisentraut2007-01-20
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix some small typos in comments. Greg StarkTom Lane2007-01-04
* Fix bug with page deletion. If inner page is removed and it tries toTeodor Sigaev2006-11-30
* Fix some typos in comments.Neil Conway2006-11-12
* Message style improvementsPeter Eisentraut2006-10-06
* Make use of qsort_arg in several places that were formerly using klugyTom Lane2006-10-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix free space map to correctly track the total amount of FSM space neededTom Lane2006-09-21
* Improve error message. Per discussionTeodor Sigaev2006-09-14
* If we're going to advertise the array overlap/containment operators,Tom Lane2006-09-10
* Rename contains/contained-by operators to @> and <@, per discussion thatTom Lane2006-09-10
* Fix Intel compiler bug. Per discussionTeodor Sigaev2006-09-05
* Fix BUG #2594: Gin Indexes cause server to crash when it builds on empty tableTeodor Sigaev2006-08-29
* Make recovery from WAL be restartable, by executing a checkpoint-likeTom Lane2006-08-07
* Add missing pgstat_count_index_scan(), per Andreas Seltenreich.Tom Lane2006-08-03
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Fix getDatumCopy(): don't use store_att_byval to copy into a DatumTom Lane2006-07-16
* Improve error message wording.Tom Lane2006-07-16
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so thatTom Lane2006-07-11
* Add support to GIN for =(anyarray,anyarray) operationTeodor Sigaev2006-07-11
* Alphabetically order reference to include files, "G" - "M".Bruce Momjian2006-07-11
* GIN improvementsTeodor Sigaev2006-07-11
* Code review for FILLFACTOR patch. Change WITH grammar as per earlierTom Lane2006-07-03
* Add FILLFACTOR to CREATE INDEX.Bruce Momjian2006-07-02
* Correct cheking in findParents(). iTeodor Sigaev2006-05-29
* Fix findParents() in case of multiple levels to find.Teodor Sigaev2006-05-26
* Clean up code associated with updating pg_class statistics columnsTom Lane2006-05-10
* Fix typo noticed by Alvaro HerreraTeodor Sigaev2006-05-03
* Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion.Tom Lane2006-05-02
* Suppress some gcc warnings.Tom Lane2006-05-02