Free software hacker, hacking on PostgreSQL and Python, maintainer of psycopg and other projects.
Sponsors
Pinned Loading
-
psycopg/psycopg
psycopg/psycopg PublicNew generation PostgreSQL database adapter for the Python programming language
-
psycopg/psycopg2
psycopg/psycopg2 PublicPostgreSQL database adapter for the Python programming language
-
pgxn/pgxnclient
pgxn/pgxnclient PublicA command line client for the PostgreSQL Extension Network
-
reorg/pg_repack
reorg/pg_repack PublicReorganize tables in PostgreSQL databases with minimal locks
-
562 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
February 2025
Created 17 commits in 4 repositories
Created a pull request in psycopg/psycopg that received 3 comments
Use isort to standardise imports
Use isort. The configuration used is similar to the one informally used so far, with the imports in order of length. Just because it pleases my brain.
+627
−509
lines changed
•
3
comments
Reviewed 1 pull request in 1 repository
psycopg/psycopg
1 pull request
-
Add Cython UUID Loader
This contribution was made on Feb 11
Created an issue in cockroachdb/cockroach that received 2 comments
"unknown portal" error under CockroachDB 25.1 after multiple DDL operations
There is some bad interaction between autocommit_before_ddl
and prepared statements. This causes an error: unknown portal ""
(sqlstate: 34000
).
Up…
2
comments
Started 1 discussion in 1 repository
PyCQA/isort
PyCQA/isort
-
Sorting import by length, imported objects alphabetically
This contribution was made on Feb 12
Answered 2 discussions in 1 repository
psycopg/psycopg
psycopg/psycopg
-
Is there a way to find out if the connection is still alive or closed in non-pool setup?
This contribution was made on Feb 17
-
Pattern for transforming data from one table to another
This contribution was made on Feb 7