| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update LDAP installation wording. | Bruce Momjian | 2006-09-04 | 1 | -3/+4 |
| * | Add GIN documentation. | Bruce Momjian | 2006-09-04 | 3 | -2/+173 |
| * | Mention paremeterized queries do not work with partial indexes. | Bruce Momjian | 2006-09-04 | 1 | -2/+7 |
| * | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 | 1 | -7/+24 |
| * | Remove duplicated index entry. | Tom Lane | 2006-09-03 | 1 | -4/+2 |
| * | Fix broken markup. | Tom Lane | 2006-09-03 | 1 | -1/+3 |
| * | Fix non-improvement of description of archive_timeout. archive_command | Tom Lane | 2006-09-03 | 1 | -3/+3 |
| * | Remove: | Bruce Momjian | 2006-09-03 | 2 | -5/+3 |
| * | Reverted: | Bruce Momjian | 2006-09-03 | 2 | -4/+4 |
| * | Update predicate locking text. | Bruce Momjian | 2006-09-03 | 1 | -3/+3 |
| * | Add: | Bruce Momjian | 2006-09-02 | 2 | -2/+17 |
| * | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 | 1 | -5/+5 |
| * | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian | 2006-09-02 | 1 | -2/+2 |
| * | Add URL for autovacuum default: | Bruce Momjian | 2006-09-02 | 2 | -2/+6 |
| * | Wording improvements for archive_timeout. | Bruce Momjian | 2006-09-02 | 1 | -4/+4 |
| * | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian | 2006-09-02 | 1 | -2/+7 |
| * | Update: | Bruce Momjian | 2006-09-02 | 2 | -39/+37 |
| * | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 | 2 | -20/+60 |
| * | Add new variable "server_version_num", which is almost the same as | Bruce Momjian | 2006-09-02 | 1 | -1/+14 |
| * | Update wording: | Bruce Momjian | 2006-09-02 | 2 | -4/+4 |
| * | Allow PL/python to return composite types and result sets | Bruce Momjian | 2006-09-02 | 1 | -17/+287 |
| * | Done: | Bruce Momjian | 2006-09-02 | 2 | -9/+4 |
| * | Done: | Bruce Momjian | 2006-08-31 | 2 | -41/+34 |
| * | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 | 2 | -22/+27 |
| * | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 | 1 | -1/+28 |
| * | Add autovacuum item: | Bruce Momjian | 2006-08-29 | 2 | -2/+4 |
| * | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 | 2 | -14/+11 |
| * | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 | 1 | -2/+2 |
| * | Add URL: | Bruce Momjian | 2006-08-28 | 2 | -2/+5 |
| * | Move to referential integrity section: | Bruce Momjian | 2006-08-28 | 2 | -15/+15 |
| * | Update: | Bruce Momjian | 2006-08-28 | 2 | -4/+15 |
| * | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 | 2 | -11/+14 |
| * | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 | 1 | -14/+44 |
| * | Add blank line.> | Bruce Momjian | 2006-08-25 | 2 | -2/+3 |
| * | Add: | Bruce Momjian | 2006-08-25 | 2 | -3/+4 |
| * | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 | 6 | -11/+155 |
| * | Add: | Bruce Momjian | 2006-08-24 | 2 | -2/+4 |
| * | Add "AS" item: | Bruce Momjian | 2006-08-23 | 2 | -6/+17 |
| * | Update COPY/VIEW item: | Bruce Momjian | 2006-08-23 | 2 | -7/+10 |
| * | Add info for get_* functions: | Bruce Momjian | 2006-08-22 | 2 | -2/+7 |
| * | Generalize width_bucket() documentation because b1/b2 can be | Bruce Momjian | 2006-08-22 | 1 | -3/+2 |
| * | Add space between Win2000 and SP4. | Bruce Momjian | 2006-08-22 | 1 | -2/+2 |
| * | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane | 2006-08-21 | 1 | -2/+3 |
| * | Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. | Tom Lane | 2006-08-21 | 1 | -14/+1 |
| * | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 | 1 | -7/+21 |
| * | Done: | Bruce Momjian | 2006-08-21 | 2 | -4/+4 |
| * | Remove items, not needed anymore: | Bruce Momjian | 2006-08-21 | 2 | -16/+3 |
| * | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 | 6 | -35/+108 |
| * | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 | 1 | -2/+14 |
| * | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 | 1 | -14/+162 |