Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Added test to verify bug #482 | Daniele Varrazzo | 2016-12-25 | 2 | -3/+25 | |
| | | | | ||||||
| * | | | Avoid deadlock on close if set datestyle failed | Daniele Varrazzo | 2016-12-25 | 1 | -5/+11 | |
| | | | | ||||||
| * | | | Dropped testing print | Daniele Varrazzo | 2016-12-25 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge branch 'master' into dont_set_datestyle_in_replication_mode | Daniele Varrazzo | 2016-12-25 | 9 | -16/+104 | |
| |\ \ \ | |/ / / |/| | | | ||||||
* | | | | Merge branch 'travis' | Daniele Varrazzo | 2016-12-24 | 9 | -16/+104 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | Don't use separate databases for tests | Daniele Varrazzo | 2016-12-24 | 3 | -18/+8 | |
| | | | | | | | | | | | | | | | | | | | | I got this wrong: I thought parallel test ran in the same VM; they are isolated instead. | |||||
| * | | | Added build badge to readme | Daniele Varrazzo | 2016-12-24 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Test Python versions in a more relevant order | Daniele Varrazzo | 2016-12-24 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Run the tests against all the available server versions | Daniele Varrazzo | 2016-12-24 | 3 | -11/+87 | |
| | | | | ||||||
| * | | | Added python3 supported versions | Daniele Varrazzo | 2016-12-24 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Fixed tests failing on Python 2.6 | Daniele Varrazzo | 2016-12-24 | 5 | -11/+12 | |
| | | | | ||||||
| * | | | Create the hstore extension in the trevis db | Daniele Varrazzo | 2016-12-24 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Disable email notification | Daniele Varrazzo | 2016-12-24 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | Mmm... it seems it's going to be a long night... | |||||
| * | | | Testing CI with Travis | Daniele Varrazzo | 2016-12-24 | 1 | -0/+6 | |
|/ / / | ||||||
| * | | do not "SET datestyle" on replication connections | Christoph Moench-Tegeder | 2016-10-21 | 1 | -3/+26 | |
|/ / | | | | | | | | | | | A replication connection - marked by the use of the keyword "replication" in the DSN - does not support SET commands. Trying to sent "SET datestyle" will result in an exception. | |||||
* | | Dropped compiler warning in debug mode | Daniele Varrazzo | 2016-10-12 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'networking-improvement' | Daniele Varrazzo | 2016-10-11 | 10 | -15/+281 | |
|\ \ | ||||||
| * | | Added ipaddress objects conversion | Daniele Varrazzo | 2016-10-11 | 8 | -24/+254 | |
| | | | | | | | | | | | | Close #387 | |||||
| * | | Conver network array types into array of strings by default | Daniele Varrazzo | 2016-10-11 | 4 | -7/+36 | |
| | | | ||||||
| * | | inet adapters deprecated | Daniele Varrazzo | 2016-10-11 | 3 | -2/+9 | |
|/ / | | | | | | | Close #343 | |||||
* | | Fix unicode mogrify test on python 2 | Daniele Varrazzo | 2016-10-11 | 1 | -3/+9 | |
| | | ||||||
* | | Python source cleanup using flake8 | Daniele Varrazzo | 2016-10-11 | 35 | -432/+644 | |
| | | ||||||
* | | Merge branch 'drop-libpq-pre-91' | Daniele Varrazzo | 2016-08-15 | 9 | -24/+9 | |
|\ \ | ||||||
| * | | Mention dropping Pre 9.1 libpq support in NEWS file | Daniele Varrazzo | 2016-08-15 | 1 | -0/+2 | |
| | | | ||||||
| * | | Dropped ifdef guards against obsolete libpq versions | Daniele Varrazzo | 2016-08-15 | 5 | -22/+0 | |
| | | | | | | | | | | | | | | | One of them was actually wrong: lobject_type.c wouldn't have compiled pre 8.3 (broken in 6e841a41, 2 years ago). | |||||
| * | | Enforce dependency on libpq version >= 9.1 | Daniele Varrazzo | 2016-08-15 | 3 | -2/+7 | |
|/ / | | | | | | | | | | | | | | | PGRES_COPY_BOTH was introduced in 9.1: we can ifdef the hell out of pgpath, but we may as well bury the dead horses instead of beating them. They smell funny, too. | |||||
* | | Merge branch 'drop-py25' | Daniele Varrazzo | 2016-08-15 | 13 | -128/+91 | |
|\ \ | ||||||
| * | | Mention dropping Py 2.5 support in NEWS file | Daniele Varrazzo | 2016-08-15 | 1 | -0/+4 | |
| | | | ||||||
| * | | Dropped use of b() "macro" and 2to3 fixer | Daniele Varrazzo | 2016-08-15 | 10 | -124/+84 | |
| | | | | | | | | | | | | Just use the b"" strings syntax supported from python 2.6. | |||||
| * | | Stop compiling with Python 2.5 | Daniele Varrazzo | 2016-08-15 | 3 | -4/+3 | |
|/ / | ||||||
* | | Merge branch 'replication-protocol' | Daniele Varrazzo | 2016-08-14 | 27 | -36/+2336 | |
|\ \ | ||||||
| * | | Mention replication support in the NEWS file | Daniele Varrazzo | 2016-08-14 | 1 | -0/+2 | |
| | | | ||||||
| * | | Name the db in the replication test like the unit test one | Daniele Varrazzo | 2016-08-14 | 1 | -3/+3 | |
| | | | ||||||
| * | | Use inttypes.h definitions | Daniele Varrazzo | 2016-08-14 | 4 | -18/+17 | |
| | | | ||||||
| * | | Dropped import of postgres internal/c.h | Daniele Varrazzo | 2016-08-14 | 2 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stops warning (caused by command line definition of PG_VERSION, so it could have been avoided otherwise), but the file comment says: Note that the definitions here are not intended to be exposed to clients of the frontend interface libraries --- so we don't worry much about polluting the namespace with lots of stuff... so it doesn't seem a good idea gulping it. | |||||
| * | | Replication docs massaging, mostly formatting | Daniele Varrazzo | 2016-08-07 | 2 | -11/+13 | |
| | | | ||||||
| * | | Reshuffling and indexing of replication docs | Daniele Varrazzo | 2016-08-07 | 2 | -72/+97 | |
| | | | ||||||
| * | | Merge branch 'master' into replication-protocol | Daniele Varrazzo | 2016-08-07 | 28 | -120/+336 | |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: tests/testconfig.py | |||||
| * | | | Fix TODOs in ReplicationMessage inline docs | Oleksandr Shulgin | 2016-04-21 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | Merge remote-tracking branch 'zalando/feature/replication-protocol' into ↵ | Oleksandr Shulgin | 2016-03-08 | 4 | -31/+36 | |
| |\ \ \ | | | | | | | | | | | | | | | | feature/replication-protocol-c-connection-object | |||||
| | * | | | Fix error test for invalid START_REPLICATION command. | Oleksandr Shulgin | 2016-01-21 | 1 | -2/+8 | |
| | | | | | ||||||
| | * | | | Allow retrying start_replication after syntax or data error. | Oleksandr Shulgin | 2016-01-05 | 4 | -31/+30 | |
| | | | | | ||||||
| * | | | | Remove duplicated doc for make_dsn() | Oleksandr Shulgin | 2016-03-08 | 1 | -22/+0 | |
| | | | | | ||||||
| * | | | | Move replication-related imports to extras.py | Oleksandr Shulgin | 2016-03-08 | 2 | -6/+4 | |
| | | | | | ||||||
| * | | | | Remove some dead code | Oleksandr Shulgin | 2016-03-08 | 3 | -47/+1 | |
| | | | | | ||||||
| * | | | | We don't need to expose cursor_init(), call tp_init() on the type instead. | Oleksandr Shulgin | 2016-03-08 | 3 | -13/+5 | |
| | | | | | ||||||
| * | | | | Use python-defined make_dsn() for ReplicationConnection class | Oleksandr Shulgin | 2016-03-08 | 8 | -275/+71 | |
| | | | | | ||||||
| * | | | | Merge branch 'master' into feature/replication-protocol-c-connection-object | Oleksandr Shulgin | 2016-03-04 | 13 | -142/+394 | |
| |\ \ \ \ | ||||||
| * | | | | | Add dbname=replication for physical replication type. | Oleksandr Shulgin | 2015-10-30 | 1 | -0/+4 | |
| | | | | | | ||||||
| * | | | | | Move replication connection to C level. | Oleksandr Shulgin | 2015-10-27 | 9 | -53/+296 | |
| | | | | | |