aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Fix core dump due to null-pointer dereference in to_char() when datetimeTom Lane2009-03-12
* Add MUST (Mauritius Island Summer Time) to the list of known abbreviations.Heikki Linnakangas2009-03-05
* Put back our old workaround for machines that declare cbrt() in math.h butTom Lane2009-03-04
* Ooops ... fix some confusion between gettext() and _() in my previous patch.Tom Lane2009-03-03
* When we are in error recursion trouble, arrange to suppress translation andTom Lane2009-03-02
* Fix buffer allocations in encoding conversion routines so that they won'tTom Lane2009-02-28
* In CREATE CONVERSION, test that the given function is a valid conversionHeikki Linnakangas2009-02-27
* Fix an old problem in decompilation of CASE constructs: the ruleutils.c codeTom Lane2009-02-25
* Repair a longstanding bug in CLUSTER and the rewriting variants of ALTERTom Lane2009-02-24
* Translation updatesPeter Eisentraut2009-01-29
* Replace argument-checking Asserts with regular test-and-elog checks in allTom Lane2009-01-29
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-28
* Fix erroneous memory context switch in autovacuum, which was returning to aAlvaro Herrera2009-01-20
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-06
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* In predtest.c, install a limit on the number of branches we will process inTom Lane2008-11-12
* Translation updatesPeter Eisentraut2008-10-30
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Fix an old bug in after-trigger handling: AfterTriggerEndQuery took theTom Lane2008-10-25
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane2008-10-16
* When a relation is moved to another tablespace, we can't assume that we canHeikki Linnakangas2008-10-07
* Fix improper display of fractional seconds in interval valuesTom Lane2008-10-02
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-24
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Install checks in executor startup to ensure that the tuples produced by anTom Lane2008-08-08
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Fix performance bug in write_syslog(): the code to preferentially break theTom Lane2008-07-08
* Fix estimate_num_groups() to assume that GROUP BY expressions yielding booleanTom Lane2008-07-07
* Fix AT TIME ZONE (in all three variants) so that we first try to interpretTom Lane2008-07-07
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Fix datetime input functions to correctly detect integer overflow whenTom Lane2008-06-09
* ALTER AGGREGATE OWNER seems to have been missed by the last couple ofTom Lane2008-06-08
* Fix pg_get_ruledef() so that negative numeric constants are parenthesized.Tom Lane2008-06-06
* Translation updates.Tom Lane2008-06-05
* Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane2008-05-27
* Fix an old corner-case bug in set_config_option: push_old_value has to beTom Lane2008-05-26
* Remove arbitrary 10MB limit on two-phase state file size. It's not that hardHeikki Linnakangas2008-05-19
* Don't try to close negative file descriptors, since this can causeMagnus Hagander2008-05-13
* Fix an ancient oversight in change_varattnos_of_a_node: it neglected to updateTom Lane2008-05-09
* Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctlyTom Lane2008-04-24
* Fix several datatype input functions that were allowing unused bytes in theirTom Lane2008-04-11
* Defend against JOINs having more than 32K columns altogether. We cannotTom Lane2008-04-05
* Fix a number of places that were making file-type tests infelicitously.Tom Lane2008-03-31
* Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to theHeikki Linnakangas2008-03-20
* Fix regexp substring matching (substring(string from pattern)) for the cornerTom Lane2008-03-19
* Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponingTom Lane2008-03-12
* Change hashscan.c to keep its list of active hash index scans inTom Lane2008-03-07
* Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara.Alvaro Herrera2008-03-05