]> granicus.if.org Git - postgresql/history - contrib
Cosmetic code cleanup: fix a bunch of places that used "return (expr);"
[postgresql] / contrib /
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
2005-07-18 Tom LaneFix C++-style comments, per Rocco Altier.
2005-07-14 Neil ConwayMark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the...
2005-07-12 Tom LaneMore pgcrypto fixes: handle long messages correctly...
2005-07-11 Tom LaneFurther tweaking of Win32-specific random code. Marko...
2005-07-11 Tom LaneI forgot to update win32 code when doing a renaming...
2005-07-11 Tom LaneAvoid bzero/bxopy in favor of more standard library...
2005-07-11 Tom LaneMore pgcrypto fixes: avoid bogus alignment assumptions...
2005-07-11 Tom LaneAdd support for AES cipher with older OpenSSL libraries.
2005-07-10 Bruce Momjian> One more failure:
2005-07-10 Bruce MomjianAdd extra argument for new pg_regexec API.
2005-07-10 Tom LaneSuppress compile warning.
2005-07-10 Bruce MomjianRemove #include <openssl/bn.h> as compile fix.
2005-07-10 Bruce MomjianAs Kris Jurka found out, pgcrypto does not work with
2005-07-10 Bruce MomjianAdd missing pgcrypto files from previous commit.
2005-07-10 Bruce MomjianMajor pgcrypto changes:
2005-07-10 Bruce Momjian- Add Fortuna PRNG to pgcrypto.
2005-07-10 Bruce MomjianThis patch adds implementation of SHA2 to pgcrypto.
2005-07-09 Tom LaneFix inadequate error checking: you can't assume that...
next