]> granicus.if.org Git - postgresql/history - contrib
Rewrite pg_regress as a C program instead of a shell script.
[postgresql] / contrib /
2006-07-16 Tom LaneFix a few places where $Id$ and $Header$ CVS tags had...
2006-07-15 Tom LaneFix some pgcrypto portability issues, per Marko Kreen.
2006-07-15 Tom LaneFix some makefiles that fail to yield good results...
2006-07-14 Tom LaneIn PGP public key tests, encrypt the secret key with...
2006-07-14 Tom LaneFix a passel of recently-committed violations of the...
2006-07-14 Bruce MomjianAdd additional includes needed on some platforms.
2006-07-13 Bruce MomjianAdjust /contrib for new include file contents.
2006-07-13 Peter EisentrautBe consistent about not using ECHO_N/ECHO_C (seems...
2006-07-13 Neil ConwayFix C++-style comment.
2006-07-13 Neil Conway"Annual" pgcrypto update from Marko Kreen:
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "S...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "G...
2006-07-11 Teodor SigaevGIN improvements
2006-07-11 Bruce MomjianSort reference of include files, "A" - "F".
2006-07-11 Teodor SigaevFix bug corrupting query in gist consistent function.
2006-07-10 Bruce MomjianAllow /contrib include files to compile on their own.
2006-07-10 Bruce MomjianAdd #include code to prevent multiple inclusion.
2006-07-10 Bruce MomjianRemove a few baby-C macros in fuzzystrmatch. Add a...
2006-07-06 Bruce MomjianAdd index information to /contrib/pgstattuple:
2006-07-06 Bruce MomjianBackpatch dbmirror fix for escape handling.
2006-06-28 Teodor SigaevChanges
2006-06-27 Tom LaneCreate infrastructure for 'MinimalTuple' representation...
2006-06-21 Joe Conway- During dblink_open, if transaction state was IDLE...
2006-06-09 Teodor SigaevNow ispell dictionary can eat dictionaries in MySpell...
2006-06-08 Bruce Momjian/contrib/adminpack: More clearly identify renaming...
2006-06-08 Bruce MomjianAdd missing 3rd argument to open().
2006-06-08 Bruce MomjianAdd missing 3rd parameter to open().
2006-06-06 Teodor SigaevAllow do not lexize words in substitution.
2006-06-02 Teodor SigaevFix wrong NOTICE/ERROR levels
2006-06-02 Teodor SigaevDistinguish between stop-word recognized in thesaurus_l...
2006-06-02 Teodor SigaevAdd more strict check of stop and non-recognized words,
2006-06-01 Tom LaneGot tired of waiting for spoonbill's compiler to get...
2006-05-31 Teodor Sigaevfix comparison with SPI_processed
2006-05-31 Teodor SigaevAdd thesaurus dictionary which can replace N>0 lexemes...
2006-05-30 Tom LaneMagic blocks don't do us any good unless we use 'em...
2006-05-30 Tom LaneUn-DOS-ify newly added files.
2006-05-30 Bruce MomjianAdd /contrib/adminpack to contrib/Makefile, do case...
2006-05-30 Bruce MomjianRe-defines SHA2 symbols so that they would not conflict...
2006-05-30 Bruce MomjianRe-add btree_gist description.
2006-05-30 Bruce MomjianAdd Pgadmin administration functions to /contrib/adminpack.
2006-05-23 Tom LaneRemove CXT_printf/CXT1_printf macros. If anyone had...
2006-05-21 Tom LaneFix errors in fortuna PRNG reseeding logic that could...
2006-05-19 Bruce MomjianBack out \' change for tsearch2, broke regression tests.
2006-05-19 Bruce MomjianUse SQL standard '' rather than \' in /contrib. Backpa...
2006-05-10 Teodor SigaevSome optimizations by Volkan YAZICI <yazicivo@ttnet...
2006-05-04 Tom LaneCode review for contrib/pg_freespacemap. Add a storedp...
2006-05-03 Teodor SigaevMake GIN opclass worked with intarray extensions
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-27 Tom LaneFix ltreeparentsel so it actually works ...
2006-04-27 Tom LaneUn-break ltree.
2006-04-26 Bruce MomjianImprove /contrib/pg_buffercache installation to use...
2006-04-26 Bruce MomjianSplit out pg_freespace views to one for relations and...
2006-04-26 Bruce MomjianAdjust /contrib/pg_freespace to show index free space...
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-25 Tatsuo IshiiFix bug reported by Michael Fuhr on Sun, 23 Apr 2006...
2006-04-23 Tatsuo IshiiAdd pgrowlocks
2006-04-23 Tatsuo IshiiAdd new contrib function pgrowlocks. See README.pgrowlo...
2006-04-12 Bruce MomjianChange int->int32, for clarity.
2006-04-10 Teodor SigaevFix stupid mistake in rank_cd_def cleanup
2006-04-03 Peter EisentrautPut flex'ed and bison'ed files in contrib in the distri...
2006-04-03 Teodor SigaevMinor cleanups
2006-04-03 Teodor SigaevDetoast query in g_intbig_consistent and copy query...
2006-03-19 Neil ConwayFix a few places that were checking for the return...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-13 Neil ConwayFix a number of syntax errors in contrib modules' unins...
2006-03-11 Bruce MomjianAdd CVS tag lines to files that were lacking them.
2006-03-11 Neil ConwayRemove a few places that attempted to define INT_MAX...
2006-03-10 Tom LaneFix order of linking of libxslt and libxml2, per Dave...
2006-03-08 Bruce MomjianUpdate /contrib regression tests for escape_string_warning.
2006-03-07 Tom LaneMake all our flex and bison files use %option prefix...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Teodor SigaevSignificantly improve ranking:
2006-03-01 Neil ConwayWoops: also update the alternative "expected" files...
2006-03-01 Neil ConwayUpdate the expected regression test results to account...
2006-03-01 Neil ConwayAttached is a patch that replaces a bunch of places...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2006-02-27 Peter EisentrautClean up CREATE FUNCTION syntax usage in contrib and...
2006-02-27 Peter Eisentrautcontrib uninstall scripts
2006-02-25 Peter EisentrautRemove ora2pg; now available at <http://www.samse.fr...
2006-02-23 Tom LaneFix vacuumlo to avoid unnecessary use of backslash...
2006-02-20 Teodor SigaevFixing and improve compound word support. This changes...
2006-02-18 Neil ConwayPatch from Marko Kreen:
2006-02-14 Tom LaneNeed a DLLIMPORT for MaxFSMPages, per buildfarm failure...
2006-02-12 Bruce MomjianAdd contrib/pg_freespacemap to display free space map...
2006-02-10 Tom LaneClean up some signedness warnings.
2006-02-10 Tom LaneFix fallout from psql line-wrapping patch.
2006-02-10 Teodor SigaevAllow "'" symbol in affixes ("'s" affix in english...
2006-02-10 Teodor Sigaevrenew output of regression test accordingly to
2006-02-09 Teodor Sigaev1 Fix bug with very short word: prefix and suffix might...
2006-02-06 Teodor SigaevCheck number of affixes to prevent core dump with zero...
2006-01-27 Teodor SigaevSnowball multibyte. It's a pity, but snowball sources...
2006-01-26 Tom LaneUpdate btree_gist for CIDR/INET changes --- there's...
2006-01-23 Teodor SigaevFix typeing as Tom suggest
2006-01-20 Tom LaneReplace bitwise looping with bytewise looping in hemdis...
2006-01-08 Tom LaneFix the assert_enabled issue properly. This eliminates...
2006-01-03 Tom LaneThere is a signedness bug in Openwall gen_salt code...
2006-01-03 Joe ConwayWhen the remote query result has a different number...
2005-12-21 Teodor SigaevMultibyte encodings support for ISpell dictionary
next