| 2007-12-16 | Bruce Momjian | Add docs about OOM killer. | commit | commitdiff | tree |
| 2007-12-16 | Bruce Momjian | Mention pg_ctl kill for Win32 in docs. | commit | commitdiff | tree |
| 2007-12-16 | Bruce Momjian | Update pgpool-II mention. | commit | commitdiff | tree |
| 2007-12-16 | Bruce Momjian | Mark 8.3 as likely now January, 2008 in release notes. | commit | commitdiff | tree |
| 2007-12-15 | Magnus Hagander | Get dllwrap name from variable instead of hardcoded. | commit | commitdiff | tree |
| 2007-12-15 | Andrew Dunstan | Fix example archive_command for standalone backups... | commit | commitdiff | tree |
| 2007-12-15 | Bruce Momjian | Use clearer error message for gmake postgres.pdf: | commit | commitdiff | tree |
| 2007-12-15 | Tom Lane | Improve documentation about Julian dates; in particular... | commit | commitdiff | tree |
| 2007-12-14 | Peter Eisentraut | Make error message more accurate | commit | commitdiff | tree |
| 2007-12-14 | Bruce Momjian | Add default error rules for making postgres.pdf and... | commit | commitdiff | tree |
| 2007-12-13 | Alvaro Herrera | Correct result type of convert_to, per Pavel Stehule. | commit | commitdiff | tree |
| 2007-12-13 | Peter Eisentraut | Clarify log messages | commit | commitdiff | tree |
| 2007-12-13 | Tom Lane | Change a couple of examples to say ALTER MAPPING instea... | commit | commitdiff | tree |
| 2007-12-13 | Bruce Momjian | Mark items needing updating for beta stamping. | commit | commitdiff | tree |
| 2007-12-12 | Tom Lane | Improve the method of localizing column names and other... | commit | commitdiff | tree |
| 2007-12-12 | Tom Lane | Clean up unportable attempt to use #if inside a macro... | commit | commitdiff | tree |
| 2007-12-12 | Peter Eisentraut | Provide a more accurate, detailed log message when... | commit | commitdiff | tree |
| 2007-12-12 | Bruce Momjian | Add random I/O URL: | commit | commitdiff | tree |
| 2007-12-12 | Bruce Momjian | This item was fixed in a different way, so has been... | commit | commitdiff | tree |
| 2007-12-12 | Bruce Momjian | Adjust release notes for HISTORY.html generation. | commit | commitdiff | tree |
| 2007-12-12 | Tom Lane | Change 'merge sort join', a phrase we use nowhere else... | commit | commitdiff | tree |
| 2007-12-11 | Alvaro Herrera | Make CSV column ordering a bit more logical. | commit | commitdiff | tree |
| 2007-12-11 | Tom Lane | Make documentation of -W options more accurate and... | commit | commitdiff | tree |
| 2007-12-11 | Tom Lane | Remove the long-deprecated -u option from psql, since... | commit | commitdiff | tree |
| 2007-12-11 | Magnus Hagander | Typo pointed out by Erwin Brandstetter. Remove the... | commit | commitdiff | tree |
| 2007-12-11 | Alvaro Herrera | Extend the format of CSV logs to include the additional... | commit | commitdiff | tree |
| 2007-12-11 | Magnus Hagander | Use _USE_32BIT_TIME_T when building with MSVC. Also... | commit | commitdiff | tree |
| 2007-12-11 | Tom Lane | Remove the -P options of oid2name and pgbench, as they... | commit | commitdiff | tree |
| 2007-12-11 | Tom Lane | Make vacuumlo prompt for password when needed, thus... | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Remove Stefan Kaltenbrunner mention from full text... | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Add release note introduction. | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Mention Stefan Kaltenbrunner as contributor for text... | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Wording improvement for write-cache disabling instructions. | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Write cache doc cleanups | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Document how to turn off disk write cache on popular... | commit | commitdiff | tree |
| 2007-12-10 | Tom Lane | Make an editorial pass over the newly SGML-ified contri... | commit | commitdiff | tree |
| 2007-12-10 | Alvaro Herrera | Change the "distributed checkpoint" release note item... | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | Update Brazilian FAQ. | commit | commitdiff | tree |
| 2007-12-10 | Bruce Momjian | FAQ wording and markup fix. | commit | commitdiff | tree |
| 2007-12-10 | Tom Lane | Fix attribution for Rime of the Ancient Mariner (obviou... | commit | commitdiff | tree |
| 2007-12-09 | Tom Lane | The E. J. Pratt verse used as a tsearch test case is... | commit | commitdiff | tree |
| 2007-12-09 | Tom Lane | Fix bogus prompt for password in -u case. Per gripe... | commit | commitdiff | tree |
| 2007-12-09 | Tom Lane | Fix up the PQconnectionUsedPassword mess: create a... | commit | commitdiff | tree |
| 2007-12-09 | Tom Lane | Fix completely-bogus volatility markings on pg_trgm... | commit | commitdiff | tree |
| 2007-12-08 | Tom Lane | Fix mergejoin cost estimation so that we consider the... | commit | commitdiff | tree |
| 2007-12-08 | Bruce Momjian | In the release notes, mention that the "Overview" items... | commit | commitdiff | tree |
| 2007-12-07 | Bruce Momjian | In release notes, mention "most" updates are improved... | commit | commitdiff | tree |
| 2007-12-07 | Bruce Momjian | Remove completed 8.3 TODO items: | commit | commitdiff | tree |
| 2007-12-07 | Bruce Momjian | Update HOT description to make index column changes... | commit | commitdiff | tree |
| 2007-12-07 | Bruce Momjian | Change documentation, change "distributed" checkpoints... | commit | commitdiff | tree |
| 2007-12-07 | Tom Lane | Clean up a couple of problems in crosstab_hash's use... | commit | commitdiff | tree |
| 2007-12-07 | Peter Eisentraut | Realign the running text in this file to 79 characters... | commit | commitdiff | tree |
| 2007-12-07 | Neil Conway | Fix typo in pg_standby docs. Arul Shaji. | commit | commitdiff | tree |
| 2007-12-06 | Tom Lane | Add missing table entry for lastval(), per Jeff Davis. | commit | commitdiff | tree |
| 2007-12-06 | Magnus Hagander | Disable asserts by default on msvc build (to make it... | commit | commitdiff | tree |
| 2007-12-06 | Alvaro Herrera | Change wording of logged message when cancelling an... | commit | commitdiff | tree |
| 2007-12-06 | Tom Lane | Make an editorial pass over the newly SGML-ified contri... | commit | commitdiff | tree |
| 2007-12-05 | Peter Eisentraut | Remove unused, occasionally confusing graphics building... | commit | commitdiff | tree |
| 2007-12-04 | Tom Lane | Correct misattribution of earthdistance module ---... | commit | commitdiff | tree |
| 2007-12-04 | Magnus Hagander | Don't send an empty SSPI negotiation packet at the... | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Entity-ify a passel of & < > characters. Per gripe... | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Fix build_minmax_path() to cope if an IS NULL clause... | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Remove contrib/spi/preprocessor, which has been uninter... | commit | commitdiff | tree |
| 2007-12-03 | Magnus Hagander | Default to integer timestamps being off until 8.4,... | commit | commitdiff | tree |
| 2007-12-03 | Magnus Hagander | Don't try to install README.spi | commit | commitdiff | tree |
| 2007-12-03 | Magnus Hagander | Add missing documentation for SSPI packets. | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Improve partitioning example, per Itagaki Takahiro. | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Remove obsoleted README files. | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Add SGML documentation for contrib/spi and contrib... | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Update SGML contrib documentation to catch up with... | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Stamp 8.3beta4. REL8_3_BETA4 | commit | commitdiff | tree |
| 2007-12-03 | Tom Lane | Revert COPY OUT to follow the pre-8.3 handling of ASCII... | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Ensure that all <sect1> and <refentry> tags have IDs... | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Remove README files now migrated to SGML docs. | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Add SGML docs for contrib/dict_int and contrib/dict_xsyn. | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Improve the manual's discussion of partitioning. Recom... | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Mention hash opclasses in 'System Dependencies on Opera... | commit | commitdiff | tree |
| 2007-12-02 | Tom Lane | Sync release notes with CVS HEAD; various editorial... | commit | commitdiff | tree |
| 2007-12-01 | Tom Lane | Code review for LIKE ... INCLUDING INDEXES patch. ... | commit | commitdiff | tree |
| 2007-12-01 | Tom Lane | Suppress compiler warnings in recent plperl patch.... | commit | commitdiff | tree |
| 2007-12-01 | Andrew Dunstan | Revert inadvertantly committed change. | commit | commitdiff | tree |
| 2007-12-01 | Andrew Dunstan | Workaround for perl problem where evaluating UTF8 regex... | commit | commitdiff | tree |
| 2007-11-30 | Tom Lane | Avoid incrementing the CommandCounter when CommandCount... | commit | commitdiff | tree |
| 2007-11-30 | Tom Lane | Repair bug that allowed RevalidateCachedPlan to attempt... | commit | commitdiff | tree |
| 2007-11-30 | Magnus Hagander | Add win32error.c to libpq, needed to resolve _dosmaperr. | commit | commitdiff | tree |
| 2007-11-30 | Magnus Hagander | Use _dosmaperr() to deal with errors opening files... | commit | commitdiff | tree |
| 2007-11-30 | Bruce Momjian | Update release notes to current CVS. | commit | commitdiff | tree |
| 2007-11-29 | Bruce Momjian | Update Japanese FAQ. | commit | commitdiff | tree |
| 2007-11-29 | Peter Eisentraut | Translation updates | commit | commitdiff | tree |
| 2007-11-28 | Bruce Momjian | Add additional PITR documentation. | commit | commitdiff | tree |
| 2007-11-28 | Tom Lane | Make a cleanup pass over error reports in tsearch code... | commit | commitdiff | tree |
| 2007-11-28 | Bruce Momjian | RETURN NEXT doc improvement, per Alvaro. | commit | commitdiff | tree |
| 2007-11-28 | Bruce Momjian | Update RETURN NEXT documentation for plpgsql. | commit | commitdiff | tree |
| 2007-11-28 | Tom Lane | Improve test coverage of CLOBBER_CACHE_ALWAYS by having... | commit | commitdiff | tree |
| 2007-11-28 | Bruce Momjian | Plpgsql doc cleanup. | commit | commitdiff | tree |
| 2007-11-28 | Tom Lane | Adjust the names of a couple of tsearch index support... | commit | commitdiff | tree |
| 2007-11-28 | Tom Lane | Install a lookaside cache to speed up repeated lookups... | commit | commitdiff | tree |
| 2007-11-28 | Peter Eisentraut | Proper capitalization of Ispell | commit | commitdiff | tree |
| 2007-11-28 | Peter Eisentraut | spell checker run | commit | commitdiff | tree |
| 2007-11-28 | Peter Eisentraut | Fix XML Schema structure for char types without length... | commit | commitdiff | tree |
| next |