summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
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-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-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-06Fix stupid bug with sizeofTeodor 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-07-16cube_1 variant is needed in 7.4 branch, per results from buildfarmTom Lane
2005-07-16Fix bogus "extern int errno;" in back branches, per Andrew Dunstan.Tom Lane
2005-06-01Prevent to divide by zero and range out of 0..1Teodor Sigaev
2005-05-03Change tsearch2 to not use the unsafe practice of creating functionsTom 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-03-31Fix various comparing functionsTeodor Sigaev
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-01-29Make sure contrib C functions are marked strict where needed.Tom Lane
2005-01-27Now that I look at it, int_array_enum() didn't work either.Tom Lane
2005-01-27Fix security and 64-bit issues in contrib/intagg. This code couldTom Lane
2005-01-26Mark the text_soundex() function as "strict", to avoid crashing on NULLNeil Conway
2004-10-21Back-patch make_oidjoins_check security improvement.Tom Lane
2004-10-13Repair possible failure to update hint bits back to disk, perTom Lane
2004-08-11Hashed crosstab was dying with an SPI_finish error when the source SQLJoe Conway
2004-06-23Fix stupid bug in installcheckTeodor Sigaev
2004-06-12Now needs to include <ctype.h>.Tom Lane
2004-06-07Remove asymetrical word processing in query and textTeodor Sigaev
2004-05-26Fix problems in pg_autovacuum:Bruce Momjian
2004-03-25Minimize memory allocation for void (but not null) value.Teodor Sigaev
2004-03-22In working through a pg_autovacuum problem with Joe Conway (which turnedBruce Momjian
2004-03-17Fix pg_autovacuum to handle unsigned and oids better.Bruce Momjian
2004-02-24When returning type "record", replace use of pgresultGetTupleDescJoe Conway
2004-02-24Apply quote_literal to the start_with argument of connectby. Fixes problemJoe Conway
2004-02-23Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane
2004-02-21The following bug has been logged online:Bruce Momjian
2004-01-26Docs fix from Kris Jurka <books@ejurka.com>Teodor Sigaev
2004-01-19Correct type for isalnumTeodor Sigaev
2004-01-08Remove broken (and unnecessary) definition of operator <> for _int4Tom Lane
2003-12-17Repair badly broken estimation of output buffer size in lquery_out().Tom Lane
2003-12-08Minor autovacuum fixes from Matthew O'Connor.Tom Lane
2003-12-08Add fflush() before sleeping, per Matthew O'Connor.Tom Lane
2003-12-07Replace unportable and overflow-prone use of 'long long' with saferTom Lane
2003-12-05One more fix confusionTeodor Sigaev
2003-12-05Avoid confusion start_parse_str function with tsearch V1Teodor Sigaev