| Age | Commit message (Expand) | Author |
| 2006-06-27 | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane |
| 2006-06-21 | - During dblink_open, if transaction state was IDLE, force cursor count to | Joe Conway |
| 2006-06-09 | Now ispell dictionary can eat dictionaries in MySpell format, | Teodor Sigaev |
| 2006-06-08 | /contrib/adminpack: More clearly identify renaming of existing backend | Bruce Momjian |
| 2006-06-08 | Add missing 3rd argument to open(). | Bruce Momjian |
| 2006-06-08 | Add missing 3rd parameter to open(). | Bruce Momjian |
| 2006-06-06 | Allow do not lexize words in substitution. | Teodor Sigaev |
| 2006-06-02 | Fix wrong NOTICE/ERROR levels | Teodor Sigaev |
| 2006-06-02 | Distinguish between stop-word recognized in thesaurus_lexize() | Teodor Sigaev |
| 2006-06-02 | Add more strict check of stop and non-recognized words, | Teodor Sigaev |
| 2006-06-01 | Got tired of waiting for spoonbill's compiler to get fixed. Let's | Tom Lane |
| 2006-05-31 | fix comparison with SPI_processed | Teodor Sigaev |
| 2006-05-31 | Add thesaurus dictionary which can replace N>0 lexemes by M>0 lexemes. | Teodor Sigaev |
| 2006-05-30 | Magic blocks don't do us any good unless we use 'em ... so install one | Tom Lane |
| 2006-05-30 | Un-DOS-ify newly added files. | Tom Lane |
| 2006-05-30 | Add /contrib/adminpack to contrib/Makefile, do case-folding change. | Bruce Momjian |
| 2006-05-30 | Re-defines SHA2 symbols so that they would not conflict with certain | Bruce Momjian |
| 2006-05-30 | Re-add btree_gist description. | Bruce Momjian |
| 2006-05-30 | Add Pgadmin administration functions to /contrib/adminpack. | Bruce Momjian |
| 2006-05-23 | Remove CXT_printf/CXT1_printf macros. If anyone had found them to be of | Tom Lane |
| 2006-05-21 | Fix errors in fortuna PRNG reseeding logic that could cause a predictable | Tom Lane |
| 2006-05-19 | Back out \' change for tsearch2, broke regression tests. | Bruce Momjian |
| 2006-05-19 | Use SQL standard '' rather than \' in /contrib. Backpatch to 8.1.X. | Bruce Momjian |
| 2006-05-10 | Some optimizations by Volkan YAZICI <yazicivo@ttnet.net.tr> | Teodor Sigaev |
| 2006-05-04 | Code review for contrib/pg_freespacemap. Add a storedpages column to | Tom Lane |
| 2006-05-03 | Make GIN opclass worked with intarray extensions | Teodor Sigaev |
| 2006-05-02 | GIN: Generalized Inverted iNdex. | Teodor Sigaev |
| 2006-04-27 | Fix ltreeparentsel so it actually works ... | Tom Lane |
| 2006-04-27 | Un-break ltree. | Tom Lane |
| 2006-04-26 | Improve /contrib/pg_buffercache installation to use BEGIN/COMMIT, | Bruce Momjian |
| 2006-04-26 | Split out pg_freespace views to one for relations and another for pages, | Bruce Momjian |
| 2006-04-26 | Adjust /contrib/pg_freespace to show index free space as NULL (FSM only | Bruce Momjian |
| 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-04-25 | Fix bug reported by Michael Fuhr on Sun, 23 Apr 2006 09:52:31 -0600 | Tatsuo Ishii |
| 2006-04-23 | Add pgrowlocks | Tatsuo Ishii |
| 2006-04-23 | Add new contrib function pgrowlocks. See README.pgrowlocks for more details. | Tatsuo Ishii |
| 2006-04-12 | Change int->int32, for clarity. | Bruce Momjian |
| 2006-04-10 | Fix stupid mistake in rank_cd_def cleanup | Teodor Sigaev |
| 2006-04-03 | Put flex'ed and bison'ed files in contrib in the distribution tarball, as | Peter Eisentraut |
| 2006-04-03 | Minor cleanups | Teodor Sigaev |
| 2006-04-03 | Detoast query in g_intbig_consistent and copy query in g_int_consistent | Teodor Sigaev |
| 2006-03-19 | Fix a few places that were checking for the return value of palloc() to be | Neil Conway |
| 2006-03-14 | Improve parser so that we can show an error cursor position for errors | Tom Lane |
| 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-11 | Remove a few places that attempted to define INT_MAX, SCHAR_MAX, and | Neil Conway |
| 2006-03-10 | Fix order of linking of libxslt and libxml2, per Dave Page. | Tom Lane |
| 2006-03-08 | Update /contrib regression tests for escape_string_warning. | Bruce Momjian |
| 2006-03-07 | Make all our flex and bison files use %option prefix or %name-prefix | Tom Lane |