summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/creation.py
AgeCommit message (Expand)Author
2024-03-01Refs #33497 -- Added connection pool support for PostgreSQL.Sarah Boyce
2023-04-03Prevented PostgreSQL's DatabaseCreation._execute_create_test_db() from hiding...Tim Graham
2022-12-12Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner
2022-12-01Refs #33308 -- Used psycopg's errors instead of errorcodes.Florian Apolloner
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-07-05Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert".Mateo Radman
2020-02-06Refs #31233 -- Changed DatabaseWrapper._nodb_connection to _nodb_cursor().Jon Dufresne
2020-01-20Changed re-raising an exception to use bare raise syntax where appropriate.Jon Dufresne
2019-02-13Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2018-10-24Fixed F841 flake8 warning.Mariusz Felisiak
2018-08-22Refs #29654 -- Replaced three dots with ellipsis character in output strings.Claude Paroz
2018-08-03Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists and the u...Mariusz Felisiak
2018-07-19Fixed #29040 -- Made test database creation messages use a consistent output ...Claude Paroz
2018-01-03Fixed #28982 -- Simplified code with and/or.Дилян Палаузов
2017-09-11Fixed #28578 -- Renamed DatabaseCreation number arguments to suffix.Jon Dufresne
2017-04-25Fixed #28116 -- Used error code filtering in PostgreSQL test database creation.Mariusz Felisiak
2017-04-10Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation...Mariusz Felisiak
2017-01-25Removed unused variables that are overwritten.Mads Jensen
2016-08-23Fixed #27061 -- Added a TEST['TEMPLATE'] setting for PostgreSQL.Chris Jerdonek
2015-11-13Refs #25196 -- Fixed incorrect argument order in test database creation.Tim Graham
2015-09-25Fixed #25196 -- Normalized database representations in test database messages.Ville Skyttä
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-08-07Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2010-07-30Fixed #13773 -- Passed in the current connection in a call to db_type(). Than...Russell Keith-Magee
2010-06-21Fixed #8901 -- Reapplied r13328 (with extra docs) now that we have a 1.3 deve...Russell Keith-Magee
2010-06-10Refs #8901 -- Reverted r13328 because the patch imposes a minimum version req...Russell Keith-Magee
2010-06-07Fixed #8901 -- Corrected the PostgreSQL sequence reset code when field identi...Russell Keith-Magee
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-19Fixed #12234 -- Create additional indexes that use the appropriate operation ...Justin Bronn
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2008-09-01Fixed #8210 and #8664: moved `USStateField` and `PhoneNumberField` to `django...Jacob Kaplan-Moss
2008-08-11Fixed #5461 -- Refactored the database backend code to use classes for the cr...Russell Keith-Magee
2008-07-18Fixed #7805 -- Removed ImageField.get_internal_type() because it doesn't offe...Adrian Holovaty
2007-09-19Fixed #231: all fields that should take max_length now do. Thanks, Don Spauld...Jacob Kaplan-Moss
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-01-08Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty