aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgresql.rb
AgeCommit message (Collapse)Author
2012-02-07postgresql: style clean-upsAdam Vandenberg
2012-02-04Minor cleanup on plist caveats.Matthew Lewinski
Use basename to refer to plist file when loaded. Make cp lines same across formulas. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03postgresql: add 32-bit only buildAdam Vandenberg
2012-02-03PostgreSQL: add extension instructions to caveatsChris Winslett
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06Fix spelling mistakesBrett Koonce
Closes #9449. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-12-10PostgreSQL 9.1.2Jay Levitt
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-04Postgres changed their ftp urlsKeith Marcum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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