| Age | Commit message (Expand) | Author |
| 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 |
| 2007-01-09 | Marginal tweaks in the documentation for ORDER BY; in particular point | Tom Lane |
| 2007-01-09 | Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST | Tom Lane |
| 2007-01-07 | Check and document minimum required version of libxml. | Peter Eisentraut |
| 2007-01-07 | Indent comments in makefiles better so they don't appear in the output. | Peter Eisentraut |
| 2007-01-06 | Allow initdb to specify the pg_xlog directory. | Bruce Momjian |
| 2007-01-06 | Document problems with release links in early branches. | Bruce Momjian |
| 2007-01-05 | Minor copy-editing for release note updates. | Tom Lane |
| 2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
| 2007-01-05 | Create release notes for all back-branch relases on 2007-01-08. | Bruce Momjian |
| 2007-01-05 | Call setrlimit if possible in pg_regress to allow core file generation, and p... | Andrew Dunstan |
| 2007-01-05 | Add missing reference to pg_shdescription. Greg Mullane | Tom Lane |
| 2007-01-04 | Fix erroneous implementation of -s in postmaster.c (the switch doesn't take | Tom Lane |
| 2006-12-30 | Support type modifiers for user-defined types, and pull most knowledge | Tom Lane |
| 2006-12-30 | Clarify wording on when ctid is modified by VACUUM FULL. | Bruce Momjian |
| 2006-12-28 | Remove caveat about avoiding cross-type operators in constraints intended | Tom Lane |
| 2006-12-27 | Use FROM clause in example UPDATE commands where appropriate. Also | Tom Lane |
| 2006-12-27 | Use "dead" rather than "expired" for vacuumable rows. | Bruce Momjian |
| 2006-12-26 | Remove incorrect semicolon in example. Joachim Wieland | Tom Lane |
| 2006-12-24 | Code review for XML patch. Instill a bit of sanity in the location of | Tom Lane |
| 2006-12-23 | Change a VACUUM manual page word from 'deleted' to 'expired', so DELETE | Bruce Momjian |
| 2006-12-23 | Document that CREATE TYPE names should not begin with an underscore, | Bruce Momjian |