What tools do people use to hack on PostgreSQL?

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: Postgresql-General <pgsql-hackers(at)postgresql(dot)org>
Subject: What tools do people use to hack on PostgreSQL?
Date: 2007-04-12 13:06:18
Message-ID: 461E2ECA.7080307@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi

I'm very excited that my project for implementing read-only queries
on PITR slaves was accepted for GSoC, and I'm now trying to work
out what tools I'll use for that job.

I'd like to be able to create some sort of branches and tags for
my own work (only inside my local repository of course).

I've considered using git, but I couldn't make the cvs->git gateway
work - neither using the postgresql CVS repository directly, nor with
a private copy obtained with CVSup.

There is also svk, but I think I'd need a svn repo that mirrors
the postgresql CVS for that to work. I think Joshua Drake created
one once, but I don't now if it is kept up-to-date.

What do you guys use for your development work?

greetings, Florian Pflug

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Ranjan Sahoo 2007-04-12 13:06:39 Benchmarking tools for the Postgres, EDB and Oracle Database
Previous Message NikhilS 2007-04-12 12:56:14 Re: Bug about column references within subqueries used in selects