aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Go over all OpenSSL return values and make sure we compare themMagnus Hagander2009-01-28
* Fix URL generation in headline. Only tag lexeme will be replaced by space.Teodor Sigaev2009-01-15
* Fix generation of too long headline with ShortWords.Teodor Sigaev2009-01-15
* 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
* Fix an oversight in my patch of a couple weeks ago that ensured a snapshotTom Lane2009-01-01
* Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabledTom Lane2008-12-30
* Make heap_update() set newtup->t_tableOid correctly, for consistency withTom Lane2008-12-16
* Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing anTom Lane2008-12-14
* Fix failure to ensure that a snapshot is available to datatype input functionsTom Lane2008-12-13
* Initialize GISTScanOpaque->qual_ok even if there is no conditions.Teodor Sigaev2008-12-04
* 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
* Back-patch change to make DISCARD ALL release advisory locks.Tom Lane2008-11-27
* Fix crash of xmlconcat(NULL)Peter Eisentraut2008-11-15
* Prevent synchronous scan during GIN index build, because GIN is optimizedTom Lane2008-11-13
* In predtest.c, install a limit on the number of branches we will process inTom Lane2008-11-12
* Fix off-by-one error in autovacuum shmem struct sizing. This could lead toHeikki Linnakangas2008-11-12
* Get rid of adjust_appendrel_attr_needed(), which has been broken ever sinceTom Lane2008-11-11
* Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuringTom Lane2008-11-10
* Translation updatesPeter Eisentraut2008-10-30
* Revert previous patch to put the shared memory segment on win32Magnus Hagander2008-10-30
* Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane2008-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
* On second thought, let's not get involved in correcting the feature listPeter Eisentraut2008-10-23
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Small correction SQL feature tablePeter Eisentraut2008-10-17
* Fix small bug in headline generation.Teodor Sigaev2008-10-17
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-17
* 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
* Fix omission of DiscardStmt in GetCommandLogLevel, per report from HubertTom Lane2008-10-10
* Fix crash in bytea-to-XML mapping when the source value is toasted.Tom Lane2008-10-09
* Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas2008-10-09
* 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
* Compare escaped chars case insensitively for ILIKE - per gripe from TGL.Andrew Dunstan2008-09-27
* Fix more problems with rewriter failing to set Query.hasSubLinks when insertingTom Lane2008-09-24
* Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin.Tom Lane2008-09-16
* Fix caching of foreign-key-checking queries so that when a replan is needed,Tom Lane2008-09-15
* Skip opfamily check in eclass_matches_any_index() when the index isn't aTom Lane2008-09-12
* Initialize the minimum frozen Xid in vac_update_datfrozenxid usingAlvaro Herrera2008-09-11
* HeapTupleHeaderAdjustCmax made the incorrect assumption that the rawHeikki Linnakangas2008-09-01
* Fix bug in original implementation of xmlserialize(): if user specifiesTom Lane2008-08-29
* Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constantTom Lane2008-08-26
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23