summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag 8.1.17REL8_1_17Marc G. Fournier2009-03-136-20/+20
* Update back-branch release notes.Tom Lane2009-03-121-3/+283
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-121-2/+2
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-051-1/+2
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-041-1/+10
* Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane2009-03-031-2/+2
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-024-50/+96
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-284-22/+20
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-271-1/+15
* Set isnull for errm and sqlstate local variables when they're free'd. BecauseHeikki Linnakangas2009-02-271-1/+3
* Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane2009-02-251-18/+23
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-245-16/+27
* tagging 8.1.16REL8_1_16Marc G. Fournier2009-01-306-20/+20
* Update back-branch release notes.Tom Lane2009-01-301-5/+299
* Translation updatesPeter Eisentraut2009-01-293-81/+158
* Update time zone data files to tzdata release 2009a: introduces Asia/KathmanduTom Lane2009-01-295-17/+78
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-2929-303/+173
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-282-10/+10
* Fix erroneous memory context switch in autovacuum, which was returning to aAlvaro Herrera2009-01-201-4/+5
* Fix uninitialized variables in get_coversTeodor Sigaev2009-01-161-2/+2
* Sync output of tsearch2 regression testTeodor Sigaev2009-01-161-1/+1
* Fix generation of too long headline with ShortWords.Teodor Sigaev2009-01-151-1/+3
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-153-7/+10
* Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the needBruce Momjian2009-01-091-3/+4
* Remove references to pgsql-ports and pgsql-patches mailing lists fromTom Lane2009-01-065-18/+13
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-061-3/+4
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-013-14/+155
* In predtest.c, install a limit on the number of branches we will process inTom Lane2008-11-121-1/+8
* Detect and error out on inability to get proper linkage information required ...Andrew Dunstan2008-11-122-3/+24
* tag 8.1.15REL8_1_15Marc G. Fournier2008-10-316-20/+20
* Update back-branch release notes.Tom Lane2008-10-301-1/+345
* Translation updatesPeter Eisentraut2008-10-307-6985/+7942
* Update time zone data files to tzdata release 2008i (DST law changes inTom Lane2008-10-304-27/+123
* Missing space in error messagePeter Eisentraut2008-10-302-5/+5
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-275-29/+76
* Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane2008-10-251-11/+19
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-223-13/+26
* Fix small bug in headline generation.Teodor Sigaev2008-10-171-2/+2
* Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane2008-10-161-3/+3
* Fix COPY documentation to not imply that HEADER can be used outside CSV mode.Tom Lane2008-10-101-3/+2
* Optional arguments should be optional.Michael Meskes2008-10-101-2/+2
* Fix overly tense optimization of PLpgSQL_func_hashkey: we must representTom Lane2008-10-092-3/+10
* When a relation is moved to another tablespace, we can't assume that we canHeikki Linnakangas2008-10-071-1/+12
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-021-2/+2
* Recent patches to pg_ctl broke "pg_ctl restart" for the case where noTom Lane2008-09-301-1/+6
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-241-1/+28
* tag for 8.1.14REL8_1_14Marc G. Fournier2008-09-196-20/+20
* Update back-branch release notes.Tom Lane2008-09-191-1/+387
* Update time zone data files to tzdata release 2008f (DST law changes inTom Lane2008-09-178-75/+387
* Widen the nLocks counts in local lock tables from int to int64. ThisTom Lane2008-09-161-3/+3