| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add intervals: | Bruce Momjian | 2006-02-25 | 2 | -4/+4 |
| * | Fix computation of sample table size. | Bruce Momjian | 2006-02-25 | 2 | -4/+4 |
| * | Remove duplicate: | Bruce Momjian | 2006-02-25 | 2 | -4/+2 |
| * | Remove mention of MIN/MAX() not using indexes. | Bruce Momjian | 2006-02-24 | 2 | -20/+6 |
| * | Mention that the archive history file has the wal start/stop file names. | Bruce Momjian | 2006-02-24 | 1 | -4/+5 |
| * | Add TABLESPACE and ON COMMIT clauses to CREATE TABLE AS. ON COMMIT is | Neil Conway | 2006-02-19 | 2 | -13/+91 |
| * | Minor SGML style police work. | Neil Conway | 2006-02-18 | 5 | -41/+46 |
| * | Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean | Peter Eisentraut | 2006-02-18 | 2 | -2/+78 |
| * | Put the first section of a chapter in its own chunk. | Peter Eisentraut | 2006-02-16 | 1 | -1/+4 |
| * | Document that GRANT on a table does not affect sequence permissions, | Bruce Momjian | 2006-02-14 | 1 | -1/+8 |
| * | Document that xact commit/abort stats are collected if any stat variable | Bruce Momjian | 2006-02-14 | 1 | -5/+10 |
| * | Improve documentation of --single-transaction option: fix markup, and | Tom Lane | 2006-02-13 | 2 | -8/+14 |
| * | Add: | Bruce Momjian | 2006-02-13 | 2 | -2/+19 |
| * | Update release notes. | Tom Lane | 2006-02-12 | 1 | -49/+144 |
| * | Fix broken markup. | Tom Lane | 2006-02-12 | 1 | -5/+6 |
| * | Not done: | Bruce Momjian | 2006-02-12 | 2 | -4/+4 |
| * | Revert patch becaues of locking concerns: | Bruce Momjian | 2006-02-12 | 3 | -30/+3 |
| * | > Actually, if you submit a patch that says either "SCROLL is the | Bruce Momjian | 2006-02-12 | 1 | -3/+5 |
| * | Fix release item ordering. | Bruce Momjian | 2006-02-12 | 1 | -33/+33 |
| * | Update back branch release notes. | Bruce Momjian | 2006-02-12 | 1 | -1/+152 |
| * | Fix release markup. | Bruce Momjian | 2006-02-12 | 1 | -19/+19 |
| * | Update for 8.1.3. | Bruce Momjian | 2006-02-12 | 2 | -4/+4 |
| * | Update release notes for 8.1.3. | Bruce Momjian | 2006-02-12 | 1 | -1/+90 |
| * | Done: | Bruce Momjian | 2006-02-12 | 2 | -4/+4 |
| * | Apply code-reviewed version of for-scalar-list patch: mostly, fixing | Tom Lane | 2006-02-12 | 1 | -8/+11 |
| * | Add MSVC support for utility commands and pg_dump. | Bruce Momjian | 2006-02-12 | 1 | -2/+16 |
| * | Allow PL/pgSQL FOR statement to return values to scalars as well as | Bruce Momjian | 2006-02-12 | 1 | -5/+7 |
| * | Done: | Bruce Momjian | 2006-02-12 | 2 | -4/+4 |
| * | Allow to_char() to print localized month and day names. | Bruce Momjian | 2006-02-12 | 1 | -1/+12 |
| * | Add psql option: | Bruce Momjian | 2006-02-12 | 2 | -2/+27 |
| * | Done: | Bruce Momjian | 2006-02-12 | 2 | -4/+4 |
| * | I've created a new shared catalog table pg_shdescription to store | Bruce Momjian | 2006-02-12 | 3 | -11/+109 |
| * | Please find enclosed a patch that lets you use \c to connect | Bruce Momjian | 2006-02-12 | 1 | -3/+5 |
| * | Skip ambulkdelete scan if there's nothing to delete and the index is not | Tom Lane | 2006-02-11 | 1 | -1/+7 |
| * | Allow ALTER TABLE ... ALTER CONSTRAINT ... RENAME | Bruce Momjian | 2006-02-11 | 3 | -3/+30 |
| * | Done: | Bruce Momjian | 2006-02-11 | 2 | -4/+4 |
| * | Done: | Bruce Momjian | 2006-02-11 | 2 | -4/+4 |
| * | Done: | Bruce Momjian | 2006-02-11 | 2 | -4/+4 |
| * | Add INET/CIDR operators: and, or, not, plus int8, minus int8, and inet | Bruce Momjian | 2006-02-11 | 1 | -1/+31 |
| * | Done: | Bruce Momjian | 2006-02-10 | 2 | -4/+4 |
| * | Reject out-of-range dates in date_in(). | Tom Lane | 2006-02-09 | 1 | -2/+2 |
| * | Remove question mark: | Bruce Momjian | 2006-02-07 | 2 | -4/+4 |
| * | Split up wal-logging items: | Bruce Momjian | 2006-02-07 | 2 | -27/+36 |
| * | Fix typo in configuration docs. | Bruce Momjian | 2006-02-05 | 1 | -2/+2 |
| * | Update PL/pgSQL trigger example to be clearer about how to "merge" data | Bruce Momjian | 2006-02-05 | 1 | -20/+26 |
| * | Fix constraint exclusion to work in inherited UPDATE/DELETE queries | Tom Lane | 2006-02-04 | 2 | -17/+7 |
| * | Fix broken markup. | Tom Lane | 2006-02-04 | 1 | -2/+1 |
| * | DROP IF EXISTS for ROLE/USER/GROUP | Andrew Dunstan | 2006-02-04 | 3 | -6/+17 |
| * | Issue a warning if a change-on-restart-only postgresql.conf value is | Peter Eisentraut | 2006-02-04 | 2 | -4/+4 |
| * | Update walcontrol item: | Bruce Momjian | 2006-02-04 | 2 | -6/+8 |