aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
AgeCommit message (Collapse)Author
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-05Clean up LaunchAgent caveats.Carlos Rodriguez
Documentation now has instructions on creating ~/Library/LaunchAgents directory for first time installs of Formulas. Appending trailing slash to Formula documentation in regards to copying plists to LaunchAgents directory. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-07postgres updated to 9.0.3Pavel Lazureykis
Signed-off-by: Pavel Lazureykis <lazureykis@gmail.com> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-20postgresql: install all contrib modulesGrant Hutchins
Closes #3559. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2011-01-01Bumped PostgreSQL to 9.0.2Charlie Sharpsteen
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30Fix typo in PostgreSQL formulaDan Callahan
Closes #3752. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-30Postgresql - add link about build failuresAdam Vandenberg
2010-10-07recommend pg gem instead of outdated postgres gemseb
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06postgresql - add hstore contrib moduleMichael Weisman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-06upgraded postgres to 9.0.1Michael Weisman
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-20Postgresql 9.0: add pg_upgrade to the extensionsJannis Leidel
Useful for 8.X > 9.X upgrades Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-19Update PostgreSQL to 9.0.0.Aku Kotkavuo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-16update the postgres formula to build the intarray contrib moduleGerad Suyderhoud
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-18Fix typo in postgres formula caveats.Jesse Storimer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-08-07Use new symlink aliasesMax Howell
2010-08-02Fix typo in PostreSQL caveatsAdam Vandenberg
2010-07-27Build PostgreSQL with common contrib modules.Adam Vandenberg
We now build PostgreSQL with the same list of contrib modules that MacPorts does.
2010-07-25Fix typoLee Packham
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-25Make the autologin information correct (by using the cp of the plist to ↵Lee Packham
~/Library/LaunchAgents) Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-10UUID for postgres contribPaul Sadauskas
2010-05-16postgresql: update version to 8.4.4David Höppner
2010-05-04PostgreSQL - Update warning for 32-bit Python.Adam Vandenberg
Having a 32-bit framework Python in "/Library/Frameworks" seems to trip up configure. Changed the warning to be more explicit about what to try.
2010-04-14PostgreSQL - instructions on how to manually choose a Python.Adam Vandenberg
2010-04-04PostreSQL 8.4.3Adam Vandenberg
2010-03-29PostgreSQL - Python build fixesAdam Vandenberg
* Allow building w/o Python or Perl support. * Warn if a Framework Python is detected that is missing x64. Fixes #73. Fixes #671.
2010-03-13Postgresql - use shorter path referencesAdam Vandenberg
2010-01-16Fixes #481; brew info postgresql brokenMax Howell
2010-01-16chomp whoami usage for plistsMax Howell
Fixes #424
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>