summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql_psycopg2
AgeCommit message (Expand)Author
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-04-26Fixed #3214 -- Stopped parsing SQL with regex.Aymeric Augustin
2014-04-16Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-10Fixed #21239 -- Maintained atomicity when closing the connection.Aymeric Augustin
2014-04-10Fixed #22321 -- Wrapped exceptions in _set_autocommit.Aymeric Augustin
2014-04-09Fixed #21553 -- Ensured unusable database connections get closed.Aymeric Augustin
2014-03-21Removed legacy transaction management per the deprecation timeline.Aymeric Augustin
2014-03-09Reorganized the database test settingsShai Berger
2014-02-09Fixed #21844: Move quote_parameter off of Operations and renameAndrew Godwin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-12Fixed #21452 -- Non-autocommit connections to PostgreSQL.Aymeric Augustin
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-11-09Fixed #16969 -- Don't connect to named database when possibleClaude Paroz
2013-11-02Fixed all E261 warningscoagulant
2013-09-26Enforce ordering on PostgreSQL get_constraints cols (refs #21134)Andrew Godwin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-08-21Fixed test failure caused by different NULL ordering between backendsAnssi Kääriäinen
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-16Fixed #20829 -- Skip postgis metadata tables with introspectionHarm Geerts
2013-08-10Update get_constraints with better commentsAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-07-02Fix get_constraints to do multi-column indexes properly on pgAndrew Godwin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-05-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-03-18Fixed #19968 -- Dropped support for PostgreSQL < 8.4.Aymeric Augustin
2013-03-11Moved standard SQL for savepoints in the base backend.Aymeric Augustin
2013-03-11Removed superfluous code now that connections use autocommit by default.Aymeric Augustin
2013-03-11Enabled database-level autocommit for all backends.Aymeric Augustin
2013-03-11Removed _enter/_leave_transaction_management.Aymeric Augustin
2013-03-11Added BaseDatabaseWrapper.ensure_connection.Aymeric Augustin
2013-03-11Expressed the dirty flag handling logic in terms of autocommit.Aymeric Augustin
2013-03-11Stopped flipping the uses_savepoints feature at runtime.Aymeric Augustin
2013-03-11Enabled autocommit for PostgreSQL.Aymeric Augustin
2013-03-11Separated autocommit and isolation level handling for PostgreSQL.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin