Commit Graph

1166 Commits (c0486e9dea9135d434b0451becab91bee28aa7ad)

Author SHA1 Message Date
Heikki Linnakangas 62f86b32ea If pk is NULL, the backend would segfault when accessing ->algo and the 15 years ago
Robert Haas cf497cbdf2 Add contrib/xml2/pgxml.sql to .gitignore 15 years ago
Tom Lane f02f7c4c93 Some more gitignore cleanups: cover contrib and PL regression test outputs. 15 years ago
Magnus Hagander 3fb50a7288 Convert cvsignore to gitignore, and add .gitignore for build targets. 15 years ago
Peter Eisentraut 003c5981c3 Spelling fix 16 years ago
Tom Lane 7577975515 Fix dblink_build_sql_insert() and related functions to handle dropped 16 years ago
Tom Lane 7a1d80b91c Consolidate and improve checking of key-column-attnum arguments for 16 years ago
Tom Lane c797279ab7 Rearrange dblink's dblink_build_sql_insert() and related routines to open and 16 years ago
Itagaki Takahiro 47cf87a147 Fix connection leak in dblink when dblink_connect() or dblink_connect_u() 16 years ago
Itagaki Takahiro ac14ba5f87 Fix dblink to treat connection names longer than NAMEDATALEN-2 (62 bytes). 16 years ago
Tom Lane c383ff4ca1 Ensure that contrib/pgstattuple functions respond to cancel interrupts 16 years ago
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