| Age | Commit message (Expand) | Author |
| 2009-10-27 | Make FOR UPDATE/SHARE in the primary query not propagate into WITH queries; | Tom Lane |
| 2009-10-07 | Fix snapshot management, take two. | Alvaro Herrera |
| 2009-10-06 | Change CREATE TABLE so that column default expressions coming from different | Tom Lane |
| 2009-10-02 | Make sure that GIN fast-insert and regular code paths enforce the same | Tom Lane |
| 2009-10-02 | Ensure that a cursor has an immutable snapshot throughout its lifespan. | Alvaro Herrera |
| 2009-09-09 | Fix bug with WITH RECURSIVE immediately inside WITH RECURSIVE. 99% of the | Tom Lane |
| 2009-09-04 | Tag 8.4.1REL8_4_1 | Marc G. Fournier |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | Tom Lane |
| 2009-09-02 | Fix subquery pullup to wrap a PlaceHolderVar around the entire RowExpr | Tom Lane |
| 2009-08-27 | Modify the definition of window-function PARTITION BY and ORDER BY clauses | Tom Lane |
| 2009-08-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
| 2009-08-23 | Tweak ExecIndexEvalRuntimeKeys to forcibly detoast any toasted comparison | Tom Lane |
| 2009-08-18 | Fix overflow for INTERVAL 'x ms' where x is more than a couple million, | Tom Lane |
| 2009-08-11 | Reserve the shared memory region during backend startup on Windows, so | Magnus Hagander |
| 2009-07-20 | Install src/include/utils/fmgroids.h on VPATH builds too. | Alvaro Herrera |
| 2009-07-18 | Fix error cleanup failure caused by 8.4 changes in plpgsql to try to avoid | Tom Lane |
| 2009-07-06 | Fix set_append_rel_pathlist() to deal intelligently with cases where | Tom Lane |
| 2009-07-01 | Add missed src/include/foreign subdirectory to the set installed into | Tom Lane |
| 2009-06-27 | Bundle v8.4.0 | Marc G. Fournier |
| 2009-06-26 | Cleanup and code review for the patch that made bgwriter active during | Tom Lane |
| 2009-06-25 | Fix some serious bugs in archive recovery, now that bgwriter is active | Heikki Linnakangas |
| 2009-06-22 | bundle RC2REL8_4_RC2 | Marc G. Fournier |
| 2009-06-18 | Refine the use of terminology around bound and unbound cursors and cursor | Peter Eisentraut |
| 2009-06-18 | Fix the just-reported problem that you can't specify all four trigger event | Tom Lane |
| 2009-06-12 | time to tag rc1 ...REL8_4_RC1 | Marc G. Fournier |
| 2009-06-11 | Revisit AlterTableCreateToastTable's API once again, hoping to make it what | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-09 | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut |
| 2009-06-09 | Mark internal_in as not strict, so that the construct "null::internal" | Tom Lane |
| 2009-06-06 | Improve the IndexVacuumInfo/IndexBulkDeleteResult API to allow somewhat sane | Tom Lane |
| 2009-06-06 | Fix a serious bug introduced into GIN in 8.4: now that MergeItemPointers() | Tom Lane |
| 2009-06-05 | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane |
| 2009-06-04 | Improve the recently-added support for properly pluralized error messages | Tom Lane |
| 2009-06-01 | Fix DecodeInterval to report an error for multiple occurrences of DAY, WEEK, | Tom Lane |
| 2009-05-26 | Remove the useless and rather inconsistent return values of EncodeDateOnly, | Tom Lane |
| 2009-05-24 | Use more-portable coding for the check on handing out the last available | Tom Lane |
| 2009-05-15 | commit for BETA2REL8_4_BETA2 | Marc G. Fournier |
| 2009-05-13 | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane |
| 2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
| 2009-05-12 | Modify find_inheritance_children() and find_all_inheritors() to add the | Tom Lane |
| 2009-05-12 | Do some minor code refactoring in preparation for changing the APIs of | Tom Lane |
| 2009-05-09 | Fix cost_nestloop and cost_hashjoin to model the behavior of semi and anti | Tom Lane |
| 2009-05-08 | 'PGDLLIMPORT' ShmemVariableCache, needed for pg_migrator.so function | Bruce Momjian |
| 2009-05-07 | Add an option to AlterTableCreateToastTable() to allow its caller to force | Tom Lane |
| 2009-05-05 | Install a "dead man switch" to allow the postmaster to detect cases where | Tom Lane |
| 2009-04-28 | Improve pull_up_subqueries logic so that it doesn't insert unnecessary | Tom Lane |
| 2009-04-24 | Move gettext encoding names into encnames.c, so we only have one place to upd... | Magnus Hagander |
| 2009-04-19 | Assorted portability fixes for Borland C, from Pavel Golub. | Tom Lane |
| 2009-04-19 | Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the | Tom Lane |
| 2009-04-19 | Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from | Tom Lane |