| Age | Commit message (Expand) | Author |
| 2007-01-31 | Update FreeBSD DocBook installation notices | Teodor Sigaev |
| 2007-01-31 | Allow GIN's extractQuery method to signal that nothing can satisfy the query. | Teodor Sigaev |
| 2007-01-31 | Document need for periodic REINDEX in VACUUM FULL cases. | Bruce Momjian |
| 2007-01-31 | Add missing colon. | Bruce Momjian |
| 2007-01-30 | Update documentation for backslashes to mention escape string syntax | Bruce Momjian |
| 2007-01-30 | Update documentation for pg_get_serial_sequence() function. | Bruce Momjian |
| 2007-01-29 | Update wording for minor release upgrades, per Alvaro. | Bruce Momjian |
| 2007-01-29 | Update documentation on XML functions | Peter Eisentraut |
| 2007-01-27 | Modify SGML makefile to allow 'gmake draft' to build draft html ('draft' | Bruce Momjian |
| 2007-01-27 | Update installation wording for an upgrade to state that dump/restore | Bruce Momjian |
| 2007-01-26 | Control openjade draft-mode by variable DRAFT, rather than whether the | Bruce Momjian |
| 2007-01-26 | Update wording of installation when upgrading, to more clearly | Bruce Momjian |
| 2007-01-26 | Modify draft SGML instructions to use DRAFT=Y because recursion was | Bruce Momjian |
| 2007-01-25 | Update BSD/OS platform for 8.2. | Bruce Momjian |
| 2007-01-25 | Update pg_dumpall -f option description. | Bruce Momjian |
| 2007-01-25 | Various fixes in the logic of XML functions: | Peter Eisentraut |
| 2007-01-25 | Add GUC temp_tablespaces to provide a default location for temporary | Bruce Momjian |
| 2007-01-25 | Add 'output file' option for pg_dumpall, especially useful for Win32, | Bruce Momjian |
| 2007-01-25 | Allow pg_dumpall to specify a database name rather than the default | Bruce Momjian |
| 2007-01-25 | Add --tablespaces-only and --roles-only options to pg_dumpall. | Bruce Momjian |
| 2007-01-25 | Prevent WAL logging when COPY is done in the same transation that | Bruce Momjian |
| 2007-01-23 | Update xindex.sgml to discuss operator families. | Tom Lane |
| 2007-01-23 | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane |
| 2007-01-22 | Update documenation instructions. on how to delete template1. | Bruce Momjian |
| 2007-01-22 | Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc | Tom Lane |
| 2007-01-20 | Simplify pg_am representation of ordering-capable access methods: | Tom Lane |
| 2007-01-20 | Update docs for recent change to setseed() return value. | Neil Conway |
| 2007-01-20 | Update documentation about postgresqlconf to mention default units that | Bruce Momjian |
| 2007-01-20 | Fix broken markup. | Tom Lane |
| 2007-01-20 | Refactor planner's pathkeys data structure to create a separate, explicit | Tom Lane |
| 2007-01-20 | Update build time estimate. | Peter Eisentraut |
| 2007-01-20 | Teach psql's \lo slash commands to respect quiet mode, and to output | Neil Conway |
| 2007-01-20 | Document that to remove template1, datistemplate must be 'false'. | Bruce Momjian |
| 2007-01-19 | Add support for converting binary values (i.e. bytea) into xml values, | Peter Eisentraut |
| 2007-01-18 | Optionally use xml2-config to detect installation locations of libxml. | Peter Eisentraut |
| 2007-01-18 | Clean up encoding issues in the xml type: In text mode, encoding | Peter Eisentraut |
| 2007-01-16 | Implement width_bucket() for the float8 data type. | Neil Conway |
| 2007-01-16 | Enable autovacuum in the default configuration, per discussion. | Alvaro Herrera |
| 2007-01-15 | Correct a minor inaccuracy in the pg_dumpall reference page: -g dumps | Neil Conway |
| 2007-01-14 | Add a note to the docs describing NaN's equality and ordering behavior. | Neil Conway |
| 2007-01-12 | Fix handling of CC (century) format spec in to_date/to_char. According to | Tom Lane |
| 2007-01-12 | Update to_char("CC") description. | Bruce Momjian |
| 2007-01-11 | For pg_ctl -w, add reference to additional environment variables and pgpass. | Bruce Momjian |
| 2007-01-11 | Remove SGML makefile .SECONDARY tag so html rules will work properly; | Bruce Momjian |
| 2007-01-10 | Improve SGML build rules for non-HTML output, per Peter. | Bruce Momjian |
| 2007-01-10 | In SGML Makefile, set proper targets for recursive calls. | Bruce Momjian |
| 2007-01-09 | Update the UTF-8 RFC reference. RFC 2044 was obsoleted by RFC 2279, | Bruce Momjian |
| 2007-01-09 | Build SGML documention output several times if necessary to have proper | Bruce Momjian |
| 2007-01-09 | Have log_temp_files be in kilobytes, remove trace call. | Bruce Momjian |
| 2007-01-09 | Add GUC log_temp_files to log the use of temporary files. | Bruce Momjian |