Commit Graph

660 Commits (af6b2e30a463600a559700a67d1a97c0b2413258)

Author SHA1 Message Date
Tatsuo Ishii 43021ef815 Back port patch. 19 years ago
Teodor Sigaev 2b3d2717c4 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Teodor Sigaev 3da93a0a3b fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 3c3c610c57 A recent backpatch to 7.3's contrib/ltree got mixed up, putting code in 20 years ago
Teodor Sigaev 79aabd140d Fix bug corrupting query in gist consistent function. 20 years ago
Bruce Momjian 4587cd4280 Fix dbmirror for new backslash escaping: 20 years ago
Bruce Momjian 583a472f7b Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 20 years ago
Neil Conway 0c853662bd Patch from Marko Kreen: 20 years ago
Joe Conway 4e0f51f13d When the remote query result has a different number of columns 20 years ago
Tom Lane a74dc12416 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Teodor Sigaev 85fc9ad4af Fix stupid bug with sizeof 20 years ago
Tom Lane f739566069 int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Tom Lane 509741d3d5 Looks like cube_1 variant is also needed in 7.3 branch. 21 years ago
Tom Lane 24ede218a1 Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. 21 years ago
Tom Lane ca1e578d62 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Tom Lane ce49ae9041 Previous "64-bit fix" for intagg didn't actually work. This is already 21 years ago
Neil Conway acb42e9cb9 Some builds (depends on crypto engine support?) of OpenSSL 21 years ago
Neil Conway 638eb4938c Update contrib/pgcrypto in 7.3 and 7.2 branches to avoid problems with 21 years ago
Tom Lane 24162978b7 Make sure contrib C functions are marked strict where needed. 21 years ago
Tom Lane 64e3271ebc Now that I look at it, int_array_enum() didn't work either. 21 years ago
Tom Lane 05dadca2a0 Fix security and 64-bit issues in contrib/intagg. This code could 21 years ago
Neil Conway 38ab95f703 Mark the text_soundex() function as "strict", to avoid crashing on NULL 21 years ago
Tom Lane d9c1e5e1c2 Back-patch make_oidjoins_check security improvement. 22 years ago
Tom Lane 78c0692b15 Repair possible failure to update hint bits back to disk, per 22 years ago
Teodor Sigaev 144dc30554 Remove asymetrical word processing in query and text 22 years ago
Joe Conway a7e5e2fe74 When returning type "record", replace use of pgresultGetTupleDesc 22 years ago
Joe Conway 7ce7e3f036 pply quote_literal to the start_with argument of connectby. Fixes problem 22 years ago
Joe Conway 005887d1c0 Added missing SPI_finish() calls to get_tuple_of_interest(). Fixes bug 22 years ago
Teodor Sigaev fd9397c0e7 Allow sub[path|ltre] return void result 23 years ago
Teodor Sigaev 57970c37f8 Mark as deprecated 23 years ago
Tom Lane 8236cd7e74 Repair quoting sloppiness, lack of schema awareness in reindexdb. 23 years ago
Tom Lane 1e3fbccd6c Fix failure when uniq-ifying an array of zero elements. 23 years ago
Tom Lane ab90b49f6b Check calling context for connectby_text(), per Joe Conway. 23 years ago
Bruce Momjian 7c100e96b7 Please, apply patch for contrib/ltree to current CVS and 7.3.2 23 years ago
Bruce Momjian e8b9aeea41 The attatched patch fixes a memory error with contrib/dbmirror/pending.c 23 years ago
Bruce Momjian 00cb9384a1 Please apply patches for contrib/ltree. 23 years ago
Tom Lane b52fe8dcc8 Tweak bison build rules so that we get the same error messages from 23 years ago
Bruce Momjian 7112d38c7e This patch fixes an incorrect statement and makes a few cleanups to 23 years ago
Bruce Momjian 9ee86665ef Upgrade to my2pg 1.9 23 years ago
Bruce Momjian b2353a3db6 Upgrade to even newer ora2pg 2.0. 23 years ago
Bruce Momjian de1096bd8e Upgrade to ora2pg 1.10. Backpatch to 7.3.X. 23 years ago
Hiroshi Inoue 4bd41a4d50 Add casts between oid and lo in contrib. 23 years ago
Bruce Momjian 0b91b448f4 Small fix in documentation and some examples of usage. Please, apply to 23 years ago
Bruce Momjian 8fba8caba6 This patch fixes minor bugs in dictionary generator in contrib/tsearch 23 years ago
Bruce Momjian ab6e38e40a Thank you very much, you catch it :). This bug had a long life, because it 23 years ago
Bruce Momjian 530bf204f0 It looks like the problem was introduced when the "SET autocommit" and 23 years ago
Tom Lane 5b827b68db Fix off-by-one bug in usage check. 23 years ago
Tom Lane 22499b4854 Fix script name in README. 23 years ago
Tom Lane 2d9d28038d Fix dependency generation for multicolumn foreign keys. From Adam Buraczewski. 23 years ago
Bruce Momjian 805acc16b8 Allocate proper length for sprintf string, from Tatsuo. 23 years ago