
Andrew Dunstan at PostgreSQL.org
My current resume: http://www.dunslane.net/resume.html
You can contact me at adunstan@postgresql.org
My principal involvement with PostgreSQL
- project committer
- numerous developments including
- dollar quoting
- direct CSV import/export
- Windows port
- plperl emhancement
- log_line_prefix
- C port of initdb, pg_ctl and pg_config
- Creator and administrator of PostgreSQL Build farm
- Administrator of pgFoundry community project site
Some Links of possible interest
Some of the things I would like to work on when I have time (or somebody pays me to)
- First class enumeration types
- PL/JS - Javascript in the server
- different settings for canonical names - either upper case (per standard)
or exact match (c.f. SQL Server). see discussion
here
- PL/Perl improvements including:
- overhaul the ugly API
- better support for array and composite parameters and results
- prepared queries
- named parameters
- preloading perl modules
- Buildfarm:
- finish reworking web code to make it acceptable quality for release
- provide personality upgrade (part done)
- administrative interface for web
- Cross-table indexes (if they are possible)