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_psycopg2
Age
Commit message (
Expand
)
Author
2014-07-24
[1.6.x] Fixed #23089 -- Fixed transaction handling in two management commands.
Aymeric Augustin
2014-06-20
[1.6.x] Fixed #22514 -- Prevented indexes on virtual fields [postgres].
Vlastimil Zíma
2014-04-10
[1.6.x] Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
[1.6.x] Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-09
[1.6.x] Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-01-12
[1.6.x] Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2013-08-16
[1.6.x] Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-04-01
Fixed #16737 -- Support non-ascii column names in inspectdb
Claude Paroz
2013-03-18
Fixed #19968 -- Dropped support for PostgreSQL < 8.4.
Aymeric Augustin
2013-03-11
Moved standard SQL for savepoints in the base backend.
Aymeric Augustin
2013-03-11
Removed superfluous code now that connections use autocommit by default.
Aymeric Augustin
2013-03-11
Enabled database-level autocommit for all backends.
Aymeric Augustin
2013-03-11
Removed _enter/_leave_transaction_management.
Aymeric Augustin
2013-03-11
Added BaseDatabaseWrapper.ensure_connection.
Aymeric Augustin
2013-03-11
Expressed the dirty flag handling logic in terms of autocommit.
Aymeric Augustin
2013-03-11
Stopped flipping the uses_savepoints feature at runtime.
Aymeric Augustin
2013-03-11
Enabled autocommit for PostgreSQL.
Aymeric Augustin
2013-03-11
Separated autocommit and isolation level handling for PostgreSQL.
Aymeric Augustin
2013-03-11
Added an API to control database-level autocommit.
Aymeric Augustin
2013-03-02
Fixed #18130 -- Made the isolation level configurable on PostgreSQL.
Aymeric Augustin
2013-03-02
Reordered methods in database wrappers.
Aymeric Augustin
2013-03-02
Add introspection support for BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-28
Implemented persistent database connections.
Aymeric Augustin
2013-02-27
Refactored database exceptions wrapping.
Aymeric Augustin
2013-02-27
Fixed #19861 -- Transaction ._dirty flag improvement
Anssi Kääriäinen
2013-02-19
Ensured a connection is established when checking the database version.
Aymeric Augustin
2013-02-18
Implemented PostgreSQL version as a cached property.
Aymeric Augustin
2013-02-18
Factored out common code in database backends.
Aymeric Augustin
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-10
Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-01-12
Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backend
Claude Paroz
2013-01-12
Return namedtuple from get_table_description
Claude Paroz
2013-01-07
Created special PostgreSQL text indexes when unique is True
Claude Paroz
2012-12-18
Fixed #19441 -- Created PostgreSQL varchar index when unique=True
Claude Paroz
2012-11-27
Fixed #19274 -- Made db connection creation overridable in subclasses
Anssi Kääriäinen
2012-09-20
Imported getLogger directly from logging module
Claude Paroz
2012-09-12
Fixed #18790 -- Encoded database password on Python 2
Claude Paroz
2012-08-30
Made get_table_description also return the size of char fields on SQLite
Claude Paroz
2012-08-18
[py3] Ported django.utils.safestring.
Aymeric Augustin
2012-07-24
Fixed #18271 -- Changed stage at which TransactionTestCase flushes DB tables.
Ramiro Morales
2012-07-22
[py3] Exception aren't iterable in Python 3.
Aymeric Augustin
2012-07-22
[py3] Used six.reraise wherever necessary.
Aymeric Augustin
2012-07-10
Fixed #18602 -- Improved error message when database NAME is missing
Claude Paroz
2012-06-13
Fixed #18461 -- Ensured that last_executed_query returns Unicode
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
[next]