| Age | Commit message (Expand) | Author |
| 2004-08-11 | Hashed crosstab was dying with an SPI_finish error when the source SQL | Joe Conway |
| 2004-08-04 | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane |
| 2004-08-04 | Update oidjoins regression test to match current catalog structure. | Tom Lane |
| 2004-07-30 | PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with | Peter Eisentraut |
| 2004-07-17 | Invent ResourceOwner mechanism as per my recent proposal, and use it to | Tom Lane |
| 2004-07-15 | Properly order mysql links. | Bruce Momjian |
| 2004-07-12 | Make installation instructions match reality. | Peter Eisentraut |
| 2004-07-11 | Update URL's for mysql conversion tools. | Bruce Momjian |
| 2004-07-04 | Fix misspellings: langauge -> language. | Tom Lane |
| 2004-07-02 | Attached is a 1 line bug fix for dbmirror that was submitted. | Joe Conway |
| 2004-07-01 | Add double metaphone code from Andrew Dunstan. Also change metaphone so that | Joe Conway |
| 2004-07-01 | Nested transactions. There is still much left to do, especially on the | Tom Lane |
| 2004-06-28 | 1 Eliminate duplicate field HLWORD->skip | Teodor Sigaev |
| 2004-06-23 | Previous commit wasnt full... | Teodor Sigaev |
| 2004-06-23 | 1 Fix affixes with void replacement (AFAIK, it's only russian) | Teodor Sigaev |
| 2004-06-23 | Fix stupid bug in installcheck | Teodor Sigaev |
| 2004-06-14 | Add missing PQclear(). | Tatsuo Ishii |
| 2004-06-12 | Now needs to include <ctype.h>. | Tom Lane |
| 2004-06-07 | Remove asymetrical word processing in query and text | Teodor Sigaev |
| 2004-06-03 | - Add aligment of variable data types | Teodor Sigaev |
| 2004-06-01 | Fix silly bug | Teodor Sigaev |
| 2004-06-01 | List pg_trgm in contrib Makefile and README. | Tom Lane |
| 2004-05-31 | trgm - Trigram matching for PostgreSQL | Teodor Sigaev |
| 2004-05-31 | 1 add namespaces as Tom suggest http://www.pgsql.ru/db/mw/msg.html?mid=1987703 | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regexec | Teodor Sigaev |
| 2004-05-31 | Fix memory leak with pg_regcomp | Teodor Sigaev |
| 2004-05-31 | Win32 related patch by Darko Prenosil. Small correct by teodor | Teodor Sigaev |
| 2004-05-30 | Use the new List API function names throughout the backend, and disable the | Neil Conway |
| 2004-05-28 | Stat function now can show statistics per weight of lexemes | Teodor Sigaev |
| 2004-05-28 | New version. Add support for int2, int8, float4, float8, timestamp with/witho... | Teodor Sigaev |
| 2004-05-26 | Fix problems in pg_autovacuum: | Bruce Momjian |
| 2004-05-26 | Please apply this minor patch to the cvs HEAD of dbmirror | Jan Wieck |
| 2004-05-20 | attempt at a multi file commit, to seee how it formats | PostgreSQL Daemon |
| 2004-05-20 | just testing activitymail ... only added a space here so that the commit would | PostgreSQL Daemon |
| 2004-05-14 | Update docs from Andrew J. Kopciuch <akopciuch@bddf.ca> | Teodor Sigaev |
| 2004-05-08 | Get rid of rd_nblocks field in relcache entries. Turns out this was | Tom Lane |
| 2004-05-07 | Suppress 'uninitialized variable' warning emitted by some (not all) | Tom Lane |
| 2004-05-07 | Use regprocedure type instead of oid. Usefull for human read and dump/restore | Teodor Sigaev |
| 2004-05-07 | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane |
| 2004-04-22 | Attached is are a few small fixes for dbmirror. | Bruce Momjian |
| 2004-04-19 | Update mention of diff. | Bruce Momjian |
| 2004-04-19 | Update to my2pg version 1.28, add docs, update URL for newest version. | Bruce Momjian |
| 2004-04-19 | Update to my2pg 1.28, from: | Bruce Momjian |
| 2004-04-19 | The attached patch for contrib/pg_autovacuum/README.pg_autovacuum fixes | Bruce Momjian |
| 2004-04-02 | Fix some more compatibility issues (ctype.h macros must never be passed | Tom Lane |
| 2004-04-01 | Fix some portability issues (reliance on gcc-isms). | Tom Lane |
| 2004-04-01 | Fix portability issues with functions that don't match their declaration. | Tom Lane |
| 2004-04-01 | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane |
| 2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
| 2004-03-25 | 1 Minimize memory allocation for void (but not null) value. | Teodor Sigaev |