| Age | Commit message (Expand) | Author |
| 2007-11-10 | Add missing closing / in xsd:restriction, and remove some unnecessary | Tom Lane |
| 2007-11-10 | xmlGetUTF8Char()'s second argument is both input and output. Fix | Tom Lane |
| 2007-11-10 | Have text search thesaurus files use "?" for stop words. | Bruce Momjian |
| 2007-11-10 | Reduce error level of ROLLBACK outside a transaction from WARNING to | Bruce Momjian |
| 2007-11-09 | Clean up ts_locale.h/.c. Fix broken and not-consistent-across-platforms | Tom Lane |
| 2007-11-09 | Second pass at improving LIKE/regex estimation in non-C locales. It turns | Tom Lane |
| 2007-11-09 | Add parameter krb_realm used by GSSAPI, SSPI and Kerberos | Magnus Hagander |
| 2007-11-09 | Allow XML processing instructions starting with "xml" while prohibiting | Peter Eisentraut |
| 2007-11-09 | In tsearch code, remove !(A && B) via restructuring, for clarity | Bruce Momjian |
| 2007-11-08 | If an index depends on no columns of its table, give it a dependency on the | Tom Lane |
| 2007-11-08 | Fix EquivalenceClass code to handle volatile sort expressions in a more | Tom Lane |
| 2007-11-08 | Last week's patch for make_sort_from_pathkeys wasn't good enough: it has | Tom Lane |
| 2007-11-08 | After conferencing again with Bruce, put in more accurate XML error message. | Peter Eisentraut |
| 2007-11-08 | Wording changes | Peter Eisentraut |
| 2007-11-08 | Add sentence-ending periods. | Peter Eisentraut |
| 2007-11-08 | Improve error message | Peter Eisentraut |
| 2007-11-07 | Improve the performance of LIKE/regex estimation in non-C locales, by making | Tom Lane |
| 2007-11-07 | Fix patternsel() and callers to do the right thing for NOT LIKE and the other | Tom Lane |
| 2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
| 2007-11-06 | Some code review for xml.c: | Tom Lane |
| 2007-11-05 | Fix xmlelement() to initialize libxml correctly before using it, and to avoid | Tom Lane |
| 2007-11-05 | Improve conversion of legacy CREATE CONSTRAINT TRIGGER representation of | Tom Lane |
| 2007-11-05 | Use LOG instead of DEBUG2 for logging invalid cancel requests. (That is, | Neil Conway |
| 2007-11-04 | Minor improvements to code for converting legacy CREATE CONSTRAINT TRIGGER | Tom Lane |
| 2007-11-04 | Prevent continuing disk-space bloat when profiling (with PROFILE_PID_DIR | Tom Lane |
| 2007-11-04 | Teach CREATE CONSTRAINT TRIGGER to convert old-style foreign key | Tom Lane |
| 2007-11-02 | Ensure that EquivalenceClasses generated from ORDER BY keys contain proper | Tom Lane |
| 2007-10-29 | In the previous commit message, I forgot to credit Simon Riggs who provided | Alvaro Herrera |
| 2007-10-29 | Mention the index name in 'could not create unique index' errors, | Tom Lane |
| 2007-10-29 | Remove the hack in the grammar that "optimized away" DEFAULT NULL clauses. | Tom Lane |
| 2007-10-29 | - Add check of already changed page while replay WAL. This touches only | Teodor Sigaev |
| 2007-10-29 | Make variable static, per Tom. | Magnus Hagander |
| 2007-10-29 | Fix coredump during replay WAL after crash. Change entrySplitPage() to prevent | Teodor Sigaev |
| 2007-10-29 | Add compat file for dynamically loading the functions that MinGW is missing | Magnus Hagander |
| 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 | 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-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-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 | Minor changes to autovacuum worker: change error handling so that it continues | Alvaro Herrera |