summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2007-04-02Fix caching of unsuccessful initialization of parser or configuration.Teodor Sigaev
2007-03-28Replace 4-clause licensed blf.[ch] with blowfish implementationNeil Conway
2007-03-28Fix uninitialized-variable bug.Tom Lane
2007-03-26Add checking of end of line in parsing stopword list. Thanks to sharp eyes of...Teodor Sigaev
2007-03-26Fix stopword and synonym files parsing bug in MSVC build, per report fromTeodor Sigaev
2007-03-25Clean up the representation of special snapshots by including a "methodTom Lane
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-15Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev
2007-03-14Add GIN support for pg_trgm. From Guillaume Smet <guillaume.smet@gmail.com>Teodor Sigaev
2007-03-13Set stderr to unbuffered for pgbench on win32.Magnus Hagander
2007-03-07Athough cube is a varlena type, nowhere was a detoasting of cube's value, soTeodor Sigaev
2007-03-03Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway
2007-03-03Add logging to /contrib/pg_standby if -k couldn't clean up the log file.Bruce Momjian
2007-02-28Fix up several contrib modules that were using varlena datatypes in not-so-ob...Tom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-13Update /contrib/fuzzystrmatch error message to mention bytes, not justBruce Momjian
2007-02-12Fix backend crash in parsing incorrect tsquery.Teodor Sigaev
2007-02-10Fix pg_standby to build on msvc.Magnus Hagander
2007-02-09Remove useless CPPFLAGS.Peter Eisentraut
2007-02-09Add $PostgreSQL$ marker to contrib makefiles.Peter Eisentraut
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-02-08Add /contrib/pg_standby:Bruce Momjian
2007-02-08Add /contrib/pg_standby:Bruce Momjian
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-07Replace some strncpy() by strlcpy().Peter Eisentraut
2007-02-07Use memcpy() instead of strncpy() for copying into varlena structures.Peter Eisentraut
2007-02-01Fix two more regression tests whose expected outputs were not updatedNeil Conway
2007-02-01Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian
2007-01-31Allow GIN's extractQuery method to signal that nothing can satisfy the query.Teodor Sigaev
2007-01-26Squelch some VC++ compiler warnings. Mark float literals with the "f"Neil Conway
2007-01-22Adjust pgbench so it won't spit up on non-select queries returningTom Lane
2007-01-15Fix localization support for multibyte encoding and C locale.Teodor Sigaev
2007-01-14Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.Alvaro Herrera
2007-01-10Update copyright script to allow spaces around dash.Bruce Momjian
2007-01-10Update copyright yearTatsuo Ishii
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2007-01-03Fix btree_gist for new larger money type.Tom Lane
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
2006-12-26Call srandom() instead of srand().Tatsuo Ishii
2006-12-23Restructure operator classes to allow improved handling of cross-data-typeTom Lane
2006-12-21Fix convertion for 'PFX flag N num'Teodor Sigaev
2006-12-05Fix typos in comments and error messages in HStore. Patch from FilipNeil Conway
2006-12-04Fix core dump of ispell for case of non-successfull initialization.Teodor Sigaev
2006-11-24Make contrib/isn pass the opr_sanity sanity checks: add missingTom Lane
2006-11-23Fix lowercasing while parse OO dictionaryTeodor Sigaev
2006-11-22Avoid infinity calculations in rank_cdTeodor Sigaev
2006-11-21Fix type in return valueTeodor Sigaev