summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2010-09-24Still more .gitignore cleanup.Tom Lane
2010-09-24Add contrib/xml2/pgxml.sql to .gitignoreRobert Haas
2010-09-22Some more gitignore cleanups: cover contrib and PL regression test outputs.Tom Lane
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-07-27Spelling fixPeter Eisentraut
2010-06-15Fix dblink_build_sql_insert() and related functions to handle droppedTom Lane
2010-06-15Consolidate and improve checking of key-column-attnum arguments forTom Lane
2010-06-14Rearrange dblink's dblink_build_sql_insert() and related routines to open andTom Lane
2010-06-10Fix incorrect change in dblink introduced by the previous commitItagaki Takahiro
2010-06-09Fix connection leak in dblink when dblink_connect() or dblink_connect_u()Itagaki Takahiro
2010-06-03Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes).Itagaki Takahiro
2010-04-02Ensure that contrib/pgstattuple functions respond to cancel interruptsTom Lane
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-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 'all at one page bug' in picksplit method of R-tree emulation. Add defenseTeodor Sigaev
2009-04-07Defend against non-ASCII letters in fuzzystrmatch code. The functionsTom Lane
2009-03-31Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to readTom Lane
2009-01-16Fix uninitialized variables in get_coversTeodor 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
2008-10-17Fix small bug in headline generation.Teodor Sigaev
2008-05-08Fix contrib/xml makefile to not override CFLAGS.Tom Lane
2008-05-08Fix contrib/xml2 makefile to not override CFLAGS.Tom Lane
2008-04-11Fix several datatype input functions that were allowing unused bytes in theirTom Lane
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom 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-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