| Commit message (Expand) | Author | Age |
* | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander | 2009-01-28 |
* | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev | 2009-01-15 |
* | Fix generation of too long headline with ShortWords. | Teodor Sigaev | 2009-01-15 |
* | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane | 2009-01-07 |
* | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas | 2009-01-06 |
* | Fix an oversight in my patch of a couple weeks ago that ensured a snapshot | Tom Lane | 2009-01-01 |
* | Fix oversight in ALTER TABLE ENABLE/DISABLE RULE patch: the new enabled | Tom Lane | 2008-12-30 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 |
* | Restore enforce_generic_type_consistency's pre-8.3 behavior of allowing an | Tom Lane | 2008-12-14 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | Initialize GISTScanOpaque->qual_ok even if there is no conditions. | Teodor Sigaev | 2008-12-04 |
* | Fix an oversight in the code that makes transitive-equality deductions from | Tom Lane | 2008-12-01 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | Remove inappropriate memory context switch in shutdown_MultiFuncCall(). | Tom Lane | 2008-11-30 |
* | Back-patch change to make DISCARD ALL release advisory locks. | Tom Lane | 2008-11-27 |
* | Fix crash of xmlconcat(NULL) | Peter Eisentraut | 2008-11-15 |
* | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane | 2008-11-13 |
* | In predtest.c, install a limit on the number of branches we will process in | Tom Lane | 2008-11-12 |
* | Fix off-by-one error in autovacuum shmem struct sizing. This could lead to | Heikki Linnakangas | 2008-11-12 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring | Tom Lane | 2008-11-10 |
* | Translation updates | Peter Eisentraut | 2008-10-30 |
* | Revert previous patch to put the shared memory segment on win32 | Magnus Hagander | 2008-10-30 |
* | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane | 2008-10-30 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Better solution to the IN-list issue: instead of having an arbitrary cutoff, | Tom Lane | 2008-10-26 |
* | Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)" | Tom Lane | 2008-10-25 |
* | Fix an old bug in after-trigger handling: AfterTriggerEndQuery took the | Tom Lane | 2008-10-25 |
* | On second thought, let's not get involved in correcting the feature list | Peter Eisentraut | 2008-10-23 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | Small correction SQL feature table | Peter Eisentraut | 2008-10-17 |
* | Fix small bug in headline generation. | Teodor Sigaev | 2008-10-17 |
* | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev | 2008-10-17 |
* | Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case. | Neil Conway | 2008-10-16 |
* | Fix SPI_getvalue and SPI_getbinval to range-check the given attribute number | Tom Lane | 2008-10-16 |
* | Fix omission of DiscardStmt in GetCommandLogLevel, per report from Hubert | Tom Lane | 2008-10-10 |
* | Fix crash in bytea-to-XML mapping when the source value is toasted. | Tom Lane | 2008-10-09 |
* | Force a checkpoint in CREATE DATABASE before starting to copy the files, | Heikki Linnakangas | 2008-10-09 |
* | When a relation is moved to another tablespace, we can't assume that we can | Heikki Linnakangas | 2008-10-07 |
* | Fix improper display of fractional seconds in interval values | Tom Lane | 2008-10-02 |
* | Compare escaped chars case insensitively for ILIKE - per gripe from TGL. | Andrew Dunstan | 2008-09-27 |
* | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2008-09-24 |
* | Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. | Tom Lane | 2008-09-16 |
* | Fix caching of foreign-key-checking queries so that when a replan is needed, | Tom Lane | 2008-09-15 |
* | Skip opfamily check in eclass_matches_any_index() when the index isn't a | Tom Lane | 2008-09-12 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | HeapTupleHeaderAdjustCmax made the incorrect assumption that the raw | Heikki Linnakangas | 2008-09-01 |
* | Fix bug in original implementation of xmlserialize(): if user specifies | Tom Lane | 2008-08-29 |
* | Teach eval_const_expressions() to simplify an ArrayCoerceExpr to a constant | Tom Lane | 2008-08-26 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |