summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Allow do not lexize words in substitution.Teodor Sigaev2006-06-062-30/+69
* Fix wrong NOTICE/ERROR levelsTeodor Sigaev2006-06-021-3/+3
* Distinguish between stop-word recognized in thesaurus_lexize()Teodor Sigaev2006-06-021-3/+4
* Add more strict check of stop and non-recognized words,Teodor Sigaev2006-06-021-3/+12
* Got tired of waiting for spoonbill's compiler to get fixed. Let'sTom Lane2006-06-011-14/+22
* fix comparison with SPI_processedTeodor Sigaev2006-05-311-1/+1
* Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes.Teodor Sigaev2006-05-3113-129/+1257
* Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane2006-05-3029-19/+75
* Un-DOS-ify newly added files.Tom Lane2006-05-303-446/+448
* Add /contrib/adminpack to contrib/Makefile, do case-folding change.Bruce Momjian2006-05-303-49/+50
* Re-defines SHA2 symbols so that they would not conflict with certainBruce Momjian2006-05-302-10/+20
* Re-add btree_gist description.Bruce Momjian2006-05-301-0/+3
* Add Pgadmin administration functions to /contrib/adminpack.Bruce Momjian2006-05-305-3/+497
* Remove CXT_printf/CXT1_printf macros. If anyone had found them to be ofTom Lane2006-05-231-3/+3
* Fix errors in fortuna PRNG reseeding logic that could cause a predictableTom Lane2006-05-211-5/+14
* Back out \' change for tsearch2, broke regression tests.Bruce Momjian2006-05-192-2/+2
* Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X.Bruce Momjian2006-05-194-9/+9
* Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr>Teodor Sigaev2006-05-102-19/+17
* Code review for contrib/pg_freespacemap. Add a storedpages column toTom Lane2006-05-043-211/+181
* Make GIN opclass worked with intarray extensionsTeodor Sigaev2006-05-038-16/+258
* GIN: Generalized Inverted iNdex.Teodor Sigaev2006-05-025-2/+243
* Fix ltreeparentsel so it actually works ...Tom Lane2006-04-271-133/+26
* Un-break ltree.Tom Lane2006-04-271-2/+2
* Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT,Bruce Momjian2006-04-262-2/+6
* Split out pg_freespace views to one for relations and another for pages,Bruce Momjian2006-04-263-64/+337
* Adjust /contrib/pg_freespace to show index free space as NULL (FSM onlyBruce Momjian2006-04-263-50/+71
* Move ltree parentsel() selectivity function into /contrib/ltree.Bruce Momjian2006-04-263-7/+198
* Enhanced containment selectivity function for /contrib/ltreeBruce Momjian2006-04-261-2/+2
* Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600Tatsuo Ishii2006-04-251-2/+4
* Add pgrowlocksTatsuo Ishii2006-04-232-3/+8
* Add new contrib function pgrowlocks. See README.pgrowlocks for more details.Tatsuo Ishii2006-04-235-0/+488
* Change int->int32, for clarity.Bruce Momjian2006-04-121-1/+1
* Fix stupid mistake in rank_cd_def cleanupTeodor Sigaev2006-04-101-2/+2
* Put flex'ed and bison'ed files in contrib in the distribution tarball, asPeter Eisentraut2006-04-035-18/+34
* Minor cleanupsTeodor Sigaev2006-04-032-4/+8
* Detoast query in g_intbig_consistent and copy query in g_int_consistentTeodor Sigaev2006-04-032-10/+15
* Fix a few places that were checking for the return value of palloc() to beNeil Conway2006-03-192-16/+8
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-4/+12
* Fix a number of syntax errors in contrib modules' uninstall scripts.Neil Conway2006-03-139-137/+56
* Add CVS tag lines to files that were lacking them.Bruce Momjian2006-03-1161-2/+104
* Remove a few places that attempted to define INT_MAX, SCHAR_MAX, andNeil Conway2006-03-111-3/+2
* Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane2006-03-101-1/+1
* Update /contrib regression tests for escape_string_warning.Bruce Momjian2006-03-083-7/+7
* Make all our flex and bison files use %option prefix or %name-prefixTom Lane2006-03-074-12/+16
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-057-8/+8
* Significantly improve ranking:Teodor Sigaev2006-03-023-92/+161
* Woops: also update the alternative "expected" files for contrib/cube'sNeil Conway2006-03-012-12/+12
* Update the expected regression test results to account for the changes toNeil Conway2006-03-011-6/+6
* Attached is a patch that replaces a bunch of places where StringInfosNeil Conway2006-03-013-100/+87
* This patch makes the error message strings throughout the backendNeil Conway2006-03-0125-115/+106