Commit Graph

1672 Commits (REL8_4_STABLE)

Author SHA1 Message Date
Tom Lane fd785441ff When using the OSSP UUID library, cache its uuid_t state object. 12 years ago
Tom Lane 1b20c639ea Revert "Fix bogus %name-prefix option syntax in all our Bison files." 12 years ago
Tom Lane ddf317fe0d Fix bogus %name-prefix option syntax in all our Bison files. 12 years ago
Heikki Linnakangas e31d77c96f Initialize padding bytes in btree_gist varbit support. 12 years ago
Bruce Momjian 99058cfc63 Remove tabs after spaces in C comments 12 years ago
Bruce Momjian df2e62603e pgcrypto: fix memset() calls that might be optimized away 12 years ago
Bruce Momjian de13cea4b9 Properly check for readdir/closedir() failures 12 years ago
Tom Lane 810d6df081 Add missing #include. 12 years ago
Tom Lane 69d2bc14ad Prevent potential overruns of fixed-size buffers. 12 years ago
Noah Misch 98be8a6eaa Predict integer overflow to avoid buffer overruns. 12 years ago
Tom Lane 72cce2c780 Fix possible buffer overrun in contrib/pg_trgm. 12 years ago
Heikki Linnakangas 492b685417 Fix calculation of ISMN check digit. 12 years ago
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 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