Commit Graph

82 Commits (019fa576ca8298ecb7b8ded6e0c857840b57a4ae)

Author SHA1 Message Date
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} 8 years ago
Robert Haas 98e6e89040 tidbitmap: Support shared iteration. 8 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Kevin Grittner a343e223a5 Revert no-op changes to BufferGetPage() 9 years ago
Tom Lane f0e766bd7f Fix memory leak in GIN index scans. 9 years ago
Kevin Grittner 848ef42bb8 Add the "snapshot too old" feature 9 years ago
Kevin Grittner 8b65cf4c5e Modify BufferGetPage() to prepare for "snapshot too old" feature 9 years ago
Tom Lane ab4ff2889d Fix memory leak in repeated GIN index searches. 9 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 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 11 years ago
Heikki Linnakangas 614167c6d7 Fix bugs in GIN "fast scan" with partial match. 11 years ago
Heikki Linnakangas 0cfa34c25a Rename GinLogicValue to GinTernaryValue. 11 years ago
Fujii Masao 2bccced110 Fix typos in comments. 11 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
Bruce Momjian bd61a623ac Update copyrights for 2013 13 years ago
Peter Eisentraut dd16f9480a Remove unreachable code 13 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 14 years ago
Tom Lane ae20bf1740 Make GIN and GIST pass the index collation to all their support functions. 14 years ago
Tom Lane d64713df7e Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 56a57473a9 Refactor GIN's handling of duplicate search entries. 15 years ago
Tom Lane 73912e7fbd Fix GIN to support null keys, empty and null items, and full index scans. 15 years ago
Bruce Momjian 5d950e3b0c Stamp copyrights for year 2011. 15 years ago
Robert Haas 5aa446c961 Cleanup various comparisons with the constant "true". 15 years ago
Tom Lane 419d2374bf Fix a passel of inappropriately-named global functions in GIN. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago