| Age | Commit message (Expand) | Author |
| 2007-03-03 | Add resetStringInfo(), which clears the content of a StringInfo, and | Neil Conway |
| 2007-02-09 | Add $PostgreSQL$ marker to contrib makefiles. | Peter Eisentraut |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-07-10 | Allow /contrib include files to compile on their own. | Bruce Momjian |
| 2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
| 2006-03-01 | Attached is a patch that replaces a bunch of places where StringInfos | Neil Conway |
| 2006-03-01 | This patch makes the error message strings throughout the backend | Neil Conway |
| 2006-02-27 | Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in | Peter Eisentraut |
| 2006-02-27 | contrib uninstall scripts | Peter Eisentraut |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
| 2005-09-27 | PGXS should be set with := not =, as specified in the documentation, | Tom Lane |
| 2005-07-24 | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane |
| 2005-07-09 | Fix inadequate error checking: you can't assume that fcinfo->resultinfo | Tom Lane |
| 2005-05-30 | Document get_call_result_type() and friends; mark TypeGetTupleDesc() | Tom Lane |
| 2005-05-29 | Modify hash_search() API to prevent future occurrences of the error | Tom Lane |
| 2005-01-01 | Some more missed copyright notices. Many of these look like they | Tom Lane |
| 2005-01-01 | Update copyrights that were missed. | Bruce Momjian |
| 2004-10-07 | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian |
| 2004-09-13 | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-29 | Update copyright to 2004. | Bruce Momjian |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-08-11 | Hashed crosstab was dying with an SPI_finish error when the source SQL | Joe Conway |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-02-24 | Apply quote_literal to the start_with argument of connectby. Fixes problem | Joe Conway |
| 2004-02-03 | Rename SortMem and VacuumMem to work_mem and maintenance_work_mem. | Tom Lane |
| 2003-10-02 | Attached is a patch for contrib/tablefunc. It fixes two issues raised by | Tom Lane |
| 2003-09-13 | With Joe Conway's concurrence, remove srandom() call from normal_rand(). | Tom Lane |
| 2003-08-04 | Fix some copyright notices that weren't updated. Improve copyright tool | Tom Lane |
| 2003-08-04 | pgindent run. | Bruce Momjian |
| 2003-07-27 | > Am Son, 2003-06-22 um 02.09 schrieb Joe Conway: | Bruce Momjian |
| 2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
| 2003-06-25 | 'third' -> 'fourth' where needed, per Joe Conway. | Tom Lane |
| 2003-06-15 | Replace cryptic 'Unknown kind of return type' messages with something | Tom Lane |
| 2003-05-16 | Check calling context for connectby_text(), per Joe Conway. | Tom Lane |
| 2003-05-14 | Fix various recent build and regression-test problems in contrib/. | Tom Lane |
| 2003-05-14 | Backend support for autocommit removed, per recent discussions. The | Tom Lane |
| 2003-03-27 | This patch implements holdable cursors, following the proposal | Bruce Momjian |
| 2003-03-20 | Attached is an update to contrib/tablefunc. It implements a new hashed | Bruce Momjian |
| 2003-03-10 | This patch fixes a bunch of spelling mistakes in comments throughout the | Tom Lane |
| 2003-03-09 | Revise tuplestore and nodeMaterial so that we don't have to read the | Tom Lane |
| 2002-11-23 | Remove inappropriate double-quoting in connectby() code; adjust | Tom Lane |
| 2002-10-21 | SET autocommit no longer needed in /contrib because pg_regress.sh does | Bruce Momjian |
| 2002-10-18 | Update /contrib for "autocommit TO 'on'". | Bruce Momjian |
| 2002-10-03 | The attached adds a bit to the contrib/tablefunc regression test for | Bruce Momjian |
| 2002-10-03 | > The previous patch fixed an infinite recursion bug in | Bruce Momjian |