| Age | Commit message (Expand) | Author |
| 2009-07-20 | Install src/include/utils/fmgroids.h on VPATH builds too. | Alvaro Herrera |
| 2009-06-05 | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane |
| 2009-03-30 | Fix an oversight in the support for storing/retrieving "minimal tuples" in | Tom Lane |
| 2009-03-24 | Install a search tree depth limit in GIN bulk-insert operations, to prevent | Tom Lane |
| 2009-03-13 | tag 8.2.13REL8_2_13 | Marc G. Fournier |
| 2009-03-02 | When we are in error recursion trouble, arrange to suppress translation and | Tom Lane |
| 2009-02-24 | Repair a longstanding bug in CLUSTER and the rewriting variants of ALTER | Tom Lane |
| 2009-01-30 | tag 8.2.12REL8_2_12 | Marc G. Fournier |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2009-01-07 | Insert conditional SPI_push/SPI_pop calls into InputFunctionCall, | Tom Lane |
| 2008-12-13 | Fix failure to ensure that a snapshot is available to datatype input functions | Tom Lane |
| 2008-12-01 | 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-11-11 | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane |
| 2008-10-31 | tag 8.2.11REL8_2_11 | Marc G. Fournier |
| 2008-10-27 | Install a more robust solution for the problem of infinite error-processing | Tom Lane |
| 2008-10-22 | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev |
| 2008-09-19 | tag for 8.2.10REL8_2_10 | Marc G. Fournier |
| 2008-09-16 | Widen the nLocks counts in local lock tables from int to int64. This | Tom Lane |
| 2008-08-23 | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev |
| 2008-08-14 | Fix pull_up_simple_union_all to copy all rtable entries from child subquery to | Heikki Linnakangas |
| 2008-06-08 | Stamp 8.2.9 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Stamp 8.2.8 (except for configure.in/configure) | Tom Lane |
| 2008-05-27 | Back-patch the 8.3 fix that prohibits TRUNCATE, CLUSTER, and REINDEX when the | Tom Lane |
| 2008-04-22 | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev |
| 2008-04-17 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-16 | Avoid using unnecessary pgwin32_safestat in libpq. | Andrew Dunstan |
| 2008-04-12 | A quick try at un-breaking the Cygwin build. Whether it needs the | Tom Lane |
| 2008-04-10 | Create wrapper pgwin32_safestat() and redefine stat() to it | Magnus Hagander |
| 2008-04-05 | Defend against JOINs having more than 32K columns altogether. We cannot | Tom Lane |
| 2008-03-25 | Adjust DatumGetBool macro so that it isn't fooled by garbage in the Datum | Tom Lane |
| 2008-03-13 | Stamp version 8.2.7, except for configure.in/configure. | Tom Lane |
| 2008-03-04 | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane |
| 2008-02-29 | Fix handling of restricted processes for Windows Vista (mainly), | Magnus Hagander |
| 2008-01-23 | Prevent integer overflow within the integer-datetimes version of | Tom Lane |
| 2008-01-11 | Fix a conceptual error in my patch of 2007-10-26 that avoided considering | Tom Lane |
| 2008-01-03 | Stamp release 8.2.6.REL8_2_6 | 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 |
| 2007-11-29 | Back-patch mingw configure-check for gettimeofday so that 8.2 can | Magnus Hagander |
| 2007-11-16 | GIN index build's allocatedMemory counter needs to be long, not uint32. | Tom Lane |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-10-13 | Fix ALTER COLUMN TYPE to preserve the tablespace and reloptions of indexes | Tom Lane |
| 2007-10-04 | Keep the planner from failing on "WHERE false AND something IN (SELECT ...)". | Tom Lane |
| 2007-09-14 | Fix missed version-stamping. | Tom Lane |
| 2007-09-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 2007-08-31 | Apply a band-aid fix for the problem that 8.2 and up completely misestimate | Tom Lane |
| 2007-08-31 | Rewrite make_outerjoininfo's construction of min_lefthand and min_righthand | Tom Lane |
| 2007-08-15 | Repair problems occurring when multiple RI updates have to be done to the same | Tom Lane |
| 2007-07-31 | Fix a bug in the original implementation of redundant-join-clause removal: | Tom Lane |