aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Get dllwrap name from variable instead of hardcoded.Magnus Hagander2007-12-15
* Clarify log messagesPeter Eisentraut2007-12-13
* Mark items needing updating for beta stamping.Bruce Momjian2007-12-13
* Improve the method of localizing column names and other fixed strings inTom Lane2007-12-12
* Clean up unportable attempt to use #if inside a macro call, alsoTom Lane2007-12-12
* Provide a more accurate, detailed log message when the archive command fails.Peter Eisentraut2007-12-12
* Make CSV column ordering a bit more logical.Alvaro Herrera2007-12-11
* Make documentation of -W options more accurate and uniform.Tom Lane2007-12-11
* Remove the long-deprecated -u option from psql, since it does nothing veryTom Lane2007-12-11
* Extend the format of CSV logs to include the additional information suppliedAlvaro Herrera2007-12-11
* Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it'sMagnus Hagander2007-12-11
* 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