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
2011-11-18
Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.
Aymeric Augustin
2011-10-14
Fixed #12308 -- Added tablespace support to the PostgreSQL backend.
Aymeric Augustin
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-08-29
Follow the same convention as the rest of the file.
Honza Král
2011-08-29
Forgotten import in [16708]
Honza Král
2011-08-29
Fixed #15802 -- pyscopg2 sometimes fail to close the connection when it's alr...
Honza Král
2011-08-07
Fixed #3615: Added support for loading fixtures with forward references on da...
Karen Tracey
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-07-06
Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...
Ramiro Morales
2011-06-19
Removed more code for handling of PostgreSQL versions older than 8.2; use alw...
Ramiro Morales
2011-06-19
Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...
Ramiro Morales
2011-06-16
Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.
Ramiro Morales
2011-06-13
Removed duplicate entry in introspection PostgreSQL db backend.
Jannis Leidel
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2010-11-09
Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...
Carl Meyer
2010-10-23
Fixed #14223 -- Extended unification of exception raised in presence of integ...
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-08-30
Fixed #13798 -- Added connection argument to the connection_created signal. T...
Russell Keith-Magee
2010-02-26
Corrected an edge case introduced in r12602. Thanks to Ramiro Morales for the...
Russell Keith-Magee
2010-02-26
Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro...
Russell Keith-Magee
2010-01-29
Fixed #12702 -- Introduced a common implementation of DatabaseError and Integ...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-05-11
More fixes to PostgreSQL version comparisons from r10730.
Russell Keith-Magee
2009-05-10
Fixed #10842 -- Corrected parsing of version numbers for PostgreSQL 8.4beta s...
Russell Keith-Magee
2009-05-10
Fixed #10958 -- Corrected the setting of PostgreSQL isolation level. Thanks t...
Russell Keith-Magee
2009-03-29
Fixed #6064 -- Added the `connection_created` signal for when a database conn...
Justin Bronn
2009-03-16
More fixing of PostgreSQL < 8.2 problems with the psycopg2 backend.
Malcolm Tredinnick
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-12
Fixed #10467 -- Fixed generated INSERT SQL for PostgreSQL 8.1 and earlier.
Malcolm Tredinnick
2009-03-12
Slight refactoring of isolation setting from r10029.
Malcolm Tredinnick
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-11
Fixed #10459 -- Refactored the internals of database connection objects so th...
Adrian Holovaty
2009-03-06
Fixed #6710 -- Made DATABASE_OPTIONS work with postgresql_psycopg2 backend.
Malcolm Tredinnick
2008-08-28
Fixed #8592 -- Fixed a bug in the way savepoint usage was disabled for
Malcolm Tredinnick
2008-08-25
Fixed #3575: use UPPER() instead ILIKE for postgres case-insensitive comparis...
Jacob Kaplan-Moss
2008-08-25
Fixed #7464 -- Fixed the psycopg2 backend to handle SafeString values as
Malcolm Tredinnick
2008-08-12
Do not use savepoints with PostgreSQL prior to 8.0.
Malcolm Tredinnick
2008-08-12
Added savepoint support to the transaction code.
Malcolm Tredinnick
2008-08-11
Removed some empty modules that are no longer required after [8296].
Russell Keith-Magee
2008-08-11
Fixed #5461 -- Refactored the database backend code to use classes for the cr...
Russell Keith-Magee
2007-12-01
Fixed #5996 -- Add a pyscopg2 convertor for SafeUnicode -> unicode. Thanks, r...
Malcolm Tredinnick
2007-10-23
Added a BaseDatabaseOperations.last_executed_query() hook, which allows a dat...
Adrian Holovaty
2007-09-14
Backed out [6165]. It breaks things for people using psycopg2 because it requ...
Malcolm Tredinnick
2007-09-14
Refs #4299 -- Removed some code duplication in the postgresql introspection m...
Gary Wilson Jr
2007-08-25
Changed postgresql and postgresql_psycopg2 backends NOT to do a SELECT versio...
Adrian Holovaty
2007-08-20
Made various negligible formatting cleanups to the database backends
Adrian Holovaty
[prev]
[next]