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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Appveyor: added package_name to options
appveyor-py
Daniele Varrazzo
2019-04-22
1
-6
/
+9
*
Dropped command line config from appveyor scrips
Daniele Varrazzo
2019-04-22
2
-222
/
+247
*
Run tests more quiet/faster building wheels
Daniele Varrazzo
2019-04-22
1
-5
/
+12
*
Better dir names in appveyor build
Daniele Varrazzo
2019-04-22
1
-20
/
+29
*
Added support for wheel building and uploading
Daniele Varrazzo
2019-04-22
1
-22
/
+225
*
Configure postgres to run appveyor tests on ssl
Daniele Varrazzo
2019-04-22
2
-7
/
+59
*
Setup build environment only before building
Daniele Varrazzo
2019-04-22
1
-1
/
+1
*
appveyor: added logging level configuration
Daniele Varrazzo
2019-04-22
1
-3
/
+24
*
Using pathlib to manipulate paths
Daniele Varrazzo
2019-04-22
1
-66
/
+72
*
Dropped problematic init step
Daniele Varrazzo
2019-04-22
2
-27
/
+17
*
All together now, let's make this real
Daniele Varrazzo
2019-04-22
2
-33
/
+0
*
Test packages from Python
Daniele Varrazzo
2019-04-22
2
-18
/
+47
*
Build psycopg from Python
Daniele Varrazzo
2019-04-22
2
-16
/
+38
*
Build libpq from Python
Daniele Varrazzo
2019-04-22
3
-107
/
+186
*
Build openssl from Python
Daniele Varrazzo
2019-04-22
2
-49
/
+94
*
Added setenv to log env vars changes
Daniele Varrazzo
2019-04-22
1
-15
/
+16
*
Added script to implement appveyor functionality in Python
Daniele Varrazzo
2019-04-22
2
-36
/
+289
*
Check return code of pthread_mutex_init
fix-901
Daniele Varrazzo
2019-04-21
1
-10
/
+12
*
Bump to next dev version number
Daniele Varrazzo
2019-04-21
1
-1
/
+1
*
Bumping to version 2.8.2
2_8_2
Daniele Varrazzo
2019-04-14
1
-1
/
+1
*
Added FAQ entry about the change in binary packages in 2.8
Daniele Varrazzo
2019-04-14
2
-12
/
+26
*
Merge branch 'openssl-1.1-windows'
Daniele Varrazzo
2019-04-14
5
-19
/
+33
|
\
|
*
Mention building openssl 1.1 on windows in news file
Daniele Varrazzo
2019-04-11
1
-0
/
+7
|
*
Build and test with openssl 1.1 on windows
Daniele Varrazzo
2019-04-11
4
-19
/
+31
*
|
Mention fix to repeated fields in RealDictCursor in news file
Daniele Varrazzo
2019-04-11
1
-0
/
+7
|
/
*
Highlight in docs that the context manager doesn't close the connection
Daniele Varrazzo
2019-04-07
1
-3
/
+13
*
More robust RealDictRow population
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
Version bumped to next dev release
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
Fixed debug title level in news
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
Fixed link to RealDictRow from last news
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
Bumping to version 2.8.1
2_8_1
Daniele Varrazzo
2019-04-06
1
-1
/
+1
*
Merge branch 'fix-886'
Daniele Varrazzo
2019-04-06
3
-48
/
+66
|
\
|
*
RealDictRow inherits from OrderedDict
fix-886
Daniele Varrazzo
2019-04-06
3
-56
/
+47
|
*
Fixed RealDictCursor.pop()
Daniele Varrazzo
2019-04-06
3
-0
/
+27
|
/
*
Merge branch 'fix-887'
Daniele Varrazzo
2019-04-06
4
-8
/
+34
|
\
|
*
Test notifies are received ok polling an async cur
fix-887
Daniele Varrazzo
2019-04-05
1
-1
/
+22
|
*
Handle ok poll() without a cursor having executed queries
Daniele Varrazzo
2019-04-05
3
-7
/
+12
|
*
Bump to next dev release
Daniele Varrazzo
2019-04-05
1
-1
/
+1
|
/
*
Bumping to 2.8 for release
2_8
Daniele Varrazzo
2019-04-03
1
-1
/
+1
*
Fixed replication cursor docs warning indentation level
Daniele Varrazzo
2019-04-01
1
-11
/
+9
*
Replication objects docs header level bumped up
Daniele Varrazzo
2019-04-01
1
-2
/
+2
*
Fixed notice about new wal_end attribute being on the cursor
Daniele Varrazzo
2019-04-01
2
-3
/
+3
*
Merge branch 'keepalive-save-wal-end'
Daniele Varrazzo
2019-03-30
6
-1
/
+46
|
\
|
*
Added news entry about ReplicationMessage.wal_end
Daniele Varrazzo
2019-03-30
2
-0
/
+4
|
*
Address code review feedback
grunskis-bonial
2019-03-30
3
-4
/
+18
|
*
Store WAL end pointer in the replication cursor
Martins Grunskis
2019-03-30
5
-2
/
+29
|
/
*
Add time type conversion info to docs
Andrew Rabert
2019-03-24
1
-0
/
+23
*
Allow tests to be ignored if dynamic binding failed
2_8_BETA_2
Daniele Varrazzo
2019-03-18
2
-14
/
+23
*
Version number changed to release version 2.8 beta 2 packages
Daniele Varrazzo
2019-03-18
1
-1
/
+1
*
Merge branch 'naming'
Daniele Varrazzo
2019-03-18
34
-305
/
+302
|
\
[next]