Commit Graph

22148 Commits (023c537f47f61a9e24dc5ff8ab445c23f00aaae7)
 

Author SHA1 Message Date
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
Heikki Linnakangas 1abe8ea3a6 When a relation is moved to another tablespace, we can't assume that we can 17 years ago
Tom Lane aaa0d6b858 Fix improper display of fractional seconds in interval values 17 years ago
Tom Lane 38c8ab246b Recent patches to pg_ctl broke "pg_ctl restart" for the case where no 17 years ago
Tom Lane cd311af46e Fix more problems with rewriter failing to set Query.hasSubLinks when inserting 17 years ago
Marc G. Fournier 00f3091e60 tag for 8.1.14 17 years ago
Tom Lane 81dcd77b81 Update back-branch release notes. 17 years ago
Tom Lane ec7d885e20 Update time zone data files to tzdata release 2008f (DST law changes in 18 years ago
Tom Lane 839ed8bd06 Widen the nLocks counts in local lock tables from int to int64. This 18 years ago