index
:
delta/python-packages/psycopg2.git
2_7_3_2
appveyor-py
async-keyword
bug-550
bug-557
bug-558
cockroachdb-tests
code-cleanup
column-slice
connection-info
cpychecker
decorators-fun
description-extra-attrs
diag-schema-name-nonloc
dont_set_datestyle_in_replication_mode
drop-display-size
encrypt-password-fix-tests
errors-module
errors-module-c
execute-locks
expand-version
fast-codecs
fast-executemany
fast-namedtuple
fast-test
fix-1019
fix-1073
fix-1248
fix-211
fix-443
fix-453
fix-512
fix-517
fix-518
fix-528
fix-562
fix-570
fix-578
fix-604
fix-679
fix-707
fix-707-27
fix-716
fix-716-27
fix-746
fix-788
fix-790
fix-794
fix-808
fix-856
fix-886
fix-887
fix-901
fix-948
fix-961
fix-binaries-2.7.6
fix-bsd-version
fix-iter-warning
fix-wheel-libresolv
goodbye-initd
goodbye-psycopg1
identifier-sequence
info-dsn-params
issue-template
libpq-10
libpq-10.1
libpq-ptrs
lo64
maint_2_4
maint_2_5
maint_2_6
maint_2_7
maint_2_8
manylinux
manylinux-dist
master
module-init-cleanup
mogrify-on-closed-cursor
musllinux
named-callproc
namedtuple-invalid-identifiers
naming
nested-array-nulls
new-release-procedure
no-set-default-session
no-unittest2
obscure-password-before-connect
openssl-1.0.2n
openssl-1.1-windows
pg10
pg12
pull-507
py310
py36-warnings
py37
py38
py38-win
py39-appveyor
qstring-writable-encoding
qualified
register-bytes
separate-binary
session-attributes
sql-compose
sql-copy
strip-macos
strip-wheel
test-dinosaurs
test-pg-11
test-postgres-10beta1
test-windows
test_i686
test_libpq91
testmr
travis
travis-db-matrix
travis-deadlock
github.com: psycopg/psycopg2.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'range-type' into devel
Daniele Varrazzo
2012-09-27
2
-0
/
+475
|
\
|
*
More helpful error messasge on Range order attempts
Daniele Varrazzo
2012-09-25
1
-1
/
+3
|
*
Added documentation for range types and adaptation
Daniele Varrazzo
2012-09-24
1
-35
/
+44
|
*
Don't need to implement __new__ to make an immutable class
Daniele Varrazzo
2012-09-24
1
-4
/
+1
|
*
Fixed search of types into schemas.
Daniele Varrazzo
2012-09-24
1
-3
/
+3
|
*
Range objects cannot be ordered
Daniele Varrazzo
2012-09-23
1
-0
/
+5
|
*
Range objects are nonzero when not empty
Daniele Varrazzo
2012-09-23
1
-0
/
+3
|
*
Range objects are immutable and hashable
Daniele Varrazzo
2012-09-23
1
-1
/
+14
|
*
Dropped Range._empty attribute
Daniele Varrazzo
2012-09-23
1
-13
/
+13
|
*
Added in operator for ranges
Daniele Varrazzo
2012-09-23
1
-0
/
+16
|
*
NumberRange renamed to NumericRange
Daniele Varrazzo
2012-09-23
2
-8
/
+8
|
*
Dropped Range classes for specific numeric types
Daniele Varrazzo
2012-09-23
2
-16
/
+3
|
*
Added first implementation of Range type, adapter, typecaster
Daniele Varrazzo
2012-09-23
2
-0
/
+442
*
|
Merge branch 'json' into devel
Daniele Varrazzo
2012-09-27
3
-0
/
+212
|
\
\
|
*
|
Fixed json doc error
Daniele Varrazzo
2012-09-25
1
-1
/
+1
|
*
|
Json documentation improved
Daniele Varrazzo
2012-09-24
1
-52
/
+5
|
*
|
Don't create/register a json array typecaster if no oid provided
Daniele Varrazzo
2012-09-24
1
-1
/
+4
|
*
|
Pasto fixed
Daniele Varrazzo
2012-09-20
1
-1
/
+1
|
*
|
Fixed json typecaster with NULL input
Daniele Varrazzo
2012-09-20
1
-0
/
+2
|
*
|
Dropped keywords passthrough in Json adapter
Daniele Varrazzo
2012-09-19
1
-23
/
+55
|
*
|
Added register_default_json() function
Daniele Varrazzo
2012-09-19
3
-9
/
+23
|
*
|
First parameter of register_json defaults to None
Daniele Varrazzo
2012-09-19
1
-1
/
+1
|
*
|
Added json typecaster
Daniele Varrazzo
2012-09-19
3
-55
/
+207
|
*
|
Added Json adapter
Daniele Varrazzo
2012-09-19
1
-0
/
+55
|
|
/
*
|
Merge branch 'composite-custom' into devel
Daniele Varrazzo
2012-09-27
1
-39
/
+29
|
\
\
|
*
|
Added schema attribute to CompositeCaster
Daniele Varrazzo
2012-09-22
1
-2
/
+3
|
*
|
Info about versions history moved from code to docs
Daniele Varrazzo
2012-09-22
1
-6
/
+0
|
*
|
Added documentation about CompositeCaster subclassing
Daniele Varrazzo
2012-09-22
1
-26
/
+9
|
*
|
Make CompositeCaster easier to subclass
Daniele Varrazzo
2012-09-22
1
-7
/
+19
*
|
|
Merge remote-tracking branch 'github/connect-keywords' into devel
Daniele Varrazzo
2012-09-26
1
-28
/
+27
|
\
\
\
|
*
|
|
Raise TypeError instead of InterfaceError on bad params on connect()
Daniele Varrazzo
2012-09-26
1
-2
/
+2
|
*
|
|
Improved error message on connect when kwargs are passed together with dns
Daniele Varrazzo
2012-09-26
1
-3
/
+2
|
*
|
|
Dropped quirks in connection arguments handling
Daniele Varrazzo
2012-09-25
1
-26
/
+26
*
|
|
|
Fixed SQL_IN when getquoted() is called without prepare()
Daniele Varrazzo
2012-09-24
1
-5
/
+6
|
/
/
/
*
|
|
Info about hstore versions history moved from code to docs
Daniele Varrazzo
2012-09-22
1
-10
/
+0
|
/
/
*
|
errorcodes map updated to PostgreSQL 9.2
Daniele Varrazzo
2012-09-21
1
-0
/
+7
*
|
Use namedtuple._make in NamedTupleCursor and CompositeCaster
Daniele Varrazzo
2012-09-20
1
-10
/
+9
|
/
*
Fixed register_hstore and register_composite with non-dbapi objects
Daniele Varrazzo
2012-08-14
1
-12
/
+14
*
Fixed superclass methods call.
Daniele Varrazzo
2012-05-08
1
-4
/
+4
*
Fixed cursor() arguments propagation to other connection classes
Daniele Varrazzo
2012-04-11
1
-27
/
+19
*
Allow user to override connection factory cursors
Corry Haines
2012-04-11
1
-11
/
+10
*
Update all links to PostgreSQL docs to the current version.
Marti Raudsepp
2012-02-28
2
-2
/
+2
*
Added support for inet array
Daniele Varrazzo
2012-02-23
1
-6
/
+25
*
register_uuid takes more iterables types as oids argument
Daniele Varrazzo
2012-02-23
1
-2
/
+9
*
Fixed NamedTupleCursor rownumber during iteration.
Daniele Varrazzo
2012-02-23
1
-7
/
+10
*
Fixed rownumber for cursor subclasses during iterations
Daniele Varrazzo
2012-02-23
1
-14
/
+6
*
Dropped custom array parsing for UUID[]
Daniele Varrazzo
2012-02-23
1
-10
/
+1
*
Parens don't need escaping in regexp char classes
Daniele Varrazzo
2012-02-23
1
-2
/
+2
*
Fixed never raised exception in composite parsing
Daniele Varrazzo
2012-02-23
1
-1
/
+1
*
Cache FixedOffsetTimezone instances
Menno Smits
2012-01-30
1
-1
/
+20
[next]