summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2006-06-27Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane
2006-06-21- During dblink_open, if transaction state was IDLE, force cursor count toJoe Conway
2006-06-09Now ispell dictionary can eat dictionaries in MySpell format,Teodor Sigaev
2006-06-08/contrib/adminpack: More clearly identify renaming of existing backendBruce Momjian
2006-06-08Add missing 3rd argument to open().Bruce Momjian
2006-06-08Add missing 3rd parameter to open().Bruce Momjian
2006-06-06Allow do not lexize words in substitution.Teodor Sigaev
2006-06-02Fix wrong NOTICE/ERROR levelsTeodor Sigaev
2006-06-02Distinguish between stop-word recognized in thesaurus_lexize()Teodor Sigaev
2006-06-02Add more strict check of stop and non-recognized words,Teodor Sigaev
2006-06-01Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane
2006-05-31fix comparison with SPI_processedTeodor Sigaev
2006-05-31Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2006-05-30Un-DOS-ify newly added files.Tom Lane
2006-05-30Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian
2006-05-30Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian
2006-05-30Re-add btree_gist description.Bruce Momjian
2006-05-30Add Pgadmin administration functions to /contrib/adminpack.Bruce Momjian
2006-05-23Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane
2006-05-21Fix errors in fortuna PRNG reseeding logic that could cause a predictableTom Lane
2006-05-19Back out \' change for tsearch2, broke regression tests.Bruce Momjian
2006-05-19Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.Bruce Momjian
2006-05-10Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev
2006-05-04Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane
2006-05-03Make GIN opclass worked with intarray extensionsTeodor Sigaev
2006-05-02GIN: Generalized Inverted iNdex.Teodor Sigaev
2006-04-27Fix ltreeparentsel so it actually works ...Tom Lane
2006-04-27Un-break ltree.Tom Lane
2006-04-26Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian
2006-04-26Split out pg_freespace views to one for relations and another for pages,Bruce Momjian
2006-04-26Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian
2006-04-26Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian
2006-04-26Enhanced containment selectivity function for /contrib/ltreeBruce Momjian
2006-04-25Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii
2006-04-23Add pgrowlocksTatsuo Ishii
2006-04-23Add new contrib function pgrowlocks. See README.pgrowlocks for more details.Tatsuo Ishii
2006-04-12Change int->int32, for clarity.Bruce Momjian
2006-04-10Fix stupid mistake in rank_cd_def cleanupTeodor Sigaev
2006-04-03Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut
2006-04-03Minor cleanupsTeodor Sigaev
2006-04-03Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev
2006-03-19Fix a few places that were checking for the return value of palloc() to beNeil Conway
2006-03-14Improve parser so that we can show an error cursor position for errorsTom Lane
2006-03-13Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2006-03-11Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway
2006-03-10Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane
2006-03-08Update /contrib regression tests for escape_string_warning.Bruce Momjian
2006-03-07Make all our flex and bison files use %option prefix or %name-prefixTom Lane