Commit Graph

1647 Commits (81b4e5ceb6904f3d689a694eb72a90b7ea6cd961)

Author SHA1 Message Date
Tom Lane 81b4e5ceb6 Fix longstanding error in contrib/intarray's int[] & int[] operator. 14 years ago
Tom Lane b4e9fd4df3 Fix error detection in contrib/pgcrypto's encrypt_iv() and decrypt_iv(). 14 years ago
Tom Lane 23bd628b9f Fix one-byte buffer overrun in contrib/test_parser. 14 years ago
Tom Lane a4a5d40190 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Robert Haas 976bad0433 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane e99bb79e50 Fix pgstatindex() to give consistent results for empty indexes. 15 years ago
Peter Eisentraut 9e193cd9cb Remove excessively backpatched gitignore files 15 years ago
Tom Lane 4b09299e47 Apply upstream fix for blowfish signed-character bug (CVE-2011-2483). 15 years ago
Heikki Linnakangas 5d1923b424 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Peter Eisentraut 9742dfc8a5 Add missing gitignore file 15 years ago
Tom Lane d1fd7b290c Prevent buffer overrun while parsing an integer in a "query_int" value. 15 years ago
Tom Lane 15884d494e Fix erroneous parsing of tsquery input "... & !(subexpression) | ..." 15 years ago
Tom Lane 7bfefa9a12 Fix contrib/seg's GiST picksplit method. 15 years ago
Tom Lane 61f8618016 Fix significant memory leak in contrib/xml2 functions. 15 years ago
Itagaki Takahiro ec66f65899 Don't raise "identifier will be truncated" messages in dblink 15 years ago
Robert Haas 2519b8268b Fix bug in cube picksplit algorithm. 15 years ago
Heikki Linnakangas 4a75c7f9f1 If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas 328539fb9a Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane 316a689320 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 40f34ec4fd Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Robert Haas 263ac11379 Deprecate the use of => as an operator name. 16 years ago
Tom Lane 37d8570d4d Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 9486eeb714 Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane a68404d436 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro b52f12b3a5 Avoid "identifier will be truncated" warning in dblink 16 years ago
Itagaki Takahiro effcafeaa1 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Teodor Sigaev 3b530d90d5 Add missed function dblink_connect_u(text[,text]) to uninstall script 16 years ago
Itagaki Takahiro 442d94142c Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Heikki Linnakangas 24bd638ed0 Fix typos in comments, spotted by Josh Kupershmidt. 16 years ago
Tom Lane 0926c76c8e Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
Tom Lane 3c6dc48ce4 Fix ginint4_queryextract() to actually do what it was intended to do for an 16 years ago
Tom Lane 40c5457e60 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane b0c8b3dd6a Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane 5ea32f560a Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 8748dc3580 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Tom Lane 29667c8536 Allow zero-dimensional (ie, empty) arrays in contrib/ltree operations. 16 years ago
Joe Conway 14b22354e4 Check to ensure the number of primary key fields supplied does not 16 years ago
Heikki Linnakangas b1ffbaeddc Previous fix for temporary file management broke returning a set from 16 years ago
Robert Haas 743ffa59b9 Fix levenshtein with costs. The previous code multiplied by the cost in only 16 years ago
Heikki Linnakangas 7433359347 Disable triggering failover with a signal in pg_standby on Windows, because 16 years ago
Joe Conway 0daae1a622 plug dblink resource leak 17 years ago
Magnus Hagander 53890f8073 Make sure FD_SETSIZE is set before we include any Windows 17 years ago
Tom Lane 8329149139 Improve comment, per gripe from Alvaro. 17 years ago
Tom Lane 1bce4906e2 Fix pg_stat_statements for EXEC_BACKEND case. 17 years ago
Tom Lane c75b054b0d Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Tom Lane 888bcdb9e0 Make prior patch pgindent-safe. 17 years ago
Heikki Linnakangas 8fd733bd19 Disable pg_standby -l option because the backend doesn't expect the recovered 17 years ago
Heikki Linnakangas efa8544fd5 Fix a few errors in comments. Patch by Fujii Masao, plus the one in 17 years ago
Tom Lane d94582f4f8 Mark contrib's GiST and GIN opclass support functions as STRICT, for safety. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago