| Age | Commit message (Expand) | Author |
| 2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
| 2008-12-03 | If pg_stop_backup() is called just after switching to a new xlog file, | Heikki Linnakangas |
| 2008-11-30 | Clean up the API for DestReceiver objects by eliminating the assumption | Tom Lane |
| 2008-11-26 | Rely on relcache invalidation to update the cached size of the FSM. | Heikki Linnakangas |
| 2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
| 2008-11-14 | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera |
| 2008-11-13 | Prevent synchronous scan during GIN index build, because GIN is optimized | Tom Lane |
| 2008-11-11 | Fix sloppy omission of now-required #include's. | Tom Lane |
| 2008-11-11 | Change error messages to print the physical path, like | Heikki Linnakangas |
| 2008-11-09 | Add a startup check that pg_xlog and pg_xlog/archive_status exist. | Tom Lane |
| 2008-11-06 | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane |
| 2008-11-06 | The logic in systable_beginscan to translate heap attribute numbers to | Heikki Linnakangas |
| 2008-11-03 | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane |
| 2008-11-03 | Fix silly typo in previous commit. | Alvaro Herrera |
| 2008-11-03 | Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction | Alvaro Herrera |
| 2008-11-03 | Fix mistakes in comment headers | Alvaro Herrera |
| 2008-11-02 | Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven't | Tom Lane |
| 2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
| 2008-10-31 | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-30 | Fix recoveryLastXTime logic so that it actually does what one would expect. | Tom Lane |
| 2008-10-27 | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera |
| 2008-10-22 | Fix GiST's killing tuple: GISTScanOpaque->curpos wasn't | Teodor Sigaev |
| 2008-10-20 | These functions no longer return a value, per complaint from gothic_moth via | Alvaro Herrera |
| 2008-10-20 | Rework subtransaction commit protocol for hot standby. | Alvaro Herrera |
| 2008-10-20 | Remove support of backward scan in GiST. Per discussion | Teodor Sigaev |
| 2008-10-20 | Remove mark/restore support in GIN and GiST indexes. | Teodor Sigaev |
| 2008-10-17 | Remove useless mark/restore support in hash index AM, per discussion. | Tom Lane |
| 2008-10-17 | During repeated rescan of GiST index it's possible that scan key | Teodor Sigaev |
| 2008-10-10 | Fix small query-lifespan memory leak introduced by 8.4 change in index AM API | Tom Lane |
| 2008-10-08 | Modify the parser's error reporting to include a specific hint for the case | Tom Lane |
| 2008-10-06 | Index FSMs needs to be vacuumed as well. Report by Jeff Davis. | Heikki Linnakangas |
| 2008-10-02 | Update README.HOT to reflect new snapshot tracking and xmin advancement | Bruce Momjian |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-09-23 | Make LC_COLLATE and LC_CTYPE database-level settings. Collation and | Heikki Linnakangas |
| 2008-09-15 | Change hash indexes to store only the hash code rather than the whole indexed | Tom Lane |
| 2008-09-11 | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera |
| 2008-09-08 | Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch | Tom Lane |
| 2008-09-04 | Fix strategy propagation to scanEntry for partial match by moving propagation | Teodor Sigaev |
| 2008-08-23 | Fix possible duplicate tuples while GiST scan. Now page is processed | Teodor Sigaev |
| 2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |
| 2008-08-01 | Add a few more DTrace probes to the backend. | Alvaro Herrera |
| 2008-07-23 | Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor in | Tom Lane |
| 2008-07-13 | Clean up the use of some page-header-access macros: principally, use | Tom Lane |
| 2008-07-11 | Multi-column GIN indexes. Teodor Sigaev | Tom Lane |
| 2008-07-08 | Minor improvements to the Gin internal documentation. | Neil Conway |
| 2008-07-04 | Fix initialization of GinScanEntryData.partialMatch | Teodor Sigaev |
| 2008-06-30 | Fix recovery.conf boolean variables to take the same range of string | Bruce Momjian |
| 2008-06-29 | Remove unnecessary coziness of GIN code with datum copying. Now that | Tom Lane |
| 2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |