| Age | Commit message (Expand) | Author |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-08-10 | Fix corner-case bug introduced with HOT: if REINDEX TABLE pg_class (or a | Tom Lane |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-04-16 | Fix LOAD_CRIT_INDEX() macro to take out AccessShareLock on the system index | Tom Lane |
| 2008-04-01 | Fix an oversight I made in a cleanup patch over a year ago: | Tom Lane |
| 2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-02-27 | If RelationBuildDesc() fails to open a critical system index, PANIC with | Tom Lane |
| 2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
| 2007-11-28 | Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-07-25 | Arrange to put TOAST tables belonging to temporary tables into special schemas | Tom Lane |
| 2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |
| 2007-05-02 | Fix things so that when CREATE INDEX CONCURRENTLY sets pg_index.indisvalid | Tom Lane |
| 2007-03-29 | Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving) | Tom Lane |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-03 | Fix for COPY-after-truncate feature. | Bruce Momjian |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-12-31 | Found the problem with my operator-family changes: by fetching from | Tom Lane |
| 2006-12-23 | Restructure operator classes to allow improved handling of cross-data-type | Tom Lane |
| 2006-11-05 | Fix recently-identified PITR recovery hazard: the base backup could contain | Tom Lane |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-05 | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane |
| 2006-07-31 | Change the relation_open protocol so that we obtain lock on a relation | Tom Lane |
| 2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
| 2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
| 2006-07-03 | Code review for FILLFACTOR patch. Change WITH grammar as per earlier | Tom Lane |
| 2006-07-02 | Add FILLFACTOR to CREATE INDEX. | Bruce Momjian |
| 2006-06-16 | Fix problems with cached tuple descriptors disappearing while still in use | Tom Lane |
| 2006-05-06 | Further minor simplification of relcache startup: don't need a static | Tom Lane |
| 2006-05-04 | Simplify relcache startup sequence. With the new design of InitPostgres | Tom Lane |
| 2006-04-25 | Arrange to cache btree metapage data in the relcache entry for the index, | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-01-19 | Avoid crashing if relcache flush occurs while trying to load data into an | Tom Lane |
| 2006-01-19 | Fix a tiny memory leak (one List header) in RelationCacheInvalidate(). | Tom Lane |
| 2006-01-08 | Avoid leaking memory while reading toasted entries from pg_rewrite, | Tom Lane |
| 2006-01-05 | Make all command-line options of postmaster and postgres the same. See | Peter Eisentraut |
| 2005-12-09 | Simplify lock manager data structures by making a clear separation between | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-16 | Update two comments to refer to use the new list API names. | Neil Conway |
| 2005-08-26 | Arrange for indexes and toast tables to inherit their ownership from | Tom Lane |
| 2005-08-12 | Solve the problem of OID collisions by probing for duplicate OIDs | Tom Lane |
| 2005-08-08 | Modify AtEOXact_CatCache and AtEOXact_RelationCache to assume that the | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |