Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/providers/postgres.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/05/12 18:52:11 @323 [323] lakin fixing the Postgresql LIKE queries.
(edit) 04/05/12 18:51:57 @322 [322] lakin fixing the PgPickle? class which was not correctly undoing some of its own …
(edit) 09/21/11 22:48:46 @300 [300] ltnooy Fixing postgres timezones with negative hours.
(edit) 09/21/11 22:00:41 @299 [299] ltnooy Adding postgres support for timestamps with timezone information.
(edit) 06/14/11 00:24:58 @292 [292] lakin apparently python2.6 has a buffer type that you can't feed into a unicode …
(edit) 01/06/10 17:49:58 @285 [285] lakin Pg_str_to_BYTEA no longer inherits from Pg_str_to_VARCHAR - so it must …
(edit) 01/06/10 17:40:20 @284 [284] lakin Better value for max_bytes and better no octal-escaping of CHAR values.
(edit) 01/06/10 16:09:45 @283 [283] lakin geniusql - postgres allows for MUCH larger varchar columns than Dejavu …
(edit) 03/18/09 19:50:39 @278 [278] fumanchu New Database.exists method.
(edit) 11/28/08 21:26:24 @256 [256] fumanchu Whew. Major move of LIKE logic from the deparsers into the adapters. This …
(edit) 04/04/08 03:33:01 @249 [249] fumanchu Fix for #4 (use type TEXT rather than VARCHAR).
(edit) 11/17/07 18:58:19 @233 [233] fumanchu Whoops. Now that localtime_offset depends on the time of year, it …
(edit) 11/08/07 17:59:50 @219 [219] fumanchu postgres: better str to bytea support.
(edit) 11/08/07 10:59:20 @218 [218] fumanchu Safer sequencing for postgres.
(edit) 11/01/07 12:27:43 @209 [209] fumanchu New Schema.index_name method. New Table.implicit_pkey_indices flag. Not …
(edit) 10/31/07 16:14:23 @208 [208] fumanchu Sequence improvements: …
(edit) 10/29/07 18:56:01 @205 [205] fumanchu Some fixes for View discovery.
(edit) 10/29/07 14:31:13 @204 [204] fumanchu Most of the fix for #16 (add View class).
(edit) 10/19/07 10:47:08 @197 [197] fumanchu Error message audit.
(edit) 09/25/07 17:22:15 @180 [180] fumanchu Oops.
(edit) 09/25/07 17:13:46 @179 [179] fumanchu Improved handling of schema name for sequences.
(edit) 09/24/07 12:59:21 @176 [176] fumanchu Schema'd sequence name fix and DON'T run CREATE SCHEMA on a master conn! …
(edit) 09/24/07 00:24:57 @174 [174] fumanchu New restrict=False arg for PgSchema?.drop.
(edit) 09/23/07 22:39:53 @173 [173] fumanchu Typo in postgres.PgSchema?.drop_sequence.
(edit) 09/23/07 20:20:01 @172 [172] fumanchu Docstring updates.
(edit) 09/22/07 16:39:07 @171 [171] fumanchu Postgres experiment: prefix table.qname with the schema.name.
(edit) 09/20/07 16:43:19 @168 [168] fumanchu Fix for pypgsql default values.
(edit) 08/28/07 15:28:30 @153 [153] fumanchu Separate adapters for timezone-aware or -naive datetimes for Postgres.
(edit) 08/27/07 17:52:53 @152 [152] fumanchu Improved timezone support (pg only at the moment).
(edit) 08/26/07 19:52:32 @150 [150] fumanchu Oops. Bug in postgres _get_table.
(edit) 08/24/07 11:03:31 @148 [148] fumanchu Unjoined some discovery calls.
(edit) 08/23/07 16:15:00 @146 [146] fumanchu Much better multischema support: …
(edit) 08/23/07 10:45:35 @145 [145] fumanchu Pass table object to _get_columns/_get_index instead of tablename.
(edit) 08/16/07 03:46:12 @143 [143] fumanchu New Table.description attribute, plus lots of postgres reflection fixes.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 04/10/07 16:07:18 @71 [71] fumanchu Postgres buglet.
(edit) 04/10/07 15:59:31 @70 [70] fumanchu Uniform TypeErrors? in adapters.
(edit) 04/09/07 13:06:49 @65 [65] fumanchu Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?.
(edit) 04/06/07 03:20:32 @64 [64] fumanchu Fix for Postgres meganumbers (stored as TEXT).
(edit) 04/05/07 19:09:53 @62 [62] fumanchu Postgres fixes (new adapters and dbtypes).
(edit) 04/05/07 13:51:37 @59 [59] fumanchu Better adaptation. Adapters now do all the binary_op and compare_op logic. …
(edit) 04/03/07 18:10:58 @57 [57] fumanchu PostgreSQL now works with the new types and adapters.
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/25/07 15:12:26 @49 [49] fumanchu Final fixes to postgres date types.
(edit) 03/23/07 15:56:27 @44 [44] fumanchu Postgres now defaults to using the native "interval" type for timedeltas.
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/15/07 12:59:00 @34 [34] fumanchu Split decompilation from select module into its own decompile module.
(edit) 03/08/07 18:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(edit) 02/16/07 23:26:39 @14 [14] fumanchu Added isolation tests. Database kwargs now set child attributes if the key …
(edit) 02/16/07 22:11:06 @13 [13] fumanchu Package reorganization.
(edit) 02/16/07 17:56:58 @11 [11] fumanchu Split Schema from Database. Table objects now reference a parent schema, …
(add) 02/14/07 19:12:02 @10 [10] fumanchu Separated all connection/transaction logic into a new 'connectionmanager' …