Commit Graph

1386 Commits (REL8_2_STABLE)

Author SHA1 Message Date
Robert Haas b6959eee38 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane ae42744e4e Fix pgstatindex() to give consistent results for empty indexes. 14 years ago
Peter Eisentraut 335a00ab57 Remove excessively backpatched gitignore files 14 years ago
Tom Lane 457c2d9158 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 14 years ago
Heikki Linnakangas 1f57a2f4dd Replace strdup() with pstrdup(), to avoid leaking memory. 14 years ago
Tom Lane e11349fdba Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane b053c53248 Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Tom Lane 16d5fd6a99 Fix contrib/seg's GiST picksplit method. 15 years ago
Tom Lane cfb6ac6ba2 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro eaf0766d74 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Robert Haas e642ca767c Fix bug in cube picksplit algorithm. 15 years ago
Heikki Linnakangas 77f8685bec If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 1c5e3be07c Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 4b00e13707 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 1f2378b1ea Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Peter Eisentraut e836579737 Spelling fix 15 years ago
Robert Haas b12ca1d561 Deprecate the use of => as an operator name. 15 years ago
Tom Lane 0a557605f2 Fix dblink_build_sql_insert() and related functions to handle dropped 15 years ago
Tom Lane 7ea5d1c5aa Consolidate and improve checking of key-column-attnum arguments for 15 years ago
Tom Lane ecb23d8b8b Rearrange dblink's dblink_build_sql_insert() and related routines to open and 15 years ago
Itagaki Takahiro 7bd31c6715 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 15 years ago
Teodor Sigaev fe940c624f Add missed function dblink_connect_u(text[,text]) to uninstall script 15 years ago
Itagaki Takahiro 472f2dc87e Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 15 years ago
Tom Lane 4e1b7c8656 Ensure that contrib/pgstattuple functions respond to cancel interrupts 15 years ago
Tom Lane c4810d9ae0 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 7af8e8d671 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane 057b5485e6 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 2502898d73 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Joe Conway ff6a12b3f3 Check to ensure the number of primary key fields supplied does not 16 years ago
Heikki Linnakangas 31c88772c8 Previous fix for temporary file management broke returning a set from 16 years ago
Teodor Sigaev a142498e76 Fix incorrect cleanup of tsquery in ts_rewrite(). Per bug #4933 by 16 years ago
Tom Lane 702e2989d5 Fix xslt_process() to ensure that it inserts a NULL terminator after the 16 years ago
Magnus Hagander 6749d70555 Remove beer-ware license from crypt-md5.c, per 16 years ago
Tom Lane 0e7d4c0289 Fix contrib/pg_freespacemap's underestimate of the number of pages it 16 years ago
Tom Lane 6a42ab4eb8 Defend against non-ASCII letters in fuzzystrmatch code. The functions 16 years ago
Teodor Sigaev da5bfbd970 Fix memory allocation for output of hstore type. 16 years ago
Tom Lane b7578b5ce2 Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 16 years ago
Tom Lane a4702ada62 Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Tom Lane 98686e1ea1 Fix contrib/hstore to throw an error for keys or values that don't fit in its 17 years ago
Teodor Sigaev 9424b22b5e Prevent recursion during parse of email-like string with multiple '@'. 17 years ago
Teodor Sigaev 8fcdac9987 Fix usage of char2wchar/wchar2char. Changes: 17 years ago
Teodor Sigaev 22abc26aaf Fix URL generation in headline. Only tag lexeme will be replaced by space. 17 years ago
Teodor Sigaev 32cfb33244 Fix generation of too long headline with ShortWords. 17 years ago
Joe Conway e4dcb11ead Fix bug per Oleksiy Shchukin - 2nd argument for dblink_get_result(text,bool) 17 years ago
Tom Lane eea4890c08 Fix dblink and tablefunc to not return with the wrong CurrentMemoryContext. 17 years ago
Tom Lane 8f74153732 Fix old bug in contrib/sslinfo: X509_NAME_to_text freed the BIO_s_mem buffer 17 years ago
Teodor Sigaev f189a12226 Fix small bug in headline generation. 17 years ago
Tom Lane c06f39de73 Fix some bugs introduced by the 8.2-era conversion of cube functions to V1 17 years ago
Tom Lane eb23d8023b Fix contrib/xml2 makefile to not override CFLAGS. 17 years ago
Teodor Sigaev fc0a2b45d0 Fix broken compare function for tsquery_ops. Per Tom's report. 17 years ago