| Age | Commit message (Expand) | Author |
| 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 |
| 2007-07-12 | Fix freenig of names in Kerberos when using MIT - need to use the | Magnus Hagander |
| 2007-07-08 | Remove the pgstat_drop_relation() call from smgr_internal_unlink(), because | Tom Lane |
| 2007-07-02 | Fix failure to restart Postgres when Linux kernel returns EIDRM for shmctl(). | Tom Lane |
| 2007-06-14 | Implement a chunking protocol for writes to the syslogger pipe, with messages | Andrew Dunstan |
| 2007-06-01 | Fix performance problems in multi-batch hash joins by ensuring that we select | Tom Lane |
| 2007-05-29 | Fix a bug in input processing for the "interval" type. Previously, | Neil Conway |
| 2007-05-22 | Repair planner bug introduced in 8.2 by ability to rearrange outer joins: | Tom Lane |
| 2007-05-22 | Fix best_inner_indexscan to return both the cheapest-total-cost and | Tom Lane |
| 2007-05-17 | Temporary fix for the problem that pg_stat_activity, inet_client_addr(), | Tom Lane |
| 2007-05-11 | Fix my oversight in enabling domains-of-domains: ALTER DOMAIN ADD CONSTRAINT | Tom Lane |
| 2007-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | Tom Lane |
| 2007-04-19 | Fix missed PACKAGE_STRING. | Tom Lane |
| 2007-04-19 | 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-02-16 | Adjust the definition of is_pushed_down so that it's always true for INNER | Tom Lane |
| 2007-02-16 | Restructure code that is responsible for ensuring that clauseless joins are | Tom Lane |
| 2007-02-15 | Repair oversight in 8.2 change that improved the handling of "pseudoconstant" | Tom Lane |