Commit Graph

844 Commits (REL7_4_STABLE)

Author SHA1 Message Date
Tom Lane dbf859c711 Still more .gitignore cleanup. 15 years ago
Tom Lane ec8576114f Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 6b4453fd71 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Tom Lane 873b9b8a3d Fix dblink_build_sql_insert() and related functions to handle dropped 15 years ago
Tom Lane 240076b3c4 Consolidate and improve checking of key-column-attnum arguments for 15 years ago
Tom Lane 5ab2c669cb Rearrange dblink's dblink_build_sql_insert() and related routines to open and 15 years ago
Itagaki Takahiro 6742c60153 Fix incorrect change in dblink introduced by the previous commit 15 years ago
Itagaki Takahiro 71dca6e000 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 15 years ago
Tom Lane 2154452ca4 Ensure that contrib/pgstattuple functions respond to cancel interrupts 15 years ago
Joe Conway a0b3d52af1 Check to ensure the number of primary key fields supplied does not 16 years ago
Magnus Hagander 65face6a12 Remove beer-ware license from crypt-md5.c, per 16 years ago
Teodor Sigaev ca1316dfa3 Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 16 years ago
Tom Lane 1b40567c55 Defend against non-ASCII letters in fuzzystrmatch code. The functions 16 years ago
Tom Lane ed00200dac Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 16 years ago
Teodor Sigaev d01bcba483 Fix uninitialized variables in get_covers 17 years ago
Teodor Sigaev e0408ba3d5 Fix URL generation in headline. Only tag lexeme will be replaced by space. 17 years ago
Teodor Sigaev f58cccb0b5 Fix generation of too long headline with ShortWords. 17 years ago
Teodor Sigaev ca2ecbdaca Fix small bug in headline generation. 17 years ago
Tom Lane 29cb46fa77 Fix several datatype input functions that were allowing unused bytes in their 17 years ago
Tom Lane 1f42e1cb68 The original patch to disallow non-passworded connections to non-superusers 18 years ago
Teodor Sigaev 505292eb41 Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. 18 years ago
Joe Conway 8145f00f27 Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Teodor Sigaev 45cd13c8ab Fix crash of to_tsvector() function on huge input: compareWORD() 18 years ago
Tom Lane 08e72a644a Fix combo_decrypt() to throw an error for zero-length input when using a 18 years ago
Joe Conway 62ca8db433 Restrict non-superusers to password authenticated connections 18 years ago
Teodor Sigaev a75602e4c6 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Teodor Sigaev bcac5703ec Fix backend crash in parsing incorrect tsquery. 19 years ago
Tatsuo Ishii fe7b0fc35d Back port patch. 19 years ago
Teodor Sigaev 3672084fe6 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 19 years ago
Teodor Sigaev 8f0b1d044c fix bug about modifying value in shared buffer, 19 years ago
Teodor Sigaev 2962428b3a Fix bug corrupting query in gist consistent function. 19 years ago
Bruce Momjian 24ccd11a6c Fix dbmirror for new backslash escaping: 19 years ago
Bruce Momjian 48498602a0 Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 19 years ago
Teodor Sigaev e314c3f53f Detoast query in g_intbig_consistent and copy query in g_int_consistent. 20 years ago
Neil Conway ac2172d6f6 Patch from Marko Kreen: 20 years ago
Joe Conway fcacfc96a2 When the remote query result has a different number of columns 20 years ago
Tom Lane 8dc7c8cf1d There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Teodor Sigaev 9e4caa5abe Fix stupid bug with sizeof 20 years ago
Tom Lane 01145f963f Prevent core dump in contrib version of autovacuum when a table has been 20 years ago
Teodor Sigaev 8fb4451a4d Update Snowball. I have to update it because of 20 years ago
Tom Lane 6f0da9545a int_array_enum function should be using fcinfo->flinfo->fn_extra for 20 years ago
Tom Lane dc59b47518 cube_1 variant is needed in 7.4 branch, per results from buildfarm 20 years ago
Tom Lane 0a719d8935 Fix bogus "extern int errno;" in back branches, per Andrew Dunstan. 20 years ago
Teodor Sigaev 1891938e9c Prevent to divide by zero and range out of 0..1 20 years ago
Tom Lane 308f01c304 Change tsearch2 to not use the unsafe practice of creating functions 20 years ago
Tom Lane c7b94bbad9 int_aggregate's int_enum() doesn't work correctly with arrays that 20 years ago
Teodor Sigaev 6091d62c9d Add comment about permissions on pg_ts* tables 20 years ago
Teodor Sigaev 7d19650a79 Fix various comparing functions 21 years ago
Tom Lane b4fd104204 Previous "64-bit fix" for intagg didn't actually work. This is already 21 years ago
Neil Conway 2450224e6b Some builds (depends on crypto engine support?) of OpenSSL 21 years ago