| Age | Commit message (Expand) | Author |
| 2008-06-08 | Stamp 8.0.17 (except for configure.in/configure) | Tom Lane |
| 2008-06-05 | Stamp 8.0.16 (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-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-01-03 | Stamp release 8.0.15.REL8_0_15 | 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-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-11 | Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20. | Bruce Momjian |
| 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-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-04-26 | Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan | 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-07 | Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet. | Bruce Momjian |
| 2007-02-02 | Stamp release 8.0.11.REL8_0_11 | Tom Lane |
| 2007-01-05 | Stamp release 8.0.10. | Bruce Momjian |
| 2007-01-03 | Fix regex_fixed_prefix() to cope reasonably well with regex patterns of the | Tom Lane |
| 2006-11-28 | Mark to_number() and the numeric-type variants of to_char() as stable, not | Tom Lane |
| 2006-10-09 | Stamp releases 7.3.16, 7.4.14, 8.0.9, and 8.1.5. | Bruce Momjian |
| 2006-10-06 | Fix SysCacheGetAttr() to handle the case where the specified syscache has not | Tom Lane |
| 2006-05-21 | Stamp releases 7.3.15, 7.4.13, and 8.0.8. | Bruce Momjian |
| 2006-05-21 | Add a new GUC parameter backslash_quote, which determines whether the SQL | Tom Lane |
| 2006-05-21 | Change the backend to reject strings containing invalidly-encoded multibyte | Tom Lane |
| 2006-03-05 | Check for "msys" so it doesn't use 'con' by checking for an evironment | Bruce Momjian |
| 2006-03-04 | Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty. | Bruce Momjian |
| 2006-02-12 | Fix bug in SET SESSION AUTHORIZATION that allows unprivileged users to crash | Tom Lane |
| 2006-02-12 | Stamp releases for 2006-02-14 release | Bruce Momjian |
| 2006-02-10 | Change search for default operator classes so that it examines all opclasses | Tom Lane |
| 2006-02-01 | Set progname early in the postmaster/postgres binary, rather than doing | Bruce Momjian |
| 2006-01-19 | It turns out that TablespaceCreateDbspace fails badly if a relcache flush | Tom Lane |
| 2006-01-12 | Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by | Tom Lane |
| 2006-01-05 | Stamp relesae 8.0.6. | Bruce Momjian |
| 2006-01-05 | Arrange to set the LC_XXX environment variables to match our locale setup. | Tom Lane |
| 2005-12-14 | Defend against crash while processing Describe Statement or Describe Portal | Tom Lane |
| 2005-12-09 | Stamp 8.0.5. | Tom Lane |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-10-03 | Stamp release 8.0.4. | Tom Lane |
| 2005-09-28 | Repair planning bug introduced in 7.4: outer-join ON clauses that referenced | Tom Lane |
| 2005-08-29 | Sigh, looks like you need '.set mips2' before you can access MIPS | Tom Lane |
| 2005-08-28 | Add a SYNC instruction to the S_UNLOCK sequence for MIPS. | Tom Lane |
| 2005-08-27 | Get the MIPS assembler syntax right. Also add a separate sync command; | Tom Lane |
| 2005-08-26 | Another try at the inlined MIPS spinlock code. Can't test this myself, | Tom Lane |
| 2005-08-26 | Back-port recent MIPS and M68K spinlock improvements to 8.0 branch. | Tom Lane |
| 2005-08-25 | Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon, | Tom Lane |
| 2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |