index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
postgres
/
search.txt
Age
Commit message (
Expand
)
Author
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-06-20
Removed unnecessary backslashes from docs.
Mariusz Felisiak
2019-03-29
Removed unnecessary /static from links to PostgreSQL docs.
Nick Pope
2018-09-17
Fixed #27899 -- Added support for phrase/raw searching in SearchQuery.
Claude Paroz
2018-09-12
Fixed typo in docs/ref/contrib/postgres/search.txt.
Adam Zapletal
2017-10-17
Made SearchQuery examples less sterotyped.
Simon Willison
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-07-14
Fixed typos in docs/ref/contrib/postgres/search.txt
Tom Carrick
2016-07-07
Fixed a typo in docs/ref/contrib/postgres/search.txt.
Mathieu Richardoz
2016-05-30
Fixed #26684 -- Removed incorrect index example in docs/ref/contrib/postgres/...
Christophe Pettus
2016-05-13
Fixed #24938 -- Added PostgreSQL trigram support.
Matthew Somerville
2016-04-22
Fix typos in PGFTS docs.
Marc Tamlyn
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn