| Age | Commit message (Expand) | Author |
| 2010-12-29 | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane |
| 2010-12-14 | Tag 8.3.13. | Marc G. Fournier |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-11-16 | The GiST scan algorithm uses LSNs to detect concurrent pages splits, but | Heikki Linnakangas |
| 2010-10-01 | Tag 8.3.12REL8_3_12 | Marc G. Fournier |
| 2010-09-22 | Some more gitignore cleanups: cover contrib and PL regression test outputs. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-02 | Fix up flushing of composite-type typcache entries to be driven directly by | Tom Lane |
| 2010-07-30 | Improved version of patch to protect pg_get_expr() against misuse: | Tom Lane |
| 2010-07-28 | Fix potential failure when hashing the output of a subplan that produces | Tom Lane |
| 2010-07-05 | The previous fix in CVS HEAD and 8.4 for handling the case where a cursor | Heikki Linnakangas |
| 2010-07-03 | Allow REASSIGNED OWNED to handle opclasses and opfamilies. | Robert Haas |
| 2010-05-14 | tag 8.3.11REL8_3_11 | Marc G. Fournier |
| 2010-04-01 | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-12 | tag 8.3.10REL8_3_10 | Marc G. Fournier |
| 2010-03-03 | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane |
| 2010-03-01 | Back-patch changes of 2009-05-13 in xml.c's memory management. | Tom Lane |
| 2009-12-10 | tag 8.3.9REL8_3_9 | Marc G. Fournier |
| 2009-12-09 | Prevent indirect security attacks via changing session-local state within | Tom Lane |
| 2009-12-03 | Fix bug in temporary file management with subtransactions. A cursor opened | Heikki Linnakangas |
| 2009-11-23 | Fix an old bug in multixact and two-phase commit. Prepared transactions can | Heikki Linnakangas |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-10 | Fix longstanding problems in VACUUM caused by untimely interruptions | Alvaro Herrera |
| 2009-09-04 | Tag 8.3.8REL8_3_8 | Marc G. Fournier |
| 2009-09-03 | Disallow RESET ROLE and RESET SESSION AUTHORIZATION inside security-definer | 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-06-05 | GIN's ItemPointerIsMin, ItemPointerIsMax, and ItemPointerIsLossyPage macros | Tom Lane |
| 2009-04-16 | Fix planner to restore its previous level of intelligence about pushing | 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.3.7REL8_3_7 | Marc G. Fournier |
| 2009-03-11 | Remove pg_trace.h inclusion from c.h and add it to the .c files that need it. | Alvaro Herrera |
| 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 for 8.3.6 | Marc G. Fournier |
| 2009-01-29 | Replace argument-checking Asserts with regular test-and-elog checks in all | Tom Lane |
| 2009-01-15 | Fix URL generation in headline. Only tag lexeme will be replaced by space. | Teodor Sigaev |
| 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-13 | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane |
| 2008-11-11 | Get rid of adjust_appendrel_attr_needed(), which has been broken ever since | Tom Lane |
| 2008-10-31 | commit for 8.3.5REL8_3_5 | 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-10-17 | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev |
| 2008-09-19 | Mark SessionReplicationRole as PGDLLIMPORT so it | Magnus Hagander |