| Commit message (Expand) | Author | Age |
* | Fix core dump due to null-pointer dereference in to_char() when datetime | Tom Lane | 2009-03-12 |
* | Add MUST (Mauritius Island Summer Time) to the list of known abbreviations. | Heikki Linnakangas | 2009-03-05 |
* | Put back our old workaround for machines that declare cbrt() in math.h but | Tom Lane | 2009-03-04 |
* | Ooops ... fix some confusion between gettext() and _() in my previous patch. | Tom Lane | 2009-03-03 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Fix buffer allocations in encoding conversion routines so that they won't | Tom Lane | 2009-02-28 |
* | In CREATE CONVERSION, test that the given function is a valid conversion | Heikki Linnakangas | 2009-02-27 |
* | Fix an old problem in decompilation of CASE constructs: the ruleutils.c code | Tom Lane | 2009-02-25 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | 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 |
* | Fix logic in lazy vacuum to decide if it's worth trying to truncate the heap. | Heikki Linnakangas | 2009-01-06 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | In predtest.c, install a limit on the number of branches we will process in | Tom Lane | 2008-11-12 |
* | Translation updates | Peter Eisentraut | 2008-10-30 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | 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 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 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |
* | 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 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 |
* | Fix 'pg_ctl reload' to properly preserve postmaster commend-line | Bruce Momjian | 2008-06-27 |
* | 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 |
* | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane | 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 |
* | Fix ALTER TABLE ADD COLUMN ... PRIMARY KEY so that the new column is correctly | Tom Lane | 2008-04-24 |
* | Fix several datatype input functions that were allowing unused bytes in their | Tom Lane | 2008-04-11 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 |
* | Fix a number of places that were making file-type tests infelicitously. | Tom Lane | 2008-03-31 |
* | Add the missing cyrillic "Yo" characters ('e' and 'E' with two dots) to the | Heikki Linnakangas | 2008-03-20 |
* | Fix regexp substring matching (substring(string from pattern)) for the corner | Tom Lane | 2008-03-19 |
* | Fix LISTEN/NOTIFY race condition reported by Laurent Birtz, by postponing | Tom Lane | 2008-03-12 |
* | Change hashscan.c to keep its list of active hash index scans in | Tom Lane | 2008-03-07 |
* | Add support for dlopen on recent NetBSD/MIPS, per Rémi Zara. | Alvaro Herrera | 2008-03-05 |