| Commit message (Expand) | Author | Age |
* | Fix attribution for Rime of the Ancient Mariner (obviously it's been | Tom Lane | 2007-12-10 |
* | The E. J. Pratt verse used as a tsearch test case is unfortunately still | Tom Lane | 2007-12-09 |
* | Fix bogus prompt for password in -u case. Per gripe from Robert Treat. | Tom Lane | 2007-12-09 |
* | Fix up the PQconnectionUsedPassword mess: create a separate | Tom Lane | 2007-12-09 |
* | Fix mergejoin cost estimation so that we consider the statistical ranges of | Tom Lane | 2007-12-08 |
* | Realign the running text in this file to 79 characters wide. Some other | Peter Eisentraut | 2007-12-07 |
* | Disable asserts by default on msvc build (to make it the same | Magnus Hagander | 2007-12-06 |
* | Change wording of logged message when cancelling an autovacuum task, using | Alvaro Herrera | 2007-12-06 |
* | Don't send an empty SSPI negotiation packet at the end of the negotiation. | Magnus Hagander | 2007-12-04 |
* | Fix build_minmax_path() to cope if an IS NULL clause turns up in the | Tom Lane | 2007-12-03 |
* | Default to integer timestamps being off until 8.4, to correspond | Magnus Hagander | 2007-12-03 |
* | Don't try to install README.spi | Magnus Hagander | 2007-12-03 |
* | Stamp 8.3beta4.REL8_3_BETA4 | Tom Lane | 2007-12-03 |
* | Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, | Tom Lane | 2007-12-03 |
* | Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate | Tom Lane | 2007-12-01 |
* | Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive | Tom Lane | 2007-12-01 |
* | Revert inadvertantly committed change. | Andrew Dunstan | 2007-12-01 |
* | Workaround for perl problem where evaluating UTF8 regexes can cause | Andrew Dunstan | 2007-12-01 |
* | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane | 2007-11-30 |
* | Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached | Tom Lane | 2007-11-30 |
* | Add win32error.c to libpq, needed to resolve _dosmaperr. | Magnus Hagander | 2007-11-30 |
* | Use _dosmaperr() to deal with errors opening files in pgwin32_open(). | Magnus Hagander | 2007-11-30 |
* | Translation updates | Peter Eisentraut | 2007-11-29 |
* | Make a cleanup pass over error reports in tsearch code. Use ereport | Tom Lane | 2007-11-28 |
* | Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force | Tom Lane | 2007-11-28 |
* | Adjust the names of a couple of tsearch index support functions that had | Tom Lane | 2007-11-28 |
* | Install a lookaside cache to speed up repeated lookups of the same operator | Tom Lane | 2007-11-28 |
* | Proper capitalization of Ispell | Peter Eisentraut | 2007-11-28 |
* | Fix XML Schema structure for char types without length (bug #3782) | Peter Eisentraut | 2007-11-28 |
* | Improve terminology | Peter Eisentraut | 2007-11-28 |
* | Fix typo | Peter Eisentraut | 2007-11-28 |
* | Properly recognize and announce input errors. | Peter Eisentraut | 2007-11-28 |
* | Change a stop word on the right-hand-side in the thesaurus file to be an | Bruce Momjian | 2007-11-28 |
* | Fix plpgsql to not lookup block labels except in contexts where a block label | Tom Lane | 2007-11-27 |
* | Fix pg_regress to check the directory it is actually reading files from, | Tom Lane | 2007-11-27 |
* | Add quote_literal(anyelement) to preserve (and, in fact, extend) a | Tom Lane | 2007-11-27 |
* | Suppress compiler warning. | Tom Lane | 2007-11-27 |
* | Make casts from xml to text independent of the XML option setting, thus | Peter Eisentraut | 2007-11-27 |
* | correct capitalization | Peter Eisentraut | 2007-11-27 |
* | Fix select_common_type() so that it can select a domain type, if all inputs | Tom Lane | 2007-11-26 |
* | Allow for X as well as x to be the prefix for hexadecimal character ref entit... | Andrew Dunstan | 2007-11-25 |
* | Fix XML tag namespace change inadvertantly missed from previous fix. Add | Andrew Dunstan | 2007-11-25 |
* | Use double quotes for quoting xml attributes. | Peter Eisentraut | 2007-11-25 |
* | Fix thinko in comment. | Tom Lane | 2007-11-25 |
* | Reduce routine successful-archiving message from LOG to DEBUG1 grade, | Tom Lane | 2007-11-24 |
* | Fix (I think) broken usage of MultiByteToWideChar. I had missed the | Tom Lane | 2007-11-24 |
* | Slightly more paranoia and slightly better comments for use of | Tom Lane | 2007-11-24 |
* | Add missed entry for new money regression test. | Tom Lane | 2007-11-24 |
* | Move resetting of currSchema to a spot where it's not vulnerable to getting | Tom Lane | 2007-11-24 |
* | Add regression tests for MONEY type. | D'Arcy J.M. Cain | 2007-11-24 |