| Age | Commit message (Expand) | Author |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-07-04 | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera |
| 2011-04-11 | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut |
| 2011-02-25 | Update pageinspect--1.0.sql to match the upgrade script | Alvaro Herrera |
| 2011-02-25 | Fix pageinspect's heap_page_item to return infomasks as 32 bit values | Alvaro Herrera |
| 2011-02-14 | Avoid use of CREATE OR REPLACE FUNCTION in extension installation files. | Tom Lane |
| 2011-02-14 | Convert contrib modules to use the extension facility. | Tom Lane |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-04-02 | Fix minor typos in comments. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-06-08 | Fix contrib/pageinspect to not create an ABI breakage between 8.3 and 8.4. | Tom Lane |
| 2009-03-31 | Fix contrib/pgstattuple and contrib/pageinspect to prevent attempts to read | Tom Lane |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-10-31 | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas |
| 2008-10-06 | Use fork names instead of numbers in the file names for additional | Heikki Linnakangas |
| 2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
| 2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
| 2008-01-01 | Fix some missed copyright updates. | Tom Lane |
| 2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
| 2007-11-13 | Add CVS version labels to all install/uninstall scripts. | Bruce Momjian |
| 2007-11-11 | Make /contrib install/uninstall script consistent: | Bruce Momjian |
| 2007-11-10 | Remove references to READMEs from /contrib Makefiles. | Bruce Momjian |
| 2007-11-10 | Move most /contrib README files into SGML. Some still need conversion | Bruce Momjian |
| 2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
| 2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
| 2007-08-26 | Code review for btreefuncs additions: restrict to superusers to avoid | Tom Lane |
| 2007-07-15 | Fix CHECK_RELATION_BLOCK_RANGE macro, which was not merely producing | Tom Lane |
| 2007-07-15 | Silence a rather odd compiler warning. In passing, make this file's | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-05-17 | Add database page inspection /contrib module. | Bruce Momjian |