]> granicus.if.org Git - postgresql/history - contrib
Fix typo in comment.
[postgresql] / contrib /
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
2005-12-12 Teodor SigaevImprove support of multibyte encoding:
2005-12-10 Tom LaneRemove incorrect increment of lineno, per David Fetter.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-09 Tom LaneSimplify lock manager data structures by making a clear...
2005-12-08 Bruce MomjianI recently received the Debian bug report below about...
2005-12-08 Teodor SigaevImprove tag recognizing
2005-12-07 Teodor SigaevFix small memory leak
2005-12-07 Teodor SigaevImprove word parser.
2005-12-06 Teodor SigaevFix stupid bug with sizeof
2005-12-05 Teodor SigaevImprove word parser.
2005-11-23 Tatsuo IshiiHaving blank lines in -f scripts was causing silent...
2005-11-23 Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Teodor SigaevFixes motivated by snake and spoonbill pgbuildfarm...
2005-11-21 Teodor Sigaevremove forgotten // comments
2005-11-21 Teodor SigaevText parser rewritten:
2005-11-19 Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-19 Tom LaneAdd defenses against nulls-in-arrays to contrib/ltree...
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-16 Tatsuo IshiiFix comment on -v option
2005-11-14 Teodor SigaevRemove usage of ArrayType->flags field, use pgsql's...
2005-11-14 Teodor SigaevUse postgres-wide macros BITS_PER_BYTE instead self...
2005-11-14 Teodor Sigaevfix returning value
2005-11-09 Teodor SigaevFix rwrite(ARRAY) on 64-bit boxes:
2005-11-08 Teodor SigaevNew features for tsearch2:
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-03 Teodor SigaevFix incorrect header size macros
2005-11-03 Tom Lanepgcrypto documentation polishing from Marko Kreen,...
2005-10-31 Teodor SigaevAdd sanity check of query
2005-10-29 Tom LaneFix some allocation size calculation errors that would...
2005-10-28 Teodor Sigaev1 Fix problem with lost precision in rank with OR-ed...
2005-10-18 Joe ConwayWhen a cursor is opened using dblink_open, only start...
2005-10-18 Tom LaneFix several contrib makefiles that failed in VPATH...
2005-10-15 Tom LaneSuppress warnings on platforms where fprintf is a macro...
2005-10-15 Tom LaneFix bogus error test in get_ti_Oid().
2005-10-15 Tom LaneFix unportable struct initializations.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianMark xslt_process() as volatile.
2005-10-13 Bruce MomjianChange xpath_table() and xslt_process() from IMMUTABLE...
2005-10-13 Bruce MomjianFix capitalization of example.
2005-10-12 Tom LaneDo all accesses to shared buffer headers through volati...
2005-10-09 Tom LaneFix (hopefully for the last time) problems with datetim...
2005-10-08 Bruce MomjianRemove unnecessary ABORT commands in dblink regression...
2005-10-08 Bruce MomjianCosmetic improvements to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-08 Bruce MomjianCosmetic changes to dblink.
2005-10-07 Tom Lane(Apologies for fat-fingering cvs commit command......
2005-10-07 Tom Lanegni
2005-10-06 Tom LaneMinor dbf2pg fixes from Martin Pitt: check for failure...
2005-10-04 Teodor SigaevFix compile error
2005-10-04 Tatsuo IshiiOops. Partially saved file was committed.
2005-10-04 Tatsuo IshiiAllow multiple -f options.
2005-10-03 Teodor SigaevOptimize benchmark query and update benchmark's results.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-30 Bruce MomjianOne of the web pages mentioned in dmetaphone.c has...
2005-09-29 Tom LaneFix unportable usages in new pgbench code (strndup...
2005-09-29 Tatsuo IshiiAdd -f option which enables to read SQL commands from...
2005-09-27 Tom LaneSome marginal tweaks to make 'make installcheck' mostly...
2005-09-27 Tom LanePGXS should be set with := not =, as specified in the...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings in contrib.
2005-09-23 Tom LaneDocument that chkpass ignores password characters after...
2005-09-15 Teodor Sigaev1 Update Snowball sources
2005-09-01 Tom LaneCorrect comment about why contrib/xml2 isn't built...
2005-08-15 Tom Laneint_array_enum function should be using fcinfo->flinfo...
2005-08-13 Bruce MomjianRemove API file.
2005-08-13 Bruce MomjianThe large one adds support for RSA keys and reorganizes
2005-07-29 Tom LaneRemove contrib version of pg_autovacuum --- superseded...
2005-07-29 Bruce MomjianMove reindexdb from /contrib to /bin.
2005-07-29 Bruce MomjianRemove dbsize mention.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-24 Tom LanePartial fixes for contrib build on AIX: include -lm...
2005-07-21 Tom LaneFix storage size for btree_gist interval indexes. ...
2005-07-20 Bruce Momjian/contrib/btree_gist adjustments for new 'day' interval...
2005-07-18 Tom Lanepgcrypto documentation update. Marko Kreen
2005-07-18 Tom LaneFortuna fixes. Marko Kreen
2005-07-18 Tom LaneSmall cleanups for pgcrypto. Marko Kreen
next