aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Fix attribution for Rime of the Ancient Mariner (obviously it's beenTom Lane2007-12-10
* The E. J. Pratt verse used as a tsearch test case is unfortunately stillTom Lane2007-12-09
* Fix bogus prompt for password in -u case. Per gripe from Robert Treat.Tom Lane2007-12-09
* Fix up the PQconnectionUsedPassword mess: create a separateTom Lane2007-12-09
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-07
* Disable asserts by default on msvc build (to make it the sameMagnus Hagander2007-12-06
* Change wording of logged message when cancelling an autovacuum task, usingAlvaro Herrera2007-12-06
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* Fix build_minmax_path() to cope if an IS NULL clause turns up in theTom Lane2007-12-03
* Default to integer timestamps being off until 8.4, to correspondMagnus Hagander2007-12-03
* Don't try to install README.spiMagnus Hagander2007-12-03
* Stamp 8.3beta4.REL8_3_BETA4Tom Lane2007-12-03
* Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,Tom Lane2007-12-03
* Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagateTom Lane2007-12-01
* Suppress compiler warnings in recent plperl patch. Avoid uselessly expensiveTom Lane2007-12-01
* Revert inadvertantly committed change.Andrew Dunstan2007-12-01
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cachedTom Lane2007-11-30
* Add win32error.c to libpq, needed to resolve _dosmaperr.Magnus Hagander2007-11-30
* Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander2007-11-30
* Translation updatesPeter Eisentraut2007-11-29
* Make a cleanup pass over error reports in tsearch code. Use ereportTom Lane2007-11-28
* Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also forceTom Lane2007-11-28
* Adjust the names of a couple of tsearch index support functions that hadTom Lane2007-11-28
* Install a lookaside cache to speed up repeated lookups of the same operatorTom Lane2007-11-28
* Proper capitalization of IspellPeter Eisentraut2007-11-28
* Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut2007-11-28
* Improve terminologyPeter Eisentraut2007-11-28
* Fix typoPeter Eisentraut2007-11-28
* Properly recognize and announce input errors.Peter Eisentraut2007-11-28
* Change a stop word on the right-hand-side in the thesaurus file to be anBruce Momjian2007-11-28
* Fix plpgsql to not lookup block labels except in contexts where a block labelTom Lane2007-11-27
* Fix pg_regress to check the directory it is actually reading files from,Tom Lane2007-11-27
* Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane2007-11-27
* Suppress compiler warning.Tom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* correct capitalizationPeter Eisentraut2007-11-27
* Fix select_common_type() so that it can select a domain type, if all inputsTom Lane2007-11-26
* Allow for X as well as x to be the prefix for hexadecimal character ref entit...Andrew Dunstan2007-11-25
* Fix XML tag namespace change inadvertantly missed from previous fix. AddAndrew Dunstan2007-11-25
* Use double quotes for quoting xml attributes.Peter Eisentraut2007-11-25
* Fix thinko in comment.Tom Lane2007-11-25
* Reduce routine successful-archiving message from LOG to DEBUG1 grade,Tom Lane2007-11-24
* Fix (I think) broken usage of MultiByteToWideChar. I had missed theTom Lane2007-11-24
* Slightly more paranoia and slightly better comments for use ofTom Lane2007-11-24
* Add missed entry for new money regression test.Tom Lane2007-11-24
* Move resetting of currSchema to a spot where it's not vulnerable to gettingTom Lane2007-11-24
* Add regression tests for MONEY type.D'Arcy J.M. Cain2007-11-24