aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
AgeCommit message (Collapse)Author
2011-11-09PostgreSQL 9.1.1Pete Deffendol
* Cleaned up the build process, thanks to GitHub user daddy2times * Cleaned up caveats and added information about upgrading pre-9.1 databases Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-03PostgreSQL: set a StandardErrorPathCameron Walters (cee-dub)
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-02Fix plist permissions for LionAdam Vandenberg
2011-07-27postgresql: option to dtrace probesKashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-03postgresql: add caveat about shared memoryAdam Vandenberg
2011-04-26PostgreSQL 9.0.4Pete Deffendol
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-04-01Tidy up postgresql share/ and include docsMatt Wildig
Files go into share/postgresql and docs into share/docs/postgresql instead of directly into share and share/docs. Also include docs (man & html) which weren't being included in install step of build (see http://archives.postgresql.org/pgsql-bugs/2010-10/msg00156.php). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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.