Commit Graph

96 Commits (b2d71c455f05d9d7f959789fcebdc035189defde)

Author SHA1 Message Date
Tom Lane b2d71c455f Do CHECK_FOR_INTERRUPTS inside, not before, scanGetItem. 2 weeks ago
Tom Lane 308d0d4437 Fix some performance issues in GIN query startup. 6 months ago
Thomas Munro fc15473840 Fix race in SSI interaction with gin fast path. 2 years ago
Tom Lane 1df14a5669 Fix code for re-finding scan position in a multicolumn GIN index. 5 years ago
Tom Lane e41955faf0 Fix bugs in gin_fuzzy_search_limit processing. 6 years ago
Alexander Korotkov 4b754d6c16 Avoid full scan of GIN indexes when possible 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Alexander Korotkov b450abd255 Remove entry tree root conflict checking from GIN predicate locking 7 years ago
Andrew Dunstan 1e9c858090 pgindent run prior to branching 7 years ago
Teodor Sigaev 0bef1c0678 Re-think predicate locking on GIN indexes. 7 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 7 years ago
Teodor Sigaev 43d1ed60fd Predicate locking in GIN index 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Andres Freund 2cd7084524 Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n). 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Alvaro Herrera ce96ce60ca Remove direct uses of ItemPointer.{ip_blkid,ip_posid} 9 years ago
Robert Haas 98e6e89040 tidbitmap: Support shared iteration. 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 10 years ago
Tom Lane f0e766bd7f Fix memory leak in GIN index scans. 10 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 10 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 10 years ago
Tom Lane ab4ff2889d Fix memory leak in repeated GIN index searches. 10 years ago
Tom Lane 65c5fcd353 Restructure index access method API to hide most of it at the C level. 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas d88976cfa1 Use a separate memory context for GIN scan keys. 11 years ago
Heikki Linnakangas 68fa75f318 Fix query-duration memory leak with GIN rescans. 11 years ago
Heikki Linnakangas 31ed42b9a3 Fix bug where GIN scan keys were not initialized with gin_fuzzy_search_limit. 11 years ago
Bruce Momjian 4baaf863ec Update copyright for 2015 11 years ago
Heikki Linnakangas 866e6e1d04 Fix bug in lossy-page handling in GIN 12 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Heikki Linnakangas 614167c6d7 Fix bugs in GIN "fast scan" with partial match. 12 years ago
Heikki Linnakangas 0cfa34c25a Rename GinLogicValue to GinTernaryValue. 12 years ago
Fujii Masao 2bccced110 Fix typos in comments. 12 years ago
Heikki Linnakangas 6aa2bdf6a0 Initialize the entryRes array between each call to triConsistent. 12 years ago
Heikki Linnakangas dbc649fd77 Speed up "rare & frequent" type GIN queries. 12 years ago
Heikki Linnakangas 626a120656 Further optimize GIN multi-key searches. 12 years ago
Heikki Linnakangas 25b1dafab6 Further optimize multi-key GIN searches. 12 years ago
Heikki Linnakangas e20c70cb0f Allow skipping some items in a multi-key GIN search. 12 years ago
Heikki Linnakangas 36a35c550a Compress GIN posting lists, for smaller index size. 12 years ago
Bruce Momjian 7e04792a1c Update copyright for 2014 12 years ago
Heikki Linnakangas 30b96549ab Mark variables 'static' where possible. Move GinFuzzySearchLimit to ginget.c 12 years ago
Heikki Linnakangas ce5326eed3 More GIN refactoring. 12 years ago
Heikki Linnakangas 04965ad40e Further GIN refactoring. 12 years ago
Heikki Linnakangas ac4ab97ec0 Fix race condition in GIN posting tree page deletion. 12 years ago
Heikki Linnakangas c2b175b948 Minor GIN code refactoring. 12 years ago