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
/
index.txt
Age
Commit message (
Expand
)
Author
2021-07-06
Fixed #32776 -- Added support for Array subqueries on PostgreSQL.
Hannes Ljungberg
2019-07-16
Fixed #29824 -- Added support for database exclusion constraints on PostgreSQL.
Mads Jensen
2017-03-21
Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-19
Fixed #25949 -- Documented Psycopg2 version requirement for JSONField.
Tim Graham
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-06-15
Fixed #24894 -- Added contrib.postgres.functions.TransactionNow
Adam Chainz
2015-03-30
Fixed #24301 -- Added PostgreSQL-specific aggregate functions
Andriy Sokolovskiy
2015-02-16
Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...
Tim Graham
2014-12-04
Added versionadded annotation for contrib.postgres.
Tim Graham
2014-11-28
Fixed #23423 -- Added unaccent lookup in django.contrib.postgres
Thomas Chaumeny
2014-11-04
Added HStoreField.
Marc Tamlyn
2014-05-27
Fixed spelling in docs.
Tim Graham
2014-05-22
Added array field support for PostgreSQL.
Marc Tamlyn