Daniele Varrazzo
|
ee9948fa86
|
Expose *DATETIMETZ* objects in the extensions module
|
2017-03-22 03:42:12 +00:00 |
|
Daniele Varrazzo
|
31f91e033f
|
Dropped info that the features requires libpq >= 9.0
We are currently requiring libpq 9.1 at least, and the feature was
released in 2.7, which could have never been compiled with previos
libpq versions.
|
2017-03-20 19:08:18 +00:00 |
|
Daniele Varrazzo
|
c54a614c6e
|
Added documentation about the changes in transaction control
|
2017-02-04 15:55:59 +00:00 |
|
Daniele Varrazzo
|
665e9dc665
|
Exposing ISOLATION_LEVEL_DEFAULT to Python
This is now the state that is returned to Python if nothing has been
explicitly set.
|
2017-02-04 14:43:54 +00:00 |
|
Daniele Varrazzo
|
44c3b77691
|
Added docs for async_ alias
|
2017-02-03 04:43:49 +00:00 |
|
Daniele Varrazzo
|
f439ca61d6
|
conn->codec rename to pyenc
|
2016-12-26 12:25:13 +01:00 |
|
Daniele Varrazzo
|
c9fd828f8a
|
Allow make_dsn to take no parameter
The behaviour of connect() is unchanged: either dsn or params must be
specified.
|
2016-03-03 17:09:15 +00:00 |
|
Daniele Varrazzo
|
7aab934ae5
|
Validate output result from make_dsn()
The output is not necessarily munged anyway: if no keyword is passed,
validate the input but return it untouched.
|
2016-03-03 17:09:15 +00:00 |
|
Daniele Varrazzo
|
6893295a87
|
Added docs about make_dsn
connect() docs updated to document the arguments merging.
|
2016-03-03 17:09:15 +00:00 |
|
Daniele Varrazzo
|
01856333c4
|
Some order in the extensions doc
Classes, coroutine functions and extra functions grouped under separate
headings.
|
2016-03-03 03:21:59 +00:00 |
|
Oleksandr Shulgin
|
9295bce154
|
Add psycopg2.extensions.quote_ident.
|
2015-10-14 17:00:25 +02:00 |
|
Oleksandr Shulgin
|
cc08e14162
|
Merge branch 'master' into feature/parse-dsn
Conflicts:
lib/extensions.py
|
2015-06-02 12:42:03 +02:00 |
|
Daniele Varrazzo
|
c2955fb8fc
|
Version function/constant docs improved
|
2015-06-02 11:20:02 +01:00 |
|
Oleksandr Shulgin
|
4bb6f9cef2
|
Add libpq version discovery
|
2015-06-01 18:05:11 +02:00 |
|
Oleksandr Shulgin
|
6a2f21aa14
|
Move parse_dsn to extensions, add tests
|
2015-06-01 15:11:12 +02:00 |
|
Daniele Varrazzo
|
c008f9d1ce
|
Added documentation about the lo64 support
|
2014-12-25 15:06:18 +01:00 |
|
Tomer Chachamu
|
6de7315210
|
Fix typo in docs
|
2014-09-01 16:29:38 +01:00 |
|
Daniele Varrazzo
|
6ab1ec1c37
|
Typo fixes and improvements to new_array_type() docs
|
2013-10-21 15:27:31 +01:00 |
|
Piotr Kasprzyk
|
31b6ec63f8
|
Fix multiple misspellings
|
2013-04-26 09:59:40 +01:00 |
|
Daniele Varrazzo
|
9e15f54fe8
|
Added cursor_factory connection attribute and connect() parameter
|
2013-04-07 02:30:12 +01:00 |
|
Daniele Varrazzo
|
114c62fac8
|
Added tests to verify the new Diagnostics properties
diag can be used on exceptions raised without cursor and is independent from
the cursor.
Docs updated to reflect the changes.
|
2013-03-20 00:03:58 +00:00 |
|
Daniele Varrazzo
|
678f0dc949
|
Added documentation about the Diagnostics object
|
2013-03-18 02:11:45 +00:00 |
|
Daniele Varrazzo
|
5473d50a09
|
Added more information about the case of the missing lo_truncate
After some ML message and ticket #104.
|
2012-03-09 16:55:02 +00:00 |
|
Marti Raudsepp
|
b97599166e
|
Update all links to PostgreSQL docs to the current version.
I also checked all links and anchors to make sure they're still valid.
|
2012-02-28 18:28:07 +02:00 |
|
Daniele Varrazzo
|
a165f86127
|
Added docs about how to create a generic array typecaster
|
2012-02-24 00:33:28 +00:00 |
|
Daniele Varrazzo
|
4254fb8566
|
Documentation for the isolation level constants updated
REPEATABLE READ and SERIALIZABLE are no more synonyms since PostgreSQL 9.1,
and in Psycopg values are different since 2.4.2.
|
2011-11-17 00:41:44 +00:00 |
|
Daniele Varrazzo
|
3e39b23835
|
Notice -> Note in the docs, and a handful of other typo fixed
|
2011-10-14 23:59:49 +01:00 |
|
Daniele Varrazzo
|
e3054ac9f3
|
Added new_array_type() function
Allows the creation of a generic array typecaster from Python.
|
2011-09-22 15:51:21 +01:00 |
|
Daniele Varrazzo
|
556b4d461e
|
Documentation cleanup
Added several links to the Python documentation using the 'intersphinx'
extension.
|
2011-02-19 16:16:28 +00:00 |
|
Daniele Varrazzo
|
d4eb28aed5
|
Dropped reference to release 2.3.3 in the docs
|
2011-02-15 11:00:08 +00:00 |
|
Daniele Varrazzo
|
1a0c494417
|
Document difference of string handling in Python 2/3
|
2011-02-10 02:16:55 +00:00 |
|
Daniele Varrazzo
|
2cde9033ac
|
Added documentation for Unicode support in large object
Not implemented yet!
|
2011-01-10 00:46:51 +00:00 |
|
Daniele Varrazzo
|
6f2d40405e
|
Added documentation for ISQLQuote.prepare().
|
2010-11-28 18:26:30 +00:00 |
|
Daniele Varrazzo
|
b9e96dbbd2
|
Added version info to Xid object docs.
|
2010-11-08 01:28:01 +00:00 |
|
Daniele Varrazzo
|
04b4649d03
|
Updated version 2.2.3 -> 2.3 in the docs.
|
2010-11-05 12:38:49 +00:00 |
|
Daniele Varrazzo
|
56ae1fe4bf
|
Payload default is the empty string.
|
2010-11-05 09:34:52 +00:00 |
|
Daniele Varrazzo
|
90e0e2f47d
|
Added documentation for the Xid object.
|
2010-11-05 09:34:50 +00:00 |
|
Daniele Varrazzo
|
a923a16ae8
|
Added two-phase commit docunetation.
|
2010-11-05 09:34:49 +00:00 |
|
Daniele Varrazzo
|
1a0fca09d9
|
Added documentation for the Notify object.
|
2010-11-05 09:34:47 +00:00 |
|
Daniele Varrazzo
|
19ae49e79e
|
Refer to PostgreSQL 9.0 documentation.
|
2010-09-23 23:14:39 +01:00 |
|
Daniele Varrazzo
|
80ebb14df4
|
Use stable anchors to reference PostgreSQL docs.
|
2010-09-23 23:13:59 +01:00 |
|
Federico Di Gregorio
|
557608f715
|
Applied spelling fixes patch from Peter Eisentraut
|
2010-07-18 12:14:46 +02:00 |
|
Daniele Varrazzo
|
e8c2a14362
|
Added typecasters for arrays of specific MX/Py time-related types.
|
2010-05-15 14:27:23 +01:00 |
|
Daniele Varrazzo
|
dab098c1cb
|
Cleaned up documentation for connection status constants.
Dropped reference to unused/internal states.
|
2010-04-23 13:28:49 +01:00 |
|
Daniele Varrazzo
|
a54932ee9c
|
Added documentation for the green features.
|
2010-04-21 15:21:32 +01:00 |
|
Daniele Varrazzo
|
ac6938a26a
|
Fixed async documentation after cursor.poll() dropped.
|
2010-04-21 15:09:13 +01:00 |
|
Daniele Varrazzo
|
0ac4c8ac17
|
Typecasters section in the extensions doc reordered.
|
2010-04-14 00:41:03 +01:00 |
|
Daniele Varrazzo
|
d162c08cfa
|
PY* and MX* typecasters imported into the extensions module.
|
2010-04-14 00:27:28 +01:00 |
|
Daniele Varrazzo
|
54e9c89ea4
|
DECIMAL typecaster imported into the extensions module.
|
2010-04-14 00:20:16 +01:00 |
|
Daniele Varrazzo
|
6aaa50703e
|
Added documentation for the new asynchronous support.
|
2010-04-08 13:25:17 +01:00 |
|