| Age | Commit message (Expand) | Author |
| 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 |
| 2008-06-15 | Fix 64-bit problem in recent patch. | Tom Lane |
| 2008-06-13 | Improve the various elog messages in tuptoaster.c to report which TOAST table | Tom Lane |
| 2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
| 2008-06-11 | Fix bug in the WAL recovery code to finish an incomplete split. | Heikki Linnakangas |
| 2008-06-08 | Fix breakage caused by conflicting patches, as evidenced by the buildfarm. | Alvaro Herrera |
| 2008-06-08 | Rewrite DROP's dependency traversal algorithm into an honest two-pass | Tom Lane |
| 2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
| 2008-05-28 | Set hidden field for guc enum missed in previous commit. | Magnus Hagander |
| 2008-05-27 | Alter the xxx_pattern_ops opclasses to use the regular equality operator of | Tom Lane |
| 2008-05-19 | Remove arbitrary 10MB limit on two-phase state file size. It's not that hard | Heikki Linnakangas |
| 2008-05-17 | Fix a subtle bug exposed by recent wal_sync_method rearrangements. | Tom Lane |
| 2008-05-16 | Reduce unnecessary PANIC to ERROR, improve a couple of comments. | Tom Lane |
| 2008-05-16 | Extend GIN to support partial-match searches, and extend tsquery to support | Tom Lane |
| 2008-05-16 | Persuade GIN to react to control-C in a reasonable amount of time | Tom Lane |
| 2008-05-14 | Remove the special variable for open_sync_bit used in O_SYNC and O_DSYNC | Magnus Hagander |
| 2008-05-13 | Don't try to close negative file descriptors, since this can cause | Magnus Hagander |
| 2008-05-13 | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian |
| 2008-05-12 | Improve snapshot manager by keeping explicit track of snapshots. | Alvaro Herrera |
| 2008-05-12 | Fix breakage by the wal_sync_method patch in installations that use | Magnus Hagander |
| 2008-05-12 | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera |
| 2008-05-12 | Report which WAL sync method we are trying to change *to* when it fails, | Magnus Hagander |
| 2008-05-12 | Convert wal_sync_method to guc enum. | Magnus Hagander |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-05-09 | Change the rules for inherited CHECK constraints to be essentially the same | Tom Lane |
| 2008-05-09 | Fix Assert introduced in previous patch. | Heikki Linnakangas |
| 2008-05-09 | Fix incorrect archive truncation point calculation in the %r recovery_command | Heikki Linnakangas |
| 2008-04-24 | Update error messages, per notes from Tom. | Magnus Hagander |
| 2008-04-23 | Prevent shutdown in normal mode if online backup is running, and | Magnus Hagander |
| 2008-04-22 | Fix using too many LWLocks bug, reported by Craig Ringer | Teodor Sigaev |
| 2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
| 2008-04-17 | Clean up a few places where Datums were being treated as pointers (and vice | Alvaro Herrera |
| 2008-04-16 | Repair two places where SIGTERM exit could leave shared memory state | Tom Lane |
| 2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
| 2008-04-13 | Phase 2 of project to make index operator lossiness be determined at runtime | Tom Lane |
| 2008-04-12 | Create new routines systable_beginscan_ordered, systable_getnext_ordered, | Tom Lane |