summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-07-09Restrict non-superusers to password authenticated connectionsJoe Conway
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-01-13Back port patch.Tatsuo Ishii
2006-12-21Fix convertion for 'PFX flag N num'Teodor Sigaev
2006-08-08Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s...Teodor Sigaev
2006-08-07fix bug about modifying value in shared buffer,Teodor Sigaev
2006-07-11Fix bug corrupting query in gist consistent function.Teodor Sigaev
2006-07-06Fix dbmirror for new backslash escaping:Bruce Momjian
2006-06-17backport workaround for OpenBSD compiler bugAndrew Dunstan
2006-05-21Fix missed \' to '' conversion.Tom Lane
2006-05-21Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian
2006-04-03Detoast query in g_intbig_consistent and copy query in g_int_consistent.Teodor Sigaev
2006-03-10Fix order of linking of libxslt and libxml2, per Dave Page.Tom Lane
2006-02-18Patch from Marko Kreen:Neil Conway
2006-01-03When the remote query result has a different number of columnsJoe Conway
2006-01-03There is a signedness bug in Openwall gen_salt code that pgcrypto uses.Tom Lane
2005-12-21Fix word's length in pg_regexec callTeodor Sigaev
2005-12-06Fix stupid bug with sizeofTeodor Sigaev
2005-11-03Fix incorrect header size macrosTeodor Sigaev
2005-10-20Prevent core dump in contrib version of autovacuum when a table has beenTom Lane
2005-09-15Update Snowball. I have to update it because ofTeodor Sigaev
2005-08-15int_array_enum function should be using fcinfo->flinfo->fn_extra forTom Lane
2005-08-02Back-port several small portability fixes to get contrib buildingTom Lane
2005-07-18It appears that Darwin (OS X) does not cope well with C functions thatTom Lane
2005-07-04Backpatch to 8.0.X openssl portability fixes to pgcrypto.Bruce Momjian
2005-06-01Prevent to divide by zero and range out of 0..1Teodor Sigaev
2005-05-11Fix pg_autovacuum -s flag to handle values > 2000 by using sleep()Bruce Momjian
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom Lane
2005-04-27workaround for bug in utils/date.h (timetz)Teodor Sigaev
2005-04-25Fix btree_gist to handle timetz zone correctly per recent changes.Tom Lane
2005-04-23int_aggregate's int_enum() doesn't work correctly with arrays thatTom Lane
2005-04-19Add comment about permissions on pg_ts* tablesTeodor Sigaev
2005-04-03Put back code mistakenly removed from copy of postmaster'sTom Lane
2005-03-31Fix various comparing functionsTeodor Sigaev
2005-03-30Document that the "-P" option to pg_autovacuum is insecure on manyNeil Conway
2005-03-25Have libpgport link before libpq so that PG client applications are moreBruce Momjian
2005-03-23Previous "64-bit fix" for intagg didn't actually work. This is alreadyTom Lane
2005-03-12Some builds (depends on crypto engine support?) of OpenSSLNeil Conway
2005-03-05Prevent rank change in case of duplicate search termsTeodor Sigaev
2005-02-27Further fix int64/float8 time/timetzTeodor Sigaev
2005-02-27Further fix time/timetz...Teodor Sigaev
2005-02-25Fix float8->int64 transformationTeodor Sigaev
2005-02-21Simplify definesTeodor Sigaev
2005-02-21Fix memory leak for timestamp(with and w/o tz) and time indexesTeodor Sigaev
2005-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2005-01-28Add intset() to README (backpatch teodor's docs fix in HEAD).Tom Lane