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
/
django
/
db
/
backends
/
postgresql
Age
Commit message (
Expand
)
Author
2017-03-21
[1.11.x] Fixed #27966 -- Bumped required psycopg2 version to 2.5.4.
Mariusz Felisiak
2017-02-21
[1.11.x] Fixed #27856 -- Improved accuracy of date subtraction on PostgreSQL.
Vytis Banaitis
2017-02-15
[1.11.x] Fixed #27135 -- Made index introspection return Index.suffix.
Tim Graham
2017-01-25
[1.11.x] Removed unused variables that are overwritten.
Mads Jensen
2017-01-16
Refs #16614 -- Called _prepare_cursor() on every created cursor.
François Freitag
2017-01-15
Fixed #25809 -- Added BrinIndex support in django.contrib.postgres.
Mads Jensen
2017-01-14
Fixed #27718 -- Added QuerySet.union(), intersection(), difference().
Florian Apolloner
2017-01-11
Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
François Freitag
2016-12-29
Fixed #27615 -- Used timedeltas as arguments to Oracle database driver.
Mariusz Felisiak
2016-12-24
Fixed #25492 -- Checked deferred foreign key constraints before dropping them.
Simon Charette
2016-11-30
Refs #24245 -- Added introspection for database defaults on Oracle.
Mariusz Felisiak
2016-11-28
Refs #26327 -- Renamed JsonAgg to JSONBAgg.
Mads Jensen
2016-11-14
Fixed E305 flake8 warnings.
Ramin Farajpour Cami
2016-10-25
Updated postgresql.org links to https and made them canonical.
Marti Raudsepp
2016-10-17
Refs #20888 -- Fixed index ordering introspection on PostgreSQL 9.6.
François Freitag
2016-09-26
Removed DatabaseError and IntegrityError declarations from database backends.
Adam Chainz
2016-09-22
Removed unnecessary casting when using builtin lookups on PostgreSQL.
Simon Charette
2016-09-12
Used a database feature to prevent the jsonb test model from being migrated.
Simon Charette
2016-09-12
Refs #27098 -- Added introspection for expression-based index on PostgreSQL
Claude Paroz
2016-09-12
Reformatted PostgreSQL query for better readability
Claude Paroz
2016-09-12
Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes
Claude Paroz
2016-09-08
Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.
Chris Jerdonek
2016-09-02
Fixed #27097 -- Added index type introspection to built-in db backends.
Akshesh
2016-09-02
Fixed #25476 -- Allowed PostgreSQL introspection to work regardless of table ...
Marcos Vives Del Sol
2016-08-30
Removed double semicolon in SQL query
Claude Paroz
2016-08-30
Refs #27097, #27098 -- Moved PostgreSQL index type introspection to get_const...
Akshesh
2016-08-23
Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.
Chris Jerdonek
2016-08-15
Removed unnecessary registration of psycopg2 unicode extensions on Python 3
Claude Paroz
2016-08-12
Fixed #27030 -- Added contrib.postgres.indexes.GinIndex.
Akshesh
2016-08-12
Refs #27030 -- Added index type introspection on PostgreSQL.
Akshesh
2016-08-12
Refs #20888 -- Added index order introspection.
Akshesh
2016-08-08
Fixed #26500 -- Added SKIP LOCKED support to select_for_update().
Simon Charette
2016-07-20
Refs #24928 -- Added introspection support for UUIDField
Claude Paroz
2016-07-15
Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.
Jon Dufresne
2016-07-13
Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field().
Jon Dufresne
2016-07-08
Fixed #26348 -- Added TruncTime and exposed it through the __time lookup.
Simon Charette
2016-07-08
Refs #25774, #26348 -- Allowed Trunc functions to operate with time fields.
Simon Charette
2016-07-07
Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...
Jon Dufresne
2016-06-27
Fixed #26751 -- Made dbshell exit with the shell's error code.
Étienne BERSAC
2016-06-06
Fixed #26712 -- Avoided unnecessary SET TIMEZONE queries on PostgreSQL.
Simon Charette
2016-06-03
Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
mieciu
2016-04-22
Refs #3254 -- Added full text search to contrib.postgres.
Marc Tamlyn
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-04
Fixed E402 flake8 warnings.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-02
Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its o...
acrefoot
2016-02-26
Fixed #24793 -- Unified temporal difference support.
Simon Charette
2016-02-08
Fixed #26177 -- Fixed a PostgreSQL crash with TIME_ZONE=None and USE_TZ=False.
Tim Graham
2016-01-08
Fixed #26034 -- Fixed incorrect index handling on PostgreSQL on Char/TextFiel...
Tim Graham
2015-12-25
Fixed #14286 -- Added models.BigAutoField.
Alexander Sosnovskiy
[next]