| Age | Commit message (Expand) | Author |
| 2007-10-07 | A few improvements to analyze and vacuum sections in documentation: add "see | Alvaro Herrera |
| 2007-10-07 | Change π to plain "pi" in index entry, to avoid double escaping issues. | Alvaro Herrera |
| 2007-10-07 | Clean up the doc makefile for draft HTML generation. It no longer works | Alvaro Herrera |
| 2007-10-07 | Remove stylesheet.css file on "make clean", created only on VPATH builds. | Alvaro Herrera |
| 2007-10-06 | Fix missing parenthesis, per Guillaume Lelarge. | Alvaro Herrera |
| 2007-10-06 | Fix SGML markup, from Guillaume Lelarge. | Alvaro Herrera |
| 2007-10-05 | Remove some cross-references that don't seem to work in HISTORY | Tom Lane |
| 2007-10-04 | Some desultory markup improvements in the new release notes. | Tom Lane |
| 2007-10-04 | Two fixes for the release notes from Guillaume Smet. In passing, make | Neil Conway |
| 2007-10-04 | First pass at SGML-ifying the 8.3 release notes. Plenty of improvements | Neil Conway |
| 2007-10-03 | Second pass at 8.3 release notes: put items in a bit more logical order | Tom Lane |
| 2007-10-03 | Various minor improvements to the 8.3 release notes. | Neil Conway |
| 2007-10-03 | Some editorial improvements for recently-added ALTER SEQUENCE/VIEW | Tom Lane |
| 2007-10-03 | First cut at 8.3 release notes. SGML markup is nonexistent, and | Tom Lane |
| 2007-10-01 | Add catalogs.sgml documentation for text search catalogs. | Tom Lane |
| 2007-10-01 | Add note warning against use of pre-8.4 multithreaded Tcl. | Tom Lane |
| 2007-09-30 | Add an extra header byte to TOAST-pointer datums to represent their size | Tom Lane |
| 2007-09-29 | Make archive recovery always start a new timeline, rather than only when a | Tom Lane |
| 2007-09-28 | Change initdb and CREATE DATABASE to actively reject attempts to create | Tom Lane |
| 2007-09-27 | Add virtual transaction IDs to CSVLOG output, so that messages coming from | Tom Lane |
| 2007-09-26 | Minor improvements in backup and recovery: | Tom Lane |
| 2007-09-26 | Document that libpq's PQntuples() might overflow. | Bruce Momjian |
| 2007-09-25 | Just-in-time background writing strategy. This code avoids re-scanning | Tom Lane |
| 2007-09-24 | Simplify and rename some GUC variables, per various recent discussions: | Tom Lane |
| 2007-09-24 | Remove "convert 'blah' using conversion_name" facility, because if it | Andrew Dunstan |
| 2007-09-22 | Document the translations from Postgres message severity levels to | Tom Lane |
| 2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
| 2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
| 2007-09-19 | Remove tabs from SGML file. | Bruce Momjian |
| 2007-09-18 | Close previously open holes for invalidly encoded data to enter the | Andrew Dunstan |
| 2007-09-16 | Update release notes for last-minute fix. | Tom Lane |
| 2007-09-14 | Fix markup that doesn't work in back branches. | Tom Lane |
| 2007-09-14 | Document atan2() as y/x, rather than x/y, to conform to general usage. | Bruce Momjian |
| 2007-09-14 | Minor editorialization on release notes. | Tom Lane |
| 2007-09-14 | Add some links for escape strings. | Bruce Momjian |
| 2007-09-14 | Add LDAP URL documentation. | Bruce Momjian |
| 2007-09-14 | Update documentation to mention that autovacuum also does analyze so we | Bruce Momjian |
| 2007-09-14 | Clarify tar documentation about return error codes. | Bruce Momjian |
| 2007-09-14 | Update tsearch include location in example. | Bruce Momjian |
| 2007-09-14 | This is small patch fixes a spi example (PG_MODULE_MAGIC is required as | Bruce Momjian |
| 2007-09-14 | Update GNU tar error code documentation. | Bruce Momjian |
| 2007-09-14 | Mentino that PAM doesn't work for Unix system authentication because of | Bruce Momjian |
| 2007-09-14 | Update documented error text. | Bruce Momjian |
| 2007-09-14 | Clarify age() 'months' calculation documentation. | Bruce Momjian |
| 2007-09-13 | Update documentation to emphasize autovacuum rather than | Bruce Momjian |
| 2007-09-11 | Stamp | Bruce Momjian |
| 2007-09-11 | Arrange for SET LOCAL's effects to persist until the end of the current top | Tom Lane |
| 2007-09-10 | Revert temporary patch that made synchronous_commit default to OFF. | Tom Lane |
| 2007-09-10 | Set the correct context (PGC_SIGHUP) for log_autovacuum, per ITAGAKI Takahiro. | Tom Lane |
| 2007-09-07 | Allow CREATE INDEX CONCURRENTLY to disregard transactions in other | Tom Lane |