|
|
@932
|
10 months |
cito |
Alternative workaround for Python 3.7 issue
|
|
|
@931
|
10 months |
cito |
Account for a small change in Python 3.7
The return type of …
|
|
|
@930
|
13 months |
cito |
Update year, version number and supported Pg versions
|
|
|
@926
|
13 months |
cito |
Use-after-free bug in query function implementation
|
|
|
@918
|
19 months |
darcy |
Update copyrights.
|
|
|
@913
|
19 months |
cito |
Explicit casting of long to int to avoid warnings
|
|
|
@912
|
20 months |
cito |
Fix a compilation issue under OS X
|
|
|
@910
|
22 months |
cito |
Cleaner handling of oid parameter in getlo() method
|
|
|
@909
|
22 months |
cito |
Stricter large object error checks, with unit tests
|
|
|
@902
|
2 years |
cito |
Fix an issue with connection.host under Postgres 9.6
PQhost can now …
|
|
|
@877
|
3 years |
cito |
Fix issue with pg types with OID >= 0x80000000
|
|
|
@870
|
3 years |
cito |
Fix some issues when compiling with MSVC 9
|
|
|
@844
|
3 years |
cito |
New connection attribute "closed" in pgdb
This can be useful when …
|
|
|
@824
|
3 years |
cito |
Decode error message properly when using Python 3
The error message …
|
|
|
@823
|
3 years |
cito |
Raise the proper subclasses of DatabaseError?
Particularly, we raise …
|
|
|
@817
|
3 years |
cito |
Support the hstore data type
Added adaptation and typecasting of the …
|
|
|
@814
|
3 years |
cito |
Add typecasting of dates, times, timestamps, intervals
So far, …
|
|
|
@813
|
3 years |
cito |
Make better use of ml_flags in the C module
This made the code a bit …
|
|
|
@806
|
3 years |
cito |
Return bools from Postgres as Python bools by default
This has been …
|
|
|
@804
|
3 years |
cito |
Make the automatic conversion to arrays configurable
The automatic …
|
|
|
@802
|
3 years |
cito |
Make the unescaping of bytea configurable
By default, bytea is …
|
|
|
@798
|
3 years |
cito |
Port type cache and typecasting from pgdb to pg
So far, the …
|
|
|
@794
|
3 years |
cito |
Fix regarding reference counting in typecast call
|
|
|
@791
|
3 years |
cito |
Add support for composite types
Added a fast parser for the composite …
|
|
|
@785
|
3 years |
cito |
Make all tests run again with Python 3
|
|
|
@784
|
3 years |
cito |
Make type cache and cursor description more useful
The type cache now …
|
|
|
@781
|
3 years |
cito |
Add full support for PostgreSQL array types
At the core of this patch …
|
|
|
@780
|
3 years |
cito |
Refactoring of the decoding of columns
Add a helper function …
|
|
|
@774
|
3 years |
cito |
Add support for JSON and JSONB to pg and pgdb
This adds all necessary …
|
|
|
@740
|
3 years |
cito |
Reformat some error messages and docstrings
Try to achieve a somewhat …
|
|
|
@737
|
3 years |
cito |
Update year in the copyright in two more files
|
|
|
@715
|
3 years |
cito |
Use the original header file from PG instead of pgfs.h
|
|
|
@711
|
3 years |
cito |
Flatten the directory structure of the project
Simplified the …
|
|
copied from trunk/module/pgmodule.c:
|
|
|
@704
|
3 years |
cito |
Simplify code by removing case distinctions for PG < 8.2
In PyGres? 5 …
|