POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by...

66
POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by / Guillaume Lelarge @g_lelarge

Transcript of POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by...

Page 1: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

POSTGRESQL PROJECTITS ORGANIZATION, ITS CONTRIBUTORS

Written by / Guillaume Lelarge @g_lelarge

Page 2: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

AUTHORAuthor: Guillaume Lelarge

major contributorex - pgAdmin devfrench translator of the PostgreSQL manualtreasurer of PostgreSQL Europe

Company: Date: June 2016

Dalibo

Page 3: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

AGENDAOrganization throughout PostgreSQL's history

Issues, and solutionsTools usedDevelopment

minor, and releasealpha, beta, release candidate, GA

Different kind of contributorsOrgs related to PostgreSQL

intl NPOs, National NPos, and meetups

Page 4: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PART 1EVOLUTION

Page 5: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

POSTGRESQLFree Relational DataBase System (MIT/BSD)Very respectful of standards and dataGreat portabilityAwesome community

Page 6: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

A BIT OF HISTORY1970: Ingres development1985: Postgres development1995: Adding SQL support1996: code is free

project renamed to PostgreSQLcreation of PGDG

Page 7: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

DEV TOOLS IN 1996PostgreSQL Licence (MIT)CVS repositoryMailing lists

Page 8: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

DEV CYCLE IN 96Patches sent on the mailing list... and commited when a commiter had the time to checkthe patchFew commiters

Page 9: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CHECKING A PATCHData consistencySQL standardPerformancesInteresting feature for many peopleCode simplicityDocumentation

Page 10: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

THE COMMUNITY GROWSReleases are comingOne new major release every 10/12 monthsThe community grows

especially with the 8.0 and 9.0 releasesThe developper community grows too

Page 11: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PROBLEMS START COMING INMore developpers with less knowledge of the whole codeMore supported platforms

Page 12: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

BUILDFARM TOOLWebapp to show results of compiling/installing/unittestingPerl client making easy to add a compilation nodeWritten and maintained by Andrew Dunstan

Page 13: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge
Page 14: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

NEW PROBLEMS ARRIVEMore and more patchsBut still few committersHence a patchs waiting list growing:

some patches are checked very late in the dev cycledevelopers starting to be angryfinal releases being pushed backusers and commiters angry too

Page 15: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FIRST SOLUTION: COMMITFESTAt the beginning of the 8.3 dev cycleFor each new patch, add an entry in the wikiPatch reviewers working every too months to empty thepatch queuePatch reviewing is quickerBut many reviewers are afraid of big patches

Page 16: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

HAVING A BETTER COMMITFEST8.4 development

add a commitfest handlercreate a commitfest webapp

9.0 developmentalpha release packaging

Page 17: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

SECOND SOLUTION: MORECOMMITERS

4 new commiters during 9.0 dev cycle2 more during 9.3 dev cycle1 more during 9.6 dev cycleA total of 22 commiters

Page 18: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

STILL MORE ISSUESMore unit testing in the build farmBut nothing performance-wise

Page 19: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

NEW SOLUTION: PERFORMANCEFARM

Hard to get it rightStill a WIP

Page 20: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PART 2TOOLS

Page 21: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

COMPILATION TOOLSMostly C Language

ISO89Standard Linux ToolchainWindows Toolchain

before 9.2, Visual C++ 20089.2, Visual C++ 20129.3 and 9.4, Visual C++ 2015since 9.5+, Visual C++ 2015

Page 22: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

SOURCE REPOSITORY TOOLCVS from the beginning and till 2010CVS-Git for 2 yearsMoving to Git mi-september 2010

Page 23: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

BUG TRACKER TOOLNo bugtracker for PostgreSQLpgsql-bugs for bugspgsql-* for feature requestsBut... we see some work on this during the last months

Page 24: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

TALK TOOLAll discussions happen on mailing lists

mostlypgsql-hackers for developmentand many pgsql-* for the rest

Page 25: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

COMMITFEST TOOLcommitfest.postgresql.org webappWritten by Robert HaasPHP language, PostgreSQL database (what else?)

Page 26: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

COMMITFEST TOOL, V2commitfest.postgresql.org webappWritten by Magnus HaganderPython language, though still a PostgreSQL database

Page 27: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge
Page 28: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

BUILDFARMMany servers (40)Many OSesMany compilatorsMany distributionsDifferent compilation options

Page 29: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PART 3THE VARIOUS STEPS OF AN UPGRADE

Page 30: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

TWO KINDS OF RELEASESMinor: bug and security fixesMajor: new features

Page 31: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

BUG FIXFirst check it actually is a bugFix the bugged releaseCheck on every other maintained releases

and the next oneAnd fix them if appropriate

Page 32: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

NEW MINOR RELEASEHappens on all maintained stable releasesEvery 2/3 months

unless major bug (data corruption and alike) andsecurity issue

Page 33: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

NEW MAJOR RELEASEEvery 12/15 monthsRight a�er, creation of a new branchDevelopment of the next major release starts

except for 9.1 and 9.2 where the development of thenext release started before the release of the currentone

Page 34: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PATCH LIFE CYCLEDiscussion

find the actual issueto search the right fix

Write the codeSubmit the patchReview the patchFix the patch if necessaryCommit the patch

Page 35: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

ALPHA RELEASESA�er each commitfestAllow users to test new features without needing to grabthe git releaseAllow devs to know if a a bug in a specific alpha releasehas already been fixed... or notNot done anymore

Page 36: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FEATURE FREEZEMight be very longCheck latest patchesDebug, debug, debugTranslation workAdvocacy work

Page 37: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

BETA RELEASESNo new featuresAdd available translationsSource packagingAnd some binary packagingCommon effort from users and devs

feature testscompilation testsperformance tests

Page 38: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

RELEASE CANDIDATEOnly when there's no bugs le�Last not much

Page 39: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

J-5: PACKAGESTag in the repositoryBuild source packageSend informations to the packagersPrepare binary packages

Page 40: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

RELEASE DATEInternational press kitAnnounce on the website and on the mailing lists

Page 41: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PART 4CONTRIBUTORS

Page 42: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CORE TEAMFrom le� to right, and up to down...

Tom LaneBruce MomjianMagnus HaganderDave PageJosh BerkusPeter Eisentraut

Page 43: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CORE TEAM DUTIESChoosing the right date for a new releaseContact for security issuesDecide when the community doesn't reach a consensus

Page 44: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CODE CONTRIBUTORSDevReviewerCommiter

Page 45: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

OTHER CONTRIBUTORSAll are very important

admin teamadvocacy teamspeakerstranslators

Page 46: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CONTRIBUTOR ON A FREE PROJECT:A HOBBY?

Some do it on their free timeBut most of them are paid for it

either by their companyor for a specific code writing

Page 47: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PART 5INTERNATIONAL COMMUNITY

Page 48: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

MEETUPSIn every countriesItalyFrance (Paris, Lyon, Nantes, Lille)United KingdomSweden

Page 49: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

NATIONAL ORGSJapanFranceItaliaRussia

Page 50: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

MULTI-NATIONAL ORGSPostgreSQL EuropePostgreSQL US

Page 51: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

SOLUTIONS LINUX 2007, JAN 2007

Page 52: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FOSDEM 2007

Page 53: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.IT 2007

Page 54: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.IT 2007

Page 55: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.IT 2007

Page 56: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.IT 2007

Page 57: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.IT 2007

Page 58: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FOSDEM 2008

Page 59: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.EU 2010

Page 60: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.EU 2010

Page 61: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGDAY.EU 2010

Page 62: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FOSDEM 2011

Page 63: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

FOSDEM 2011

Page 64: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

PGCONF.EU 2016

Page 65: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

LIST OF NEXT EVENTS2016-07-05, PGDay UK 2016, London, United Kingdom2016-07-06, PGDay'16 Russia, St. Petersburg, Russia2016-09-13 – 2016-09-16, PostgresOpen 2016, Dallas,Texas, United States2016-11-01 – 2016-11-04, PGConf.EU 2016, Tallinn, Estonia

Page 66: POSTGRESQL PROJECT€¦ · POSTGRESQL PROJECT ITS ORGANIZATION, ITS CONTRIBUTORS Written by Guillaume Lelarge / @g_lelarge

CONCLUSIONPostgreSQL is a project very much aliveTrying to find solutions to organization issuesTrying to incorporate every kind of contributors