aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
AgeCommit message (Collapse)Author
2010-01-13Use HTTP instead of FTP (to work around nuisance proxies), bumped to ↵Simon Willison
postgresql 8.4.2 from 8.4.1
2010-01-13Don't show non-64 bit caveats on non-64 bit systemsMax Howell
Also don't use HOMEBREW_PREFIX/bin, assume we're in the PATH, as it's most likely true, and if not, the guy has other problems or knows what he is doing.
2009-12-31Fix Postgresql libxml2 compile failureMax Howell
Fixes #143
2009-12-05ENV.libxml2 seemingly required for some peopleMax Howell
2009-12-04Some more aliasesMax Howell
2009-11-09Really use a working mirror this timeMax Howell
This one is what MacPorts use so I'm guessing it works for real.
2009-11-07Update Postgresql formula to latest version, which handles some security issuesRune Botten
2009-11-07Use a working mirrorMax Howell
The URL that was being used stopped working.
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Adding readline support into the postgres formulaDavid Reynolds
2009-10-04Introduce ENV.O2 and use that for the postgresql buildTom von Schwerdtner
Also only set ARCHFLAGS on non-Core Duo machines... though it seemed to build fine even with it, it doenst make much sense to me... these changes are kind of up for debate but it "works for me" this way... Closes #75
2009-10-04Postgres doesn't support --disable-dependency-trackingTom von Schwerdtner
2009-10-01Use HOMEBREW_PREFIX/var by default for the postgres dbtvon
Copy the mysql way of doing things in so far as using a plist file avoiding any need for root or other users and advising creating the database under /usr/local/var
2009-09-29Don't assume /usr/local in postgresql formulaKieran Pilkington
Adding user creation commands, and adding note about aliasing commands. Formula working nicely now :-D Adding note about postgres gem to avoid conflicts (took me a while to figure out)
2009-09-25Fix postgresql buildMike Enriquez
Signed-off-by: Max Howell <max@methylblue.com> I amended it slightly from the original patch: f91a542e8f07323bca00da3de4eee7060e8122a7 Fixes #38
2009-09-14Postgresql formulaTom von Schwerdtner
With most options enabled (why not?). Could use cleanup perhaps, but it works... Note that this does not work due to some library loading issues… when I run initdb I get a big fail which I have yet to track down. Signed-off-by: Max Howell <max@methylblue.com>