| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where index reflection would mis-interpret indkey values | Mike Bayer | 2013-10-27 | 1 | -1/+4 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -5/+24 |
| |\ |
|
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -5/+24 |
| * | | - The typing system now handles the task of rendering "literal bind" values, | Mike Bayer | 2013-10-20 | 1 | -9/+16 |
| * | | - attempt to clarify what mutable extension does for HSTORE, [ticket:2803] | Mike Bayer | 2013-10-18 | 1 | -2/+9 |
| * | | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -2/+1 |
| * | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -1/+11 |
| * | | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+4 |
| * | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 1 | -9/+8 |
| |/ |
|
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -2/+2 |
| * | re.match to re.searchpr/26 | Scott Schaefer | 2013-09-06 | 1 | -1/+1 |
| * | - A rework to the way that "quoted" identifiers are handled, in that | Mike Bayer | 2013-08-27 | 1 | -4/+4 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 1 | -22/+0 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -3/+3 |
| * | Fix indexes reflection in PostgreSQLpr/13 | Roman Podolyaka | 2013-06-26 | 1 | -14/+18 |
| * | Fix unique constraints reflection in PostgreSQLpr/11 | Roman Podolyaka | 2013-06-23 | 1 | -9/+16 |
| * | versionadds | Mike Bayer | 2013-06-22 | 1 | -6/+33 |
| * | - 0.8 changelog | Mike Bayer | 2013-06-22 | 1 | -11/+11 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 4 | -2/+246 |
| |\ |
|
| | * | Documentation for the new range type support.pr/5 | Chris Withers | 2013-06-10 | 3 | -6/+19 |
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 3 | -0/+90 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -6/+75 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 3 | -1/+73 |
| * | | fix up the isolation level docs which were a mess | Mike Bayer | 2013-06-17 | 2 | -25/+58 |
| * | | - changelog | Mike Bayer | 2013-06-15 | 2 | -3/+8 |
| * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+1 |
| |/ |
|
| * | Add basic support of unique constraints reflectionpr/4 | Roman Podolyaka | 2013-06-09 | 1 | -0/+30 |
| * | Merge branch 'rel_0_9' | Mike Bayer | 2013-05-29 | 3 | -46/+43 |
| |\ |
|
| | * | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
| | * | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
| | * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| | * | postgresql tests | Mike Bayer | 2013-05-26 | 2 | -21/+19 |
| | * | postgresql dialect tests | Mike Bayer | 2013-04-28 | 2 | -27/+25 |
| | * | - the raw 2to3 run | Mike Bayer | 2013-04-27 | 3 | -46/+49 |
| * | | add the py2k symbol from the 0.9 branch to support the hstore change | Mike Bayer | 2013-05-29 | 1 | -0/+1 |
| * | | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -1/+6 |
| * | | Unicode support for psycopg2 native hstore implementation | Dmitry Mugtasimov | 2013-05-29 | 1 | -1/+2 |
| * | | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -10/+26 |
| |/ |
|
| * | need to test for (list, tuple) here and not hasattr("__iter__") | Mike Bayer | 2013-04-26 | 1 | -1/+4 |
| * | - only search in the exception before the first newline, to avoid | Mike Bayer | 2013-04-23 | 1 | -2/+3 |
| * | Opened up the checking for "disconnect" with psycopg2/libpq | Mike Bayer | 2013-04-22 | 1 | -18/+21 |
| * | tweak this some more to handle the array being empty again | Mike Bayer | 2013-04-22 | 1 | -5/+3 |
| * | - change to [ticket:2681], pre-coerce the array to list | Mike Bayer | 2013-04-22 | 1 | -16/+6 |
| * | The operators for the Postgresql ARRAY type supports | Mike Bayer | 2013-04-22 | 1 | -1/+13 |
| * | Corrected silly circular import introduced by original "fix". | Ben Trofatter | 2013-03-18 | 2 | -3/+4 |
| * | Added HSTORE to ischema_names in dialects/postgresql/base.py | Ben Trofatter | 2013-03-18 | 1 | -0/+2 |
| * | Added support for Postgresql's traditional SUBSTRING | Mike Bayer | 2013-03-09 | 1 | -2/+10 |
| * | - remove all compat items that are pre-2.5 (hooray) | Mike Bayer | 2013-03-09 | 2 | -2/+2 |
| * | add any/all to __all__ | Mike Bayer | 2013-01-28 | 1 | -1/+2 |
| * | - documentation for any()/all() | Mike Bayer | 2013-01-28 | 1 | -12/+64 |