summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-03-03Make contrib/xml2 use core xml.c's error handler, when available (that is,Tom Lane
2010-03-01Fix contrib/xml2 so regression test still works when it's built without libxslt.Tom Lane
2010-03-01Remove xmlCleanupParser calls from contrib/xml2.Tom Lane
2010-03-01Back-patch today's memory management fixups in contrib/xml2.Tom Lane
2010-02-03Check to ensure the number of primary key fields supplied does notJoe Conway
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-07-28Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 byTeodor Sigaev
2009-07-10Fix xslt_process() to ensure that it inserts a NULL terminator after theTom Lane
2009-04-15Remove beer-ware license from crypt-md5.c, perMagnus Hagander
2009-04-07Fix contrib/pg_freespacemap's underestimate of the number of pages itTom Lane
2009-04-07Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane
2009-04-02Fix memory allocation for output of hstore type.Teodor Sigaev
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-03-25Fix old thinko in pgp.h: the idea is to declare some named enum types,Tom Lane
2009-03-15Fix contrib/hstore to throw an error for keys or values that don't fit in itsTom Lane
2009-03-10Prevent recursion during parse of email-like string with multiple '@'.Teodor Sigaev
2009-03-02Fix usage of char2wchar/wchar2char. Changes:Teodor Sigaev
2009-01-15Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev
2009-01-15Fix generation of too long headline with ShortWords.Teodor Sigaev
2009-01-03Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool)Joe Conway
2008-11-30Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext.Tom Lane
2008-11-10Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem bufferTom Lane
2008-10-17Fix small bug in headline generation.Teodor Sigaev
2008-05-29Fix some bugs introduced by the 8.2-era conversion of cube functions to V1Tom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane
2008-04-20Fix broken compare function for tsquery_ops. Per Tom's report.Teodor Sigaev
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-03-26Fix core dump in contrib/xml2's xpath_table() when the input query returnsTom Lane
2008-01-03The original patch to disallow non-passworded connections to non-superusersTom Lane
2007-11-16Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test...Teodor Sigaev
2007-11-10Have crosstab variants treat NULL rowid as a category in its own right,Joe Conway
2007-09-29Defend against openssl libraries that fail on keys longer than 128 bits;Tom Lane
2007-09-26Fix crash of to_tsvector() function on huge input: compareWORD()Teodor Sigaev
2007-09-14Remove ill-considered (not to mention undocumented) attempt to makeTom Lane
2007-09-11Fix header's size of structs defines in ispell.Teodor Sigaev
2007-09-07Fix indefinit loop in rank_cd for some corner queries.Teodor Sigaev
2007-08-28Restrict pgstattuple functions to superusers. While the only one that'sTom Lane
2007-08-23Fix combo_decrypt() to throw an error for zero-length input when using aTom Lane
2007-08-22Fix possible core dump from pgbench -d option. Julius StroffekTom Lane
2007-07-15Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producingTom 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-03-22Fix parser bug on Windows with UTF8 encoding and C locale, the reason wasTeodor Sigaev
2007-03-16Fix uninitialized value in pgstatindex leading to invalid values beingAlvaro Herrera
2007-03-07Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-01-15Fix localization support for multibyte encoding and C locale.Teodor Sigaev
2007-01-10Backport patch.Tatsuo Ishii
2006-12-28Add a defense to prevent core dumps if 8.2 version of rank_cd() is used withTom Lane
2006-12-26Fix memory reallocation conditionTeodor Sigaev