| Age | Commit message (Expand) | Author |
| 2007-10-27 | Change text search parsing rules for hyphenated words so that digit strings | Tom Lane |
| 2007-10-27 | Add some rudimentary tracing code to the default text search parser, to help | Tom Lane |
| 2007-10-27 | Rename default text search parser's "uri" token type to "url_path", | Tom Lane |
| 2007-10-27 | Avoid considering both sort directions as equally useful for merging. | Tom Lane |
| 2007-10-27 | Stamp 8.3beta2.REL8_3_BETA2 | Tom Lane |
| 2007-10-27 | Translation updates | Peter Eisentraut |
| 2007-10-26 | Change win32 child-death tracking code to use a threadpool to wait for | Magnus Hagander |
| 2007-10-26 | Allow an autovacuum worker to be interrupted automatically when it is found | Alvaro Herrera |
| 2007-10-26 | Change have_join_order_restriction() so that we do not force a clauseless join | Tom Lane |
| 2007-10-26 | Avoid having backend-only code compiled into ecpg. Per Zdenek Kotala | Tom Lane |
| 2007-10-26 | Avoid including any backend-only stuff in the zic utility program. | Tom Lane |
| 2007-10-25 | Make initdb's selection of default text search configuration depend | Tom Lane |
| 2007-10-25 | Fix memory management for new variables -- they must actually survive | Alvaro Herrera |
| 2007-10-25 | Fix ALTER SEQUENCE so that it does not affect the value of currval() for | Tom Lane |
| 2007-10-25 | Extract catalog info for error reporting before an error actually happens. | Alvaro Herrera |
| 2007-10-25 | Tweak new error messages to match the actual syntax of DECLARE CURSOR. | Tom Lane |
| 2007-10-25 | Add new encoding aliases for Solaris, per Zdenek Kotala. | Alvaro Herrera |
| 2007-10-24 | Disallow scrolling of FOR UPDATE/FOR SHARE cursors, so as to avoid problems | Tom Lane |
| 2007-10-24 | Rearrange vacuum-related bits in PGPROC as a bitmask, to better support | Alvaro Herrera |
| 2007-10-24 | Fix an error in make_outerjoininfo introduced by my patch of 30-Aug: the code | Tom Lane |
| 2007-10-24 | Danish_Danmark -> Danish_Denmark | Alvaro Herrera |
| 2007-10-24 | Minor changes to autovacuum worker: change error handling so that it continues | Alvaro Herrera |
| 2007-10-24 | Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and update- | Tom Lane |
| 2007-10-24 | Keep heap_page_prune from marking the buffer dirty when it didn't | Tom Lane |
| 2007-10-24 | Set read_only = TRUE while evaluating input queries for ts_rewrite() | Tom Lane |
| 2007-10-24 | Remove the aggregate form of ts_rewrite(), since it doesn't work as desired | Tom Lane |
| 2007-10-23 | Make configure probe for the location of the <uuid.h> header file. | Tom Lane |
| 2007-10-23 | Rename and slightly redefine the default text search parser's "word" | Tom Lane |
| 2007-10-23 | Use snprintf instead of wsprintf, and use getenv("APPDATA") instead of | Magnus Hagander |
| 2007-10-23 | Fix two-argument form of ts_rewrite() so it actually works for cases where | Tom Lane |
| 2007-10-23 | Fix several bugs in tsvectorin, including crash due to uninitialized field and | Tom Lane |
| 2007-10-22 | Adjust ts_debug's output as per my proposal of yesterday: show the | Tom Lane |
| 2007-10-22 | Remove an Assert that's been obsoleted by recent changes in the parsetree | Tom Lane |
| 2007-10-22 | Add a useless return statement to suppress a warning seen with some | Tom Lane |
| 2007-10-21 | Fix shared tsvector/tsquery input code so that we don't say "syntax error in | Tom Lane |
| 2007-10-20 | Adjust error message to agree with documentation. The tsearch documentation | Tom Lane |
| 2007-10-19 | Found another small glitch in tsearch API: the two versions of ts_lexize() | Tom Lane |
| 2007-10-19 | ts_rewrite() does not return a set, only one row; fix mislabeling in | Tom Lane |
| 2007-10-17 | Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule. | Tom Lane |
| 2007-10-16 | Use 'token' not 'lexeme' to describe the output of a parser. | Tom Lane |
| 2007-10-16 | Tweak toast-related logic in heapam.c so that the toaster is only invoked | Tom Lane |
| 2007-10-16 | Teach pgxs.mk and Install.pm how to install files from a contrib module | Tom Lane |
| 2007-10-16 | Re-allow UTF8 encodings on win32. Since UTF8 is converted to | Magnus Hagander |
| 2007-10-16 | Remove quotes around locale names in some places for consistency. | Peter Eisentraut |
| 2007-10-15 | Fix pg_wchar_table[] to match revised ordering of the encoding ID enum. | Tom Lane |
| 2007-10-15 | Include NOLOGIN roles in the 'flat' password file. In the original | Tom Lane |
| 2007-10-14 | make install is supposed to install everything under src/include/, | Tom Lane |
| 2007-10-13 | Ooops, forgot about adding -DFRONTEND. | Tom Lane |
| 2007-10-13 | Migrate the former contrib/txid module into core. This will make it easier | Tom Lane |
| 2007-10-13 | Try to fix msvc build for recent initdb changes. | Tom Lane |