aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* FAQ wording and markup fix.Bruce Momjian2007-12-10
* 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 completely-bogus volatility markings on pg_trgm functions.Tom Lane2007-12-09
* Fix mergejoin cost estimation so that we consider the statistical ranges ofTom Lane2007-12-08
* In the release notes, mention that the "Overview" items are listed inBruce Momjian2007-12-08
* In release notes, mention "most" updates are improved with HOT.Bruce Momjian2007-12-07
* Remove completed 8.3 TODO items:Bruce Momjian2007-12-07
* Update HOT description to make index column changes clearer.Bruce Momjian2007-12-07
* Change documentation, change "distributed" checkpoints to "smoothed"Bruce Momjian2007-12-07
* Clean up a couple of problems in crosstab_hash's use of a hash table.Tom Lane2007-12-07
* Realign the running text in this file to 79 characters wide. Some otherPeter Eisentraut2007-12-07
* Fix typo in pg_standby docs. Arul Shaji.Neil Conway2007-12-07
* Add missing table entry for lastval(), per Jeff Davis.Tom Lane2007-12-06
* 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
* Make an editorial pass over the newly SGML-ified contrib documentation.Tom Lane2007-12-06
* Remove unused, occasionally confusing graphics building support.Peter Eisentraut2007-12-05
* Correct misattribution of earthdistance module --- according to itsTom Lane2007-12-04
* Don't send an empty SSPI negotiation packet at the end of the negotiation.Magnus Hagander2007-12-04
* Entity-ify a passel of & < > characters. Per gripe from Devrim.Tom Lane2007-12-03
* Fix build_minmax_path() to cope if an IS NULL clause turns up in theTom Lane2007-12-03
* Remove contrib/spi/preprocessor, which has been uninteresting everTom 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
* Add missing documentation for SSPI packets.Magnus Hagander2007-12-03
* Improve partitioning example, per Itagaki Takahiro.Tom Lane2007-12-03
* Remove obsoleted README files.Tom Lane2007-12-03
* Add SGML documentation for contrib/spi and contrib/test_parser.Tom Lane2007-12-03
* Update SGML contrib documentation to catch up with recent changes toTom Lane2007-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
* Ensure that all <sect1> and <refentry> tags have IDs. This is neededTom Lane2007-12-02
* Remove README files now migrated to SGML docs.Tom Lane2007-12-02
* Add SGML docs for contrib/dict_int and contrib/dict_xsyn.Tom Lane2007-12-02
* Improve the manual's discussion of partitioning. Recommend using aTom Lane2007-12-02
* Mention hash opclasses in 'System Dependencies on Operator Classes',Tom Lane2007-12-02
* Sync release notes with CVS HEAD; various editorial improvements.Tom Lane2007-12-02
* 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
* Update release notes to current CVS.Bruce Momjian2007-11-30
* Update Japanese FAQ.Bruce Momjian2007-11-29