Commit Graph

1127 Commits (cac0d6922f88a368dd1afa3b0933512f32d1a977)

Author SHA1 Message Date
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
Tom Lane 05d2a7256e Fix vacuumlo to avoid unnecessary use of backslash in search pattern. 20 years ago
Neil Conway 3bd549ba0a Patch from Marko Kreen: 20 years ago
Tom Lane 4977c2b31b Replace bitwise looping with bytewise looping in hemdistsign and 20 years ago
Tom Lane f5b50af291 There is a signedness bug in Openwall gen_salt code that pgcrypto uses. 20 years ago
Joe Conway 17903a7375 When the remote query result has a different number of columns 20 years ago
Teodor Sigaev dacf7e774d Fix word's length in pg_regexec call 20 years ago
Tom Lane 31a21e3df0 Remove incorrect increment of lineno, per David Fetter. 20 years ago
Bruce Momjian 7f155c3322 I recently received the Debian bug report below about missing iconv 20 years ago
Teodor Sigaev 3482b4597e Fix stupid bug with sizeof 20 years ago
Tatsuo Ishii 3824460544 Two fixes from Tom Lan. See the posting "[PATCHES] A couple of 20 years ago
Tatsuo Ishii 45722010ef Having blank lines in -f scripts was causing silent failures. 20 years ago
Bruce Momjian bef7764835 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Teodor Sigaev 6812abb673 Fix incorrect header size macros 20 years ago
Tom Lane da9fc25909 pgcrypto documentation polishing from Marko Kreen, and a small amount 20 years ago
Teodor Sigaev 1dd6bd19fa Add sanity check of query 20 years ago
Tom Lane 9ee0a7df50 Fix some allocation size calculation errors that would cause pgbench 20 years ago
Teodor Sigaev 21b748e76a 1 Fix problem with lost precision in rank with OR-ed lexemes 20 years ago
Joe Conway 056eb1412c When a cursor is opened using dblink_open, only start a transaction 20 years ago
Tom Lane c62b29a603 Fix several contrib makefiles that failed in VPATH builds, particularly 20 years ago
Tom Lane ad148c4154 Suppress warnings on platforms where fprintf is a macro (eg, recent 20 years ago
Tom Lane b562639561 Fix bogus error test in get_ti_Oid(). 20 years ago
Tom Lane 0631059c9c Fix unportable struct initializations. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 3af21fa568 Mark xslt_process() as volatile. 20 years ago
Bruce Momjian 40e1b30f63 Change xpath_table() and xslt_process() from IMMUTABLE to STABLE. 20 years ago
Bruce Momjian 7d43349ab5 Fix capitalization of example. 20 years ago
Tom Lane 07eeb9d109 Do all accesses to shared buffer headers through volatile-qualified 20 years ago
Tom Lane 313ed1ed94 Fix (hopefully for the last time) problems with datetime values displaying 21 years ago