| Age | Commit message (Expand) | Author |
| 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 |
| 2007-02-16 | Fix markup, spelling, grammar, and explanations for SSLKEY patch. | Tom Lane |
| 2007-02-16 | Functions for mapping table data and table schemas to XML (a.k.a. XML export) | Peter Eisentraut |
| 2007-02-16 | Remove extra character erroneously added. | Bruce Momjian |
| 2007-02-16 | Remove tabs from SGML files to help tag alingment and improve | Bruce Momjian |
| 2007-02-16 | Add two new format fields for use with to_char(), to_date() and | Bruce Momjian |
| 2007-02-16 | SSL improvements: | Bruce Momjian |
| 2007-02-16 | Remove useless database name from bootstrap argument processing (including | Alvaro Herrera |
| 2007-02-14 | Add some discussion of sort ordering to indices.sgml, which curiously | Tom Lane |
| 2007-02-14 | Fix typo | Peter Eisentraut |
| 2007-02-14 | Minor editorialization on operator-family documentation: put some | Tom Lane |
| 2007-02-14 | Fix up foreign-key mechanism so that there is a sound semantic basis for the | Tom Lane |
| 2007-02-10 | Improve documentation for CREATE CONSTRAINT TRIGGER. | Tom Lane |
| 2007-02-09 | Unbreak the SGML doc build: ":=" is needed to assign to variables if | Neil Conway |
| 2007-02-09 | Replace useless uses of := by = in makefiles. | Peter Eisentraut |
| 2007-02-08 | This patch fixes shared_preload_libraries on Windows hosts. It forces | Bruce Momjian |
| 2007-02-08 | Add lock matrix to documentation. | Bruce Momjian |
| 2007-02-08 | Update URL for "Generalized Partial Indexes" paper to point to a cached | Bruce Momjian |
| 2007-02-08 | Document that wal_sync_method open_* methods use O_DIRECT, if available. | Bruce Momjian |
| 2007-02-07 | Add a function pg_stat_clear_snapshot() that discards any statistics snapshot | Tom Lane |
| 2007-02-07 | Stamp releases notes for 8.2.3, 8.1.8, 8.0.12. | Bruce Momjian |
| 2007-02-06 | Move NAMEDATALEN definition from postgres_ext.h to pg_config_manual.h. It | Peter Eisentraut |
| 2007-02-06 | Docs updates for cross-type hashing. | Tom Lane |
| 2007-02-06 | Not only did we agree that this 'hint' doesn't belong here, but the | Tom Lane |
| 2007-02-05 | Trim down environment variable instructions for Win32, backpatch to 8.2.X. | Bruce Momjian |
| 2007-02-04 | Update wording. | Bruce Momjian |
| 2007-02-04 | Add documentation for Windows on how to set an environment variable. | Bruce Momjian |
| 2007-02-03 | Document that a client-only install using: | Bruce Momjian |
| 2007-02-03 | Update SQL conformance information about XML features. | Peter Eisentraut |