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