summaryrefslogtreecommitdiff
path: root/contrib/README
Commit message (Collapse)AuthorAgeFilesLines
* Add contrib/isn module for ISBN/ISSN/EAN13/etc product numbers, andTom Lane2006-09-091-3/+3
| | | | | | remove the old isbn_issn module which is about to be obsoleted by EAN13. contrib/isn is by Germán Méndez Bravo. Our thanks to Garrett A. Wollman for having written the original isbn_issn module.
* Add hstore contrib module.Teodor Sigaev2006-09-051-0/+4
| | | | | Per discussion http://archives.postgresql.org/pgsql-hackers/2006-08/msg01409.php
* Remove contrib modules that have been migrated to pgfoundry: adddepend,Tom Lane2006-09-051-35/+5
| | | | | dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface, tips.
* Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian2006-05-301-1/+1
|
* Re-add btree_gist description.Bruce Momjian2006-05-301-0/+3
|
* Add Pgadmin administration functions to /contrib/adminpack.Bruce Momjian2006-05-301-3/+4
| | | | Dave Page
* Add pgrowlocksTatsuo Ishii2006-04-231-2/+6
|
* Remove ora2pg; now available at <http://www.samse.fr/GPL/ora2pg/>.Peter Eisentraut2006-02-251-4/+0
|
* Add contrib/pg_freespacemap to display free space map information.Bruce Momjian2006-02-121-0/+4
| | | | Mark Kirkwood
* Remove contrib version of pg_autovacuum --- superseded by integratedTom Lane2005-07-291-5/+1
| | | | version.
* Move reindexdb from /contrib to /bin.Bruce Momjian2005-07-291-4/+0
| | | | Euler Taveira de Oliveira
* Remove dbsize mention.Bruce Momjian2005-07-291-4/+0
|
* Remove contrib version of rtree_gist --- now in core system.Tom Lane2005-07-011-4/+0
|
* Move findoidjoins out of contrib and into src/tools, which is a moreTom Lane2005-06-231-5/+0
| | | | | logical place for it since it is of no use to users. Per recent discussions on cleaning up contrib.
* Remove contrib modules that have been agreed to be obsolete.Tom Lane2005-06-221-46/+0
| | | | | (There are more that will be removed once they've been copied to pgfoundry.org.)
* Add pg_buffercache contrib module, from Mark Kirkwood.Neil Conway2005-03-121-0/+4
|
* Remove contrib/pg_logger, per recent discussion.Tom Lane2004-09-161-4/+0
|
* Remove contrib/rserv, since there are better replication solutionsTom Lane2004-08-281-4/+0
| | | | available elsewhere (including a descendant project on gborg).
* List pg_trgm in contrib Makefile and README.Tom Lane2004-06-011-13/+19
|
* attempt at a multi file commit, to seee how it formatsPostgreSQL Daemon2004-05-201-1/+0
|
* just testing activitymail ... only added a space here so that the commit wouldPostgreSQL Daemon2004-05-201-0/+1
| | | | pick it up
* Move new version of contrib/ xml into xml2, keep old version in /xml.Bruce Momjian2004-03-051-0/+4
|
* Minor wording improvements.Tom Lane2003-09-131-1/+1
|
* Add tsearch2.Tom Lane2003-07-241-0/+5
|
* I have updated my pg_autovacuum program (formerly pg_avd, the nameBruce Momjian2003-03-201-0/+4
| | | | | | | | | | | | | | | | | changed as per discussion on the patches list). This version should be a good bit better. It addresses all the issues pointed out by Neil Conway. Vacuum and Analyze are now handled separately. It now monitors for xid wraparound. The number of database connections and queries has been significantly reduced compared the previous version. I have moved it from bin to contrib. More detail on the changes are in the TODO file. I have not tested the xid wraparound code as I have to let my AthlonXP 1600 run select 1 in a tight loop for approx. two days in order to perform the required 500,000,000 xacts. Matthew T. O'Connor
* First step to removing /contrib/retep, with Peter Mount's approval.Bruce Momjian2002-10-211-4/+0
|
* Add 'adddepend' script to handle pre-7.3 object dependencies.Bruce Momjian2002-09-181-0/+4
|
* Attached is a fairly sizeable update to contrib/dblink. I'd love to getBruce Momjian2002-09-021-2/+2
| | | | | | | | | | | | | | review/feedback if anyone is interested and can spend the time. But I'd also love to get this committed and address changes as incremental patches ;-), so if there are no objections, please apply. Below I'll give a synopsis of the changes. More detailed descriptions are now in a new doc directory under contrib/dblink. There is also a new dblink.test.sql file which will give a pretty good overview of the functions and their use. Joe Conway
* Improve description of tablefunc.Tom Lane2002-08-281-1/+1
|
* Cleanup.Tom Lane2002-08-171-8/+0
|
* Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian2002-07-301-0/+4
|
* As mentioned above, here is my contrib/tablefunc patch. It includesBruce Momjian2002-07-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | three functions which exercise the tablefunc API. show_all_settings() - returns the same information as SHOW ALL, but as a query result normal_rand(int numvals, float8 mean, float8 stddev, int seed) - returns a set of normally distributed float8 values - This routine implements Algorithm P (Polar method for normal deviates) from Knuth's _The_Art_of_Computer_Programming_, Volume 2, 3rd ed., pages 122-126. Knuth cites his source as "The polar method", G. E. P. Box, M. E. Muller, and G. Marsaglia, _Annals_Math,_Stat._ 29 (1958), 610-611. crosstabN(text sql) - returns a set of row_name plus N category value columns - crosstab2(), crosstab3(), and crosstab4() are defined for you, but you can create additional crosstab functions per directions in the README. Joe Conway
* Link dbmirror into /contrib system.Bruce Momjian2002-06-231-9/+12
|
* Rename command to reindexdb, for consistency.Bruce Momjian2002-06-231-1/+1
|
* Add reindex utility to /contrib.Bruce Momjian2002-06-211-0/+4
| | | | Shaun Thomas <sthomas@townnews.com>
* Add integer aggregator to /contrib.Bruce Momjian2002-02-251-2/+6
| | | | mlw
* I've written on like that a while ago:Bruce Momjian2002-02-221-1/+5
| | | | | | | | | | | | | http://webmail.postgresql.org/~petere/dbsize.html The tarball can be rolled into contrib -- now that I think of it I don't know why I never did that. Never imagined this would have anything to do with that TODO item, though. I figured oid2name accomplished that. Peter Eisentraut peter_e@gmx.net
* More wording improvement.Bruce Momjian2002-02-221-4/+4
|
* Improve wording of meaning of /contrib directory.Bruce Momjian2002-02-221-12/+10
|
* Move pg_upgrade to /contrib. Still need to make Peter's portabilityBruce Momjian2002-01-141-0/+4
| | | | changes.
* Update dbase for Maarten.Boekhold.Bruce Momjian2001-12-311-1/+3
|
* txtidx datatype for full text indexing with GiST.Tom Lane2001-10-121-0/+5
| | | | From Oleg Bartunov and Teodor Sigaev.
* Add pgstattupleTatsuo Ishii2001-10-011-0/+4
|
* I noticed that the contrib Makefiles were reorganized.Bruce Momjian2001-09-291-1/+1
| | | | | | | | | | | | | | | Converted pgcrypto one too. * Changed default randomness source to libc random() That way pgcrypto does not have any external dependencies and should work everywhere. * Re-enabled pgcrypto build in contrib/makefile * contrib/README update - there is more stuff than only 'hash functions' * Noted the libc random fact in README.pgcrypto Marko Kreen
* unixdate subdirectory is gone.Tom Lane2001-09-041-4/+0
|
* New contrib module for BTREE emulation in GiST.Tom Lane2001-08-221-0/+8
| | | | From Oleg Bartunov and Teodor Sigaev.
* Update XML author's email address.Bruce Momjian2001-08-211-1/+1
|
* Update README for fuzzystrmatch description.Bruce Momjian2001-08-071-4/+1
|
* Sorry - I should have gotten to this sooner. Here's a patch which you shouldBruce Momjian2001-08-071-5/+1
| | | | | | | | | be able to apply against what you just committed. It rolls soundex into fuzzystrmatch. Remove soundex/metaphone and merge into fuzzystrmatch. Joe Conway
* Per this discussion, here's a patch to implement both levenshtein() andBruce Momjian2001-08-071-0/+4
| | | | | | | | | | | | | | | | | | metaphone() in a contrib. There seem to be a fair number of different approaches to both of these algorithms. I used the simplest case for levenshtein which has a cost of 1 for any character insertion, deletion, or substitution. For metaphone, I adapted the same code from CPAN that the PHP folks did. A couple of questions: 1. Does it make sense to fold the soundex contrib together with this one? 2. I was debating trying to add multibyte support to levenshtein (it would make no sense at all for metaphone), but a quick search through the contrib directory found no hits on the word MULTIBYTE. Should worry about adding multibyte support to levenshtein()? Joe Conway