| Age | Commit message (Expand) | Author |
| 2007-03-22 | Remove tabs in SGML files. | Bruce Momjian |
| 2007-03-22 | Remove tabs from SGML file. | Bruce Momjian |
| 2007-03-21 | Add documentation about vcregress. | Magnus Hagander |
| 2007-03-20 | Add three new regexp functions: regexp_matches, regexp_split_to_array, | Neil Conway |
| 2007-03-19 | Changes pg_trigger and extend pg_rewrite in order to allow triggers and | Jan Wieck |
| 2007-03-17 | msvc build actually needs Bison 2.2 or later, not 2.1. Or 1.875 as before. | Magnus Hagander |
| 2007-03-17 | Add note that diff is required for regression tests. | Magnus Hagander |
| 2007-03-16 | Add new columns for tuple statistics on a database level to | Magnus Hagander |
| 2007-03-16 | Show aggregate return types in psql \da output. | Magnus Hagander |
| 2007-03-15 | Make use of plancache module for SPI plans. In particular, since plpgsql | Tom Lane |
| 2007-03-14 | Arrange to install a "posixrules" entry in our timezone database, so that | Tom Lane |
| 2007-03-14 | Fix broken markup, strange tab width. | Tom Lane |
| 2007-03-13 | Rewrite win32 install documentation (it's not client only anymore, and it's | Magnus Hagander |
| 2007-03-06 | Minor edits | Peter Eisentraut |
| 2007-03-06 | Add more information about avoiding Linux OOM killer. | Peter Eisentraut |
| 2007-03-06 | Revert temp_tablespaces because of coding problems, per Tom. | Bruce Momjian |
| 2007-03-03 | Add lo_truncate() to backend and libpq for large object truncation. | Bruce Momjian |
| 2007-03-03 | Add GUC log_lock_waits to log long wait times. | Bruce Momjian |
| 2007-03-03 | Allow \pset and \x, \t to use boolean constants on/off, rather than just | Bruce Momjian |
| 2007-03-02 | Make log_min_error_statement put LOG level at the same priority as | Tom Lane |
| 2007-03-02 | Fix broken markup, improve wording. | Tom Lane |
| 2007-03-02 | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane |
| 2007-02-27 | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane |
| 2007-02-23 | Add psql \prompt capability. | Bruce Momjian |
| 2007-02-22 | Turn the rangetable used by the executor into a flat list, and avoid storing | Tom Lane |
| 2007-02-21 | Remove extra tab. | Bruce Momjian |
| 2007-02-21 | Remove tabs from SGML reference files, so their addition can be detected | Bruce Momjian |
| 2007-02-21 | Add configure --enable-profiling to enable GCC profiling. Patches from | Bruce Momjian |
| 2007-02-21 | Allow pltcl args to spi_prepare and plpython args to plpy.prepare to be stand... | Andrew Dunstan |
| 2007-02-20 | Fix markup. | Bruce Momjian |
| 2007-02-20 | Update "encode" documentation to mention that 'escape' only changes null | Bruce Momjian |
| 2007-02-20 | Update pgpass Win32 wording. | Bruce Momjian |
| 2007-02-20 | Update information_schema documentation to match system tables. | Bruce Momjian |
| 2007-02-20 | Wording improvement. | Bruce Momjian |
| 2007-02-20 | More clearly document that most PostgreSQL utilities support libpq | Bruce Momjian |
| 2007-02-20 | Adjust user-facing documentation to explain why we don't check pgpass | Tom Lane |
| 2007-02-20 | Remove "History" sections for pg_dump and pg_restore. I don't think | Bruce Momjian |
| 2007-02-20 | Spell check on array patch. | Bruce Momjian |
| 2007-02-20 | Update array slice documentation to be clearer. | Bruce Momjian |
| 2007-02-20 | Comment-out documentation for IS OF because it doesn't conform to the | Bruce Momjian |
| 2007-02-20 | Document IS [NOT] OF, which was added in 7.3. | Bruce Momjian |
| 2007-02-19 | Document that to_char('J'/Julian) is midnight-based, per report that | Bruce Momjian |
| 2007-02-19 | Wording improvement. | Bruce Momjian |
| 2007-02-19 | Update PQfree() documentation to be clearer, backpatch to 8.2.X. | Bruce Momjian |
| 2007-02-19 | Clarify documentation that initdb -A or editing pg_hba.conf is required | Bruce Momjian |
| 2007-02-19 | Clarify documentation for "day of the week" handling for to_char() and | Bruce Momjian |
| 2007-02-19 | Add "isodow" option to EXTRACT() and date_part() where Sunday = 7. | Bruce Momjian |
| 2007-02-18 | Document limitation of SPI_execute() using multiple queries in a single | Bruce Momjian |
| 2007-02-18 | Update "Conflicting lock modes" to show as conflict, add | Bruce Momjian |
| 2007-02-17 | Remove installation mention that integer timestamps is less stable that | Bruce Momjian |