Commit Graph

1155 Commits (53690dce271947effb51e5616d6933b3eff51277)

Author SHA1 Message Date
Tom Lane 238e6b9519 Make contrib/xml2 use core xml.c's error handler, when available (that is, 16 years ago
Tom Lane 8a0137d785 Fix contrib/xml2 so regression test still works when it's built without libxslt. 16 years ago
Tom Lane a8ab473383 Remove xmlCleanupParser calls from contrib/xml2. 16 years ago
Tom Lane 94152f93f5 Back-patch today's memory management fixups in contrib/xml2. 16 years ago
Joe Conway 7b537a8540 Check to ensure the number of primary key fields supplied does not 16 years ago
Heikki Linnakangas c79a6b110c Remove a now unused local variable. 16 years ago
Heikki Linnakangas 56a87f2721 Previous fix for temporary file management broke returning a set from 16 years ago
Tom Lane b99751a199 Fix xslt_process() to ensure that it inserts a NULL terminator after the 17 years ago
Magnus Hagander e0ec95d7bf Remove beer-ware license from crypt-md5.c, per 17 years ago
Tom Lane 5525d26684 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Tom Lane af4ebb272e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Tom Lane 8f332cf79e Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Teodor Sigaev 8bdcdd2274 Fix uninitialized variables in get_covers 17 years ago
Teodor Sigaev c3bf525248 Sync output of tsearch2 regression test 17 years ago
Teodor Sigaev ff25ee0c7a Fix generation of too long headline with ShortWords. 17 years ago
Teodor Sigaev a82832465b Fix URL generation in headline. Only tag lexeme will be replaced by space. 17 years ago
Teodor Sigaev feb4596697 Fix small bug in headline generation. 17 years ago
Tom Lane 773f5cc8cb Fix contrib/xml2 makefile to not override CFLAGS. 18 years ago
Tom Lane 52441adb15 Fix several datatype input functions that were allowing unused bytes in their 18 years ago
Tom Lane 207f469912 Fix core dump in contrib/xml2's xpath_table() when the input query returns 18 years ago
Tom Lane 148bd52da4 The original patch to disallow non-passworded connections to non-superusers 18 years ago
Teodor Sigaev 9275f2d34c Backpatch: Fix tsvector_out() and tsquery_out() to escape backslesh, add test of that. 18 years ago
Joe Conway 0b33e2066f Have crosstab variants treat NULL rowid as a category in its own right, 18 years ago
Tom Lane d218e2332b Defend against openssl libraries that fail on keys longer than 128 bits; 19 years ago
Teodor Sigaev bc16ca2746 Fix crash of to_tsvector() function on huge input: compareWORD() 19 years ago
Teodor Sigaev 8605cfaa3d Fix header's size of structs defines in ispell. 19 years ago
Tom Lane d68b66984c Fix combo_decrypt() to throw an error for zero-length input when using a 19 years ago
Joe Conway 7ff65db8b0 Restrict non-superusers to password authenticated connections 19 years ago
Teodor Sigaev 368cc140d9 Fix caching of unsuccessful initialization of parser or configuration. 19 years ago
Teodor Sigaev 3e5a4a9a08 Fix backend crash in parsing incorrect tsquery. 19 years ago
Tatsuo Ishii e6be37ffe2 Back port patch. 19 years ago
Teodor Sigaev 3dd05aba09 Fix convertion for 'PFX flag N num' 19 years ago
Teodor Sigaev 60a25e6f6f Add description of tsvector type layout 20 years ago
Teodor Sigaev 3538b740f3 Remove pos comparison in silly_cmp_tsvector(): it is not a semantically significant 20 years ago
Teodor Sigaev a3cb2221f3 Fix incorrect length of lexemes in silly_cmp_tsvector() 20 years ago
Teodor Sigaev 747b82aa6a Fix regression tests: after changing comparing function 20 years ago
Teodor Sigaev 2ec2b2caf0 Fix compare bug for tsvector: problem was in aligment. Per Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> and Phil Frost <indigo@bitglue.com> 20 years ago
Teodor Sigaev 73761f3659 Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@sime.com> 20 years ago
Teodor Sigaev e33ab5b6d5 fix bug about modifying value in shared buffer, 20 years ago
Neil Conway 381ebcd21f Fix references to the Options section in the pgcrypto documentation. 20 years ago
Teodor Sigaev f446ede326 Fix bug corrupting query in gist consistent function. 20 years ago
Bruce Momjian fe204535a7 Backpatch dbmirror fix for escape handling. 20 years ago
Joe Conway e582d2ee1a - During dblink_open, if transaction state was IDLE, force cursor count to 20 years ago
Andrew Dunstan b243d39456 backport workaround for OpenBSD compiler bug 20 years ago
Bruce Momjian f671bee9d0 Re-defines SHA2 symbols so that they would not conflict with certain 20 years ago
Tom Lane dd2a4ce6ac Fix errors in fortuna PRNG reseeding logic that could cause a predictable 20 years ago
Bruce Momjian 3a3622c5f0 Back out \' change for tsearch2, broke regression tests. 20 years ago
Bruce Momjian 9a27f72b37 Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. 20 years ago
Teodor Sigaev 06e4478877 Detoast query in g_intbig_consistent and copy query in g_int_consistent. 20 years ago
Tom Lane effecebad1 Fix order of linking of libxslt and libxml2, per Dave Page. 20 years ago