| Commit message (Expand) | Author | Age |
* | Defend against null input in analyze_requires_snapshot(), per report | Tom Lane | 2009-01-30 |
* | Translation updates | Peter Eisentraut | 2009-01-29 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Go over all OpenSSL return values and make sure we compare them | Magnus Hagander | 2009-01-28 |
* | Fix erroneous memory context switch in autovacuum, which was returning to a | Alvaro Herrera | 2009-01-20 |
* | 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 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 |
* | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane | 2008-12-13 |
* | 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 |
* | In predtest.c, install a limit on the number of branches we will process in | Tom Lane | 2008-11-12 |
* | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane | 2008-11-11 |
* | Translation updates | Peter Eisentraut | 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 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | 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 |
* | 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 |
* | Fix more problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane | 2008-09-24 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |
* | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas | 2008-08-14 |
* | Install checks in executor startup to ensure that the tuples produced by an | Tom Lane | 2008-08-08 |
* | Do not allow Unique nodes to be scanned backwards. The code claimed that it | Tom Lane | 2008-08-05 |
* | Fix parsing of LDAP URLs so it doesn't reject spaces in the "suffix" part. | Tom Lane | 2008-07-24 |
* | Fix an oversight in the original implementation of performMultipleDeletions(): | Tom Lane | 2008-07-11 |
* | Fix mis-calculation of extParam/allParam sets for plan nodes, as seen in | Tom Lane | 2008-07-10 |
* | Fix performance bug in write_syslog(): the code to preferentially break the | Tom Lane | 2008-07-08 |
* | Fix estimate_num_groups() to assume that GROUP BY expressions yielding boolean | Tom Lane | 2008-07-07 |
* | Fix AT TIME ZONE (in all three variants) so that we first try to interpret | Tom Lane | 2008-07-07 |
* | Prevent integer overflows during units conversion when displaying a GUC | Tom Lane | 2008-07-06 |
* | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian | 2008-06-27 |
* | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas | 2008-06-11 |
* | Fix datetime input functions to correctly detect integer overflow when | Tom Lane | 2008-06-09 |
* | ALTER AGGREGATE OWNER seems to have been missed by the last couple of | Tom Lane | 2008-06-08 |
* | Fix pg_get_ruledef() so that negative numeric constants are parenthesized. | Tom Lane | 2008-06-06 |
* | Translation updates. | Tom Lane | 2008-06-05 |
* | Backpatch Zdenek Kotala's fix to prevent pglz_decompress from stomping on | Tom Lane | 2008-05-28 |
* | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane | 2008-05-27 |
* | Explicitly bind gettext() to the UTF8 locale when in use. | Magnus Hagander | 2008-05-27 |
* | Fix an old corner-case bug in set_config_option: push_old_value has to be | Tom Lane | 2008-05-26 |
* | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas | 2008-05-19 |
* | Don't try to close negative file descriptors, since this can cause | Magnus Hagander | 2008-05-13 |
* | Fix an ancient oversight in change_varattnos_of_a_node: it neglected to update | Tom Lane | 2008-05-09 |