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-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-16
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-10
Fixed #21239 -- Maintained atomicity when closing the connection.
Aymeric Augustin
2014-04-10
Fixed #22321 -- Wrapped exceptions in _set_autocommit.
Aymeric Augustin
2014-04-09
Fixed #21553 -- Ensured unusable database connections get closed.
Aymeric Augustin
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-09
Reorganized the database test settings
Shai Berger
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-18
Fixed #16187 -- refactored ORM lookup system
Anssi Kääriäinen
2014-01-12
Fixed #21453 -- Enabled autocommit before calling init_connection_state.
Aymeric Augustin
2014-01-12
Fixed #21452 -- Non-autocommit connections to PostgreSQL.
Aymeric Augustin
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-09
Fixed #16969 -- Don't connect to named database when possible
Claude Paroz
2013-11-02
Fixed all E261 warnings
coagulant
2013-09-26
Enforce ordering on PostgreSQL get_constraints cols (refs #21134)
Andrew Godwin
2013-09-25
Fixed #17671 - Cursors are now context managers.
Michael Manfre
2013-09-16
Fixed #17627 -- Renamed util.py files to utils.py
Tim Graham
2013-09-06
Fixed #20007 -- Configured psycopg2 to return UnicodeArrays
Eric Boersma
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-08-21
Fixed test failure caused by different NULL ordering between backends
Anssi Kääriäinen
2013-08-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-16
Fixed #20829 -- Skip postgis metadata tables with introspection
Harm Geerts
2013-08-10
Update get_constraints with better comments
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Fix get_constraints to do multi-column indexes properly on pg
Andrew Godwin
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
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-19
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-10
Added a stealth option to flush to allow cascades.
Aymeric Augustin
2013-06-07
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-05-19
Fixed #11442 -- Postgresql backend casts all inet types to text
Erik Romijn
2013-04-18
Merge branch 'master' into schema-alteration
Andrew Godwin
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
[prev]
[next]