aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Defend against null input in analyze_requires_snapshot(), per reportTom Lane2009-01-30
* 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
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap.Heikki Linnakangas2009-01-06
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Fix an oversight in the code that makes transitive-equality deductions fromTom Lane2008-12-01
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Remove inappropriate memory context switch in shutdown_MultiFuncCall().Tom Lane2008-11-30
* In predtest.c, install a limit on the number of branches we will process inTom Lane2008-11-12
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* Translation updatesPeter Eisentraut2008-10-30
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane2008-10-26
* Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane2008-10-25
* 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 a small memory leak in ExecReScanAgg() in the hashed aggregation case.Neil Conway2008-10-16
* 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
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14
* 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 parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part.Tom Lane2008-07-24
* Fix an oversight in the original implementation of performMultipleDeletions():Tom Lane2008-07-11
* 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
* Prevent integer overflows during units conversion when displaying a GUCTom Lane2008-07-06
* Fix 'pg_ctl reload' to properly preserve postmaster commend-lineBruce Momjian2008-06-27
* Fix bug in the WAL recovery code to finish an incomplete split.Heikki Linnakangas2008-06-11
* 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
* Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping onTom Lane2008-05-28
* Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when theTom Lane2008-05-27
* Explicitly bind gettext() to the UTF8 locale when in use.Magnus Hagander2008-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