| Commit message (Expand) | Author | Age |
* | tag 8.1.19REL8_1_19 | Marc G. Fournier | 2009-12-10 |
* | Prevent indirect security attacks via changing session-local state within | Tom Lane | 2009-12-09 |
* | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas | 2009-12-03 |
* | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas | 2009-11-23 |
* | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera | 2009-11-10 |
* | Tag 8.1.18REL8_1_18 | Marc G. Fournier | 2009-09-04 |
* | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane | 2009-09-03 |
* | tag 8.1.17REL8_1_17 | Marc G. Fournier | 2009-03-13 |
* | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane | 2009-03-02 |
* | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane | 2009-02-24 |
* | tagging 8.1.16REL8_1_16 | Marc G. Fournier | 2009-01-30 |
* | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane | 2009-01-29 |
* | Ensure that the contents of a holdable cursor don't depend on out-of-line | Tom Lane | 2008-12-01 |
* | tag 8.1.15REL8_1_15 | Marc G. Fournier | 2008-10-31 |
* | Install a more robust solution for the problem of infinite error-processing | Tom Lane | 2008-10-27 |
* | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev | 2008-10-22 |
* | tag for 8.1.14REL8_1_14 | Marc G. Fournier | 2008-09-19 |
* | Widen the nLocks counts in local lock tables from int to int64. This | Tom Lane | 2008-09-16 |
* | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev | 2008-08-23 |
* | Stamp 8.1.13 (except for configure.in/configure) | Tom Lane | 2008-06-08 |
* | Stamp 8.1.12 (except for configure.in/configure) | Tom Lane | 2008-06-05 |
* | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane | 2008-05-27 |
* | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane | 2008-04-05 |
* | Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum | Tom Lane | 2008-03-25 |
* | Stamp release 8.1.11.REL8_1_11 | Tom Lane | 2008-01-03 |
* | Make standard maintenance operations (including VACUUM, ANALYZE, REINDEX, | Tom Lane | 2008-01-03 |
* | Fix assorted security-grade bugs in the regex engine. All of these problems | Tom Lane | 2008-01-03 |
* | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane | 2007-11-07 |
* | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane | 2007-10-13 |
* | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane | 2007-10-04 |
* | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian | 2007-09-11 |
* | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane | 2007-08-15 |
* | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane | 2007-07-31 |
* | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane | 2007-07-08 |
* | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane | 2007-07-02 |
* | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan | 2007-06-14 |
* | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane | 2007-06-01 |
* | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway | 2007-05-29 |
* | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane | 2007-05-22 |
* | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane | 2007-04-26 |
* | Repair PANIC condition in hash indexes when a previous index extension attempt | Tom Lane | 2007-04-19 |
* | Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19. | Bruce Momjian | 2007-04-19 |
* | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane | 2007-02-16 |
* | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian | 2007-02-07 |
* | Stamp release 8.1.7.REL8_1_7 | Tom Lane | 2007-02-02 |
* | Repair failure to check that a table is still compatible with a previously | Tom Lane | 2007-02-02 |
* | Back-port changes of Jan 16 and 17 to "revoke" pending fsync requests during | Tom Lane | 2007-01-27 |
* | Stamp release 8.1.6. | Bruce Momjian | 2007-01-05 |
* | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane | 2007-01-03 |
* | Mark to_number() and the numeric-type variants of to_char() as stable, not | Tom Lane | 2006-11-28 |