summaryrefslogtreecommitdiff
path: root/src/test/regress/expected/gin.out
AgeCommit message (Expand)Author
2025-02-27EXPLAIN: Always use two fractional digits for row counts.Robert Haas
2022-09-25Avoid loss of code coverage with unlogged-index test cases.Tom Lane
2022-04-25Cover brin/gin/gist/spgist ambuildempty routines in regression testsAlvaro Herrera
2020-09-01Improve test coverage of ginvacuum.c.Tom Lane
2020-08-27Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane
2020-04-03Fix bugs in gin_fuzzy_search_limit processing.Tom Lane
2020-01-17Avoid full scan of GIN indexes when possibleAlexander Korotkov
2016-02-08Make GIN regression test stable.Fujii Masao
2016-01-28Add gin_clean_pending_list function to clean up GIN pending listFujii Masao
2014-11-19Add test cases for indexam operations not currently covered.Heikki Linnakangas