Commit Graph

22156 Commits (00a0df58d6c192525352afc77d4ad74095d1382f)
 

Author SHA1 Message Date
Teodor Sigaev 00a0df58d6 Fix 'all at one page bug' in picksplit method of R-tree emulation. Add defense 17 years ago
Tom Lane 5525d26684 Defend against non-ASCII letters in fuzzystrmatch code. The functions 17 years ago
Tom Lane bb11b0e53c Rewrite interval_hash() so that the hashcodes are equal for values that 17 years ago
Tom Lane af4ebb272e Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read 17 years ago
Magnus Hagander 7daa32daa9 Don't crash initdb when we fail to get the current username. 17 years ago
Heikki Linnakangas 199d8bb60a Fix a rare race condition when commit_siblings > 0 and a transaction commits 17 years ago
Heikki Linnakangas a6ecfd4719 Fix tab completion of ANALYZE VERBOSE <tab>. It was previously confused 17 years ago
Tom Lane 8f332cf79e Fix old thinko in pgp.h: the idea is to declare some named enum types, 17 years ago
Marc G. Fournier 023c537f47 tag 8.1.17 17 years ago
Tom Lane 05940d393d Update back-branch release notes. 17 years ago
Tom Lane 6578c68207 Fix core dump due to null-pointer dereference in to_char() when datetime 17 years ago
Heikki Linnakangas 2723d927e6 Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. 17 years ago
Tom Lane 9a8644a682 Put back our old workaround for machines that declare cbrt() in math.h but 17 years ago
Tom Lane 38da2203a9 Ooops ... fix some confusion between gettext() and _() in my previous patch. 17 years ago
Tom Lane 010953d904 When we are in error recursion trouble, arrange to suppress translation and 17 years ago
Tom Lane 38a0507d06 Fix buffer allocations in encoding conversion routines so that they won't 17 years ago
Heikki Linnakangas c2ffb26747 In CREATE CONVERSION, test that the given function is a valid conversion 17 years ago
Heikki Linnakangas 1a5b7b0b57 Set isnull for errm and sqlstate local variables when they're free'd. Because 17 years ago
Tom Lane f970cc9588 Fix an old problem in decompilation of CASE constructs: the ruleutils.c code 17 years ago
Tom Lane ebce90a1c2 Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER 17 years ago
Marc G. Fournier 55a19fa409 tagging 8.1.16 17 years ago
Tom Lane 998a372ebc Update back-branch release notes. 17 years ago
Peter Eisentraut 8403e19261 Translation updates 17 years ago
Tom Lane 16c8250521 Update time zone data files to tzdata release 2009a: introduces Asia/Kathmandu 17 years ago
Tom Lane 7eed9ca397 Replace argument-checking Asserts with regular test-and-elog checks in all 17 years ago
Magnus Hagander 53759b01ff Go over all OpenSSL return values and make sure we compare them 17 years ago
Alvaro Herrera 74f933a648 Fix erroneous memory context switch in autovacuum, which was returning to a 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
Bruce Momjian 076b64fe93 Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need 17 years ago
Tom Lane 943b6b82a9 Remove references to pgsql-ports and pgsql-patches mailing lists from 17 years ago
Heikki Linnakangas fcd3890f3c Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. 17 years ago
Tom Lane b27de223da Ensure that the contents of a holdable cursor don't depend on out-of-line 17 years ago
Tom Lane d7d81aa813 In predtest.c, install a limit on the number of branches we will process in 17 years ago
Andrew Dunstan e82067890a Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1. 17 years ago
Marc G. Fournier d8ca7ffbea tag 8.1.15 17 years ago
Tom Lane 09df79e8d7 Update back-branch release notes. 17 years ago
Peter Eisentraut 7266a78f7b Translation updates 17 years ago
Tom Lane 11b6ddd22f Update time zone data files to tzdata release 2008i (DST law changes in 17 years ago
Peter Eisentraut b0a29b6478 Missing space in error message 17 years ago
Tom Lane 1b0c30f68d Install a more robust solution for the problem of infinite error-processing 17 years ago
Tom Lane f4d4bc827f Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the 17 years ago
Teodor Sigaev b5f5c89528 Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't 17 years ago
Teodor Sigaev feb4596697 Fix small bug in headline generation. 17 years ago
Tom Lane 95402c347e Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number 17 years ago
Tom Lane 3b25d1650c Fix COPY documentation to not imply that HEADER can be used outside CSV mode. 17 years ago
Michael Meskes 77aa915797 Optional arguments should be optional. 17 years ago
Tom Lane 3e5ed167d4 Fix overly tense optimization of PLpgSQL_func_hashkey: we must represent 17 years ago