| Commit message (Expand) | Author | Age |
* | Add XML documentation. | Bruce Momjian | 2006-09-07 |
* | Change processing of extended-Query mode so that an unnamed statement | Tom Lane | 2006-09-06 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Remove GIN documentation | Bruce Momjian | 2006-09-05 |
* | Update setseed() documentation. | Bruce Momjian | 2006-09-04 |
* | Update LDAP installation wording. | Bruce Momjian | 2006-09-04 |
* | Add GIN documentation. | Bruce Momjian | 2006-09-04 |
* | Mention paremeterized queries do not work with partial indexes. | Bruce Momjian | 2006-09-04 |
* | Code review for UPDATE SET (columnlist) patch. Make it handle as much | Tom Lane | 2006-09-03 |
* | Remove duplicated index entry. | Tom Lane | 2006-09-03 |
* | Fix broken markup. | Tom Lane | 2006-09-03 |
* | Fix non-improvement of description of archive_timeout. archive_command | Tom Lane | 2006-09-03 |
* | Update predicate locking text. | Bruce Momjian | 2006-09-03 |
* | Make autovacuum behavior more agressive, per discussion on hackers list | Bruce Momjian | 2006-09-02 |
* | Change "superuser_reserved_connections" default to 3, because of | Bruce Momjian | 2006-09-02 |
* | Wording improvements for archive_timeout. | Bruce Momjian | 2006-09-02 |
* | Add UPDATE tab SET ROW (col, ...) = (val, ...) for updating | Bruce Momjian | 2006-09-02 |
* | Apply a simple solution to the problem of making INSERT/UPDATE/DELETE | Tom Lane | 2006-09-02 |
* | Add new variable "server_version_num", which is almost the same as | Bruce Momjian | 2006-09-02 |
* | Allow PL/python to return composite types and result sets | Bruce Momjian | 2006-09-02 |
* | Extend COPY to support COPY (SELECT ...) TO ... | Tom Lane | 2006-08-30 |
* | Create a FETCH_COUNT parameter that causes psql to execute SELECT-like | Tom Lane | 2006-08-29 |
* | Revert change to turn autovacuum on by default. | Peter Eisentraut | 2006-08-29 |
* | Now bind displays prepare as detail, and execute displays prepare and | Bruce Momjian | 2006-08-29 |
* | Turn autovacuum on by default. (stats_row_level is also on by default.) | Peter Eisentraut | 2006-08-28 |
* | Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API. | Tom Lane | 2006-08-27 |
* | Add the ability to create indexes 'concurrently', that is, without | Tom Lane | 2006-08-25 |
* | Generalize width_bucket() documentation because b1/b2 can be | Bruce Momjian | 2006-08-22 |
* | Add space between Win2000 and SP4. | Bruce Momjian | 2006-08-22 |
* | Fix encrypted-LDAP support so that it doesn't cause the server to fail | Tom Lane | 2006-08-21 |
* | Remove obsolete tip about casting bool to int, per Taiki Yamaguchi. | Tom Lane | 2006-08-21 |
* | Make the server track an 'XID epoch', that is, maintain higher-order bits | Tom Lane | 2006-08-21 |
* | Fix all known problems with pg_dump's handling of serial sequences | Tom Lane | 2006-08-21 |
* | Add a 'waiting' column to pg_stat_activity to carry the same information | Tom Lane | 2006-08-19 |
* | Add PQdescribePrepared, PQdescribePortal, and related functions to libpq | Tom Lane | 2006-08-18 |
* | Mention only Windows 2000SP4 works. | Bruce Momjian | 2006-08-18 |
* | Implement archive_timeout feature to force xlog file switches to occur no more | Tom Lane | 2006-08-17 |
* | Produce a clean failure in configure when dtrace is selected but cannot be | Peter Eisentraut | 2006-08-17 |
* | Add server support for "plugin" libraries that can be used for add-on tasks | Tom Lane | 2006-08-15 |
* | Support INSERT/UPDATE/DELETE RETURNING in plpgsql, with rowcount checking | Tom Lane | 2006-08-14 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests. | Tom Lane | 2006-08-12 |
* | Add a feature for automatic initialization and finalization of dynamically | Tom Lane | 2006-08-08 |
* | For protocol-level prepare/bind/execute: | Bruce Momjian | 2006-08-08 |
* | Add support for forcing a switch to a new xlog file; cause such a switch | Tom Lane | 2006-08-06 |
* | Slight wording improvement in documentation. | Bruce Momjian | 2006-08-04 |
* | Cause ALTER TABLE to perform ALTER COLUMN DROP DEFAULT operations during | Tom Lane | 2006-08-03 |
* | Fix documentation error: GRANT/REVOKE for roles only accept role names | Tom Lane | 2006-08-02 |
* | Editorialize a bit on the recent patch, reverting to the original versions | Alvaro Herrera | 2006-08-01 |
* | Add pg_dump -X no-data-for-failed-tables option to suppress loading data | Bruce Momjian | 2006-08-01 |