Commit Graph

990 Commits (19c9660ca8e87cee53d80dc4e2c19b4530c44264)

Author SHA1 Message Date
Joe Conway 9b5efb80ce Restrict non-superusers to password authenticated connections 19 years ago
Teodor Sigaev 51fb9106e0 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Teodor Sigaev 0652254108 Fix backend crash in parsing incorrect tsquery. 20 years ago
Tatsuo Ishii 8147c13f6f Back port patch. 20 years ago
Teodor Sigaev b328083249 Fix convertion for 'PFX flag N num' 20 years ago
Teodor Sigaev 09e33d1628 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Teodor Sigaev 9a7788fb4d fix bug about modifying value in shared buffer, 20 years ago
Teodor Sigaev 7284c36ae7 Fix bug corrupting query in gist consistent function. 20 years ago
Bruce Momjian acf40f39be Fix dbmirror for new backslash escaping: 20 years ago
Andrew Dunstan 34fe15672d backport workaround for OpenBSD compiler bug 20 years ago
Tom Lane 6450cee473 Fix missed \' to '' conversion. 20 years ago
Bruce Momjian 833e84621c Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4, 20 years ago
Teodor Sigaev 2ba15dbfc3 Detoast query in g_intbig_consistent and copy query in g_int_consistent. 20 years ago
Tom Lane ea8eeb4ca7 Fix order of linking of libxslt and libxml2, per Dave Page. 21 years ago
Neil Conway 74f615766c Patch from Marko Kreen: 21 years ago
Joe Conway 6c2fa48885 When the remote query result has a different number of columns 21 years ago
Tom Lane a559ef6594 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 21 years ago
Teodor Sigaev ba6e1b2e72 Fix word's length in pg_regexec call 21 years ago
Teodor Sigaev 9a40b555d3 Fix stupid bug with sizeof 21 years ago
Teodor Sigaev 0c1a3f94c6 Fix incorrect header size macros 21 years ago
Tom Lane 09290098c5 Prevent core dump in contrib version of autovacuum when a table has been 21 years ago
Teodor Sigaev b4d107a777 Update Snowball. I have to update it because of 21 years ago
Tom Lane 497f11845c int_array_enum function should be using fcinfo->flinfo->fn_extra for 21 years ago
Tom Lane ae1d34f23a Back-port several small portability fixes to get contrib building 21 years ago
Tom Lane ea72596db5 It appears that Darwin (OS X) does not cope well with C functions that 21 years ago
Bruce Momjian 75aed9f0c2 Backpatch to 8.0.X openssl portability fixes to pgcrypto. 21 years ago
Teodor Sigaev babd4714f6 Prevent to divide by zero and range out of 0..1 21 years ago
Bruce Momjian 928d269abf Fix pg_autovacuum -s flag to handle values > 2000 by using sleep() 21 years ago
Tom Lane 298e077bc4 Change tsearch2 to not use the unsafe practice of creating functions 21 years ago
Teodor Sigaev 46edb8efad workaround for bug in utils/date.h (timetz) 21 years ago
Tom Lane 73c195c607 Fix btree_gist to handle timetz zone correctly per recent changes. 21 years ago
Tom Lane 58d0214ed8 int_aggregate's int_enum() doesn't work correctly with arrays that 21 years ago
Teodor Sigaev cc5b676087 Add comment about permissions on pg_ts* tables 21 years ago
Tom Lane 9e57970860 Put back code mistakenly removed from copy of postmaster's 21 years ago
Teodor Sigaev da2010f40b Fix various comparing functions 22 years ago
Neil Conway 01ebb55c06 Document that the "-P" option to pg_autovacuum is insecure on many 22 years ago
Bruce Momjian 7751c06852 Have libpgport link before libpq so that PG client applications are more 22 years ago
Tom Lane a4500f3262 Previous "64-bit fix" for intagg didn't actually work. This is already 22 years ago
Neil Conway 8806b09b82 Some builds (depends on crypto engine support?) of OpenSSL 22 years ago
Teodor Sigaev 10d3c07875 Prevent rank change in case of duplicate search terms 22 years ago
Teodor Sigaev 2573029e52 Further fix int64/float8 time/timetz 22 years ago
Teodor Sigaev 1d5b814be9 Further fix time/timetz... 22 years ago
Teodor Sigaev 1c8fbd9b25 Fix float8->int64 transformation 22 years ago
Teodor Sigaev 1c423be404 Simplify defines 22 years ago
Teodor Sigaev f49d69b813 Fix memory leak for timestamp(with and w/o tz) and time indexes 22 years ago
Tom Lane d2190ad66e Make sure contrib C functions are marked strict where needed. 22 years ago
Tom Lane 49786de18e Add intset() to README (backpatch teodor's docs fix in HEAD). 22 years ago
Tom Lane 5f0962a233 Now that I look at it, int_array_enum() didn't work either. 22 years ago
Tom Lane 4d43341043 Fix security and 64-bit issues in contrib/intagg. This code could 22 years ago
Tom Lane e6941a7c7e Adjust Windows autovacuum service to retry for up to 5 minutes waiting 22 years ago