Commit Graph

1660 Commits (85eb066ecdba647fcf972425d67266271e35d5cb)

Author SHA1 Message Date
Joe Conway 6c8b16e30a Fix performance regression in dblink connection speed. 12 years ago
Tom Lane 2c3b7d2247 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 12 years ago
Tom Lane 21c2d4cd62 Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Tom Lane a0a98837f4 Fix pgp_pub_decrypt() so it works for secret keys with passwords. 13 years ago
Tom Lane 697f5cadf5 Fix contrib/pg_trgm's similarity() function for trigram-free strings. 13 years ago
Tom Lane 77b9bac3be Make contrib/btree_gist's GiST penalty function a bit saner. 13 years ago
Tom Lane f27cbcdc6b Fix erroneous range-union logic for varlena types in contrib/btree_gist. 13 years ago
Tom Lane de0849c28a Take buffer lock while inspecting btree index pages in contrib/pageinspect. 13 years ago
Tom Lane d9b023c7bc Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane 63ac5b0b67 Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Tom Lane 4c95cdabce Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Tom Lane 230e779f58 Fix a couple of contrib/dblink bugs. 14 years ago
Tom Lane 19ab40fd46 Fix dblink's failure to report correct connection name in error messages. 14 years ago
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 16 years ago
Tom Lane 316a689320 Some more gitignore cleanups: cover contrib and PL regression test outputs. 16 years ago
Magnus Hagander 40f34ec4fd Convert cvsignore to gitignore, and add .gitignore for build targets. 16 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