Commit Graph

25979 Commits (4f9bf7fc5a1fcc3b1beac9b2e1d2e693ae7bd796)
 

Author SHA1 Message Date
Tom Lane 4f9bf7fc5a Fix up the PQconnectionUsedPassword mess: create a separate 19 years ago
Tom Lane cb1ab30fdc Fix completely-bogus volatility markings on pg_trgm functions. 19 years ago
Tom Lane 9fd8843647 Fix mergejoin cost estimation so that we consider the statistical ranges of 19 years ago
Bruce Momjian 8821612854 In the release notes, mention that the "Overview" items are listed in 19 years ago
Bruce Momjian cb010629ba In release notes, mention "most" updates are improved with HOT. 19 years ago
Bruce Momjian d32f24776f Remove completed 8.3 TODO items: 19 years ago
Bruce Momjian 6b8d26bb07 Update HOT description to make index column changes clearer. 19 years ago
Bruce Momjian 52767ea76f Change documentation, change "distributed" checkpoints to "smoothed" 19 years ago
Tom Lane aaff0a559f Clean up a couple of problems in crosstab_hash's use of a hash table. 19 years ago
Peter Eisentraut cac82bb20c Realign the running text in this file to 79 characters wide. Some other 19 years ago
Neil Conway bbff4fd307 Fix typo in pg_standby docs. Arul Shaji. 19 years ago
Tom Lane f039a8cf8e Add missing table entry for lastval(), per Jeff Davis. 19 years ago
Magnus Hagander a0c4ac77ad Disable asserts by default on msvc build (to make it the same 19 years ago
Alvaro Herrera 59c841506c Change wording of logged message when cancelling an autovacuum task, using 19 years ago
Tom Lane 53e99f57fc Make an editorial pass over the newly SGML-ified contrib documentation. 19 years ago
Peter Eisentraut a37a0a4180 Remove unused, occasionally confusing graphics building support. 19 years ago
Tom Lane 9dd4d271df Correct misattribution of earthdistance module --- according to its 19 years ago
Magnus Hagander 024014a448 Don't send an empty SSPI negotiation packet at the end of the negotiation. 19 years ago
Tom Lane 4c128303e0 Entity-ify a passel of & < > characters. Per gripe from Devrim. 19 years ago
Tom Lane f538329f9d Fix build_minmax_path() to cope if an IS NULL clause turns up in the 19 years ago
Tom Lane 50eed107ae Remove contrib/spi/preprocessor, which has been uninteresting ever 19 years ago
Magnus Hagander 739338e88a Default to integer timestamps being off until 8.4, to correspond 19 years ago
Magnus Hagander 8aa318c631 Don't try to install README.spi 19 years ago
Magnus Hagander 6ca2f8483f Add missing documentation for SSPI packets. 19 years ago
Tom Lane 57da4cca27 Improve partitioning example, per Itagaki Takahiro. 19 years ago
Tom Lane 531f58688a Remove obsoleted README files. 19 years ago
Tom Lane 53ae7acbba Add SGML documentation for contrib/spi and contrib/test_parser. 19 years ago
Tom Lane 0d4c3855f1 Update SGML contrib documentation to catch up with recent changes to 19 years ago
Tom Lane 01434d41d4 Stamp 8.3beta4. 19 years ago
Tom Lane a63b63ff96 Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, 19 years ago
Tom Lane 3b3251cb95 Ensure that all <sect1> and <refentry> tags have IDs. This is needed 19 years ago
Tom Lane 1308d6dd80 Remove README files now migrated to SGML docs. 19 years ago
Tom Lane ec2ff52045 Add SGML docs for contrib/dict_int and contrib/dict_xsyn. 19 years ago
Tom Lane 43da837eda Improve the manual's discussion of partitioning. Recommend using a 19 years ago
Tom Lane 8ee076325f Mention hash opclasses in 'System Dependencies on Operator Classes', 19 years ago
Tom Lane 7cac32534f Sync release notes with CVS HEAD; various editorial improvements. 19 years ago
Tom Lane 265f904d8f Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 19 years ago
Tom Lane ba9da684b5 Suppress compiler warnings in recent plperl patch. Avoid uselessly expensive 19 years ago
Andrew Dunstan b8f28759d4 Revert inadvertantly committed change. 19 years ago
Andrew Dunstan 6e73b50449 Workaround for perl problem where evaluating UTF8 regexes can cause 19 years ago
Tom Lane 895a94de6d Avoid incrementing the CommandCounter when CommandCounterIncrement is called 19 years ago
Tom Lane f0f18c7087 Repair bug that allowed RevalidateCachedPlan to attempt to rebuild a cached 19 years ago
Magnus Hagander 7c43106db2 Add win32error.c to libpq, needed to resolve _dosmaperr. 19 years ago
Magnus Hagander 35736874f9 Use _dosmaperr() to deal with errors opening files in pgwin32_open(). 19 years ago
Bruce Momjian c2d30556a1 Update release notes to current CVS. 19 years ago
Bruce Momjian c3facf0041 Update Japanese FAQ. 19 years ago
Peter Eisentraut 42a0c88ead Translation updates 19 years ago
Bruce Momjian 6559c4a202 Add additional PITR documentation. 19 years ago
Tom Lane bb0e3011f8 Make a cleanup pass over error reports in tsearch code. Use ereport 19 years ago
Bruce Momjian 664782ee74 RETURN NEXT doc improvement, per Alvaro. 19 years ago