| Age | Commit message (Expand) | Author |
| 2007-11-16 | Run pgindent on remaining files now that LOOPBYTE is a usable macro. | Bruce Momjian |
| 2007-11-16 | Modify LOOPBYTE/LOOPBIT macros to be more logical; rather than have the | Bruce Momjian |
| 2007-11-15 | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian |
| 2007-11-13 | Fix a few contrib regression test scripts that hadn't gotten the word | Tom Lane |
| 2007-11-13 | Adjust expected file for new CVS version label. | 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-30 | Support functions for index opclasses should be immutable. | Tom Lane |
| 2007-07-15 | Fix compile warning on Solaris, per buildfarm. (Why have we got | Tom Lane |
| 2007-06-26 | Fix PGXS conventions so that extensions can be built against Postgres | Tom Lane |
| 2007-02-28 | Fix up several contrib modules that were using varlena datatypes in not-so-ob... | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-09 | Add $PostgreSQL$ marker to contrib makefiles. | Peter Eisentraut |
| 2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
| 2006-09-22 | Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only | Tom Lane |
| 2006-09-20 | Change patternsel (LIKE/regex selectivity estimation) so that if there | Tom Lane |
| 2006-09-11 | Fix omissions in contrib uninstall scripts. Michael Fuhr | Tom Lane |
| 2006-08-08 | Fix bug introduced by last patch, thanks again to Mario Weilguni <mweilguni@s... | Teodor Sigaev |
| 2006-08-07 | fix bug about modifying value in shared buffer, | Teodor Sigaev |
| 2006-07-11 | Fix bug corrupting query in gist consistent function. | Teodor Sigaev |
| 2006-06-28 | Changes | Teodor Sigaev |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-04-27 | Fix ltreeparentsel so it actually works ... | Tom Lane |
| 2006-04-27 | Un-break ltree. | Tom Lane |
| 2006-04-26 | Move ltree parentsel() selectivity function into /contrib/ltree. | Bruce Momjian |
| 2006-04-26 | Enhanced containment selectivity function for /contrib/ltree | Bruce Momjian |
| 2006-03-13 | Fix a number of syntax errors in contrib modules' uninstall scripts. | Neil Conway |
| 2006-03-11 | Add CVS tag lines to files that were lacking them. | Bruce Momjian |
| 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 |
| 2006-01-20 | Replace bitwise looping with bytewise looping in hemdistsign and | Tom Lane |
| 2006-01-08 | Fix the assert_enabled issue properly. This eliminates the former ABI | Tom Lane |
| 2005-12-06 | Fix stupid bug with sizeof | Teodor Sigaev |
| 2005-11-19 | Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd | Tom Lane |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 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-09-24 | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane |
| 2005-09-24 | Suppress signed-vs-unsigned-char warnings in contrib. | Tom Lane |
| 2005-05-25 | Add parentheses to macros when args are used in computations. Without | Bruce Momjian |
| 2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |
| 2004-10-21 | Standardize on using the Min, Max, and Abs macros that are in our c.h file, | Tom Lane |
| 2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
| 2004-08-21 | Recent tightening of allowed array-literal syntax broke one test case | Tom Lane |
| 2004-08-20 | > Please find enclose a submission to fix these problems. | Bruce Momjian |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |