| Age | Commit message (Expand) | Author |
| 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 |
| 2005-06-18 | When using C-string lookup keys in a dynahash.c hash table, use strncpy() | Tom Lane |
| 2005-06-02 | Push enable/disable of notify and catchup interrupts all the way down | Tom Lane |
| 2005-05-26 | Adjust datetime parsing to be more robust. We now pass the length of the | Neil Conway |
| 2005-05-05 | Stamp release 8.0.3. | Tom Lane |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-04-07 | Stamp 8.0.2.REL8_0_2 | Tom Lane |
| 2005-03-26 | Tag for 8.0.2beta1 | PostgreSQL Daemon |
| 2005-03-25 | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane |
| 2005-03-25 | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2005-03-24 | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian |
| 2005-03-23 | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane |
| 2005-03-18 | Need to reset local buffer pin counts, not only shared buffer pins, | Tom Lane |
| 2005-03-17 | Backpatch to 8.0.X, already in HEAD: | Bruce Momjian |
| 2005-03-16 | Prevent locale-aware handling of upper, lower, and initcap when the | Bruce Momjian |
| 2005-02-03 | Ensure that all details of the ARC algorithm are hidden within freelist.c. | Tom Lane |
| 2005-01-30 | Stamp 8.0 branch as 8.0.1. | Tom Lane |
| 2005-01-28 | Improve planner's estimation of the space needed for HashAgg plans: | Tom Lane |