aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Make superuser imply replication privilege. The idea of a privilege thatHeikki Linnakangas2012-01-14
* Support CREATE TABLE (LIKE ...) with foreign tables and viewsPeter Eisentraut2012-01-10
* Add compatibility note about grant options on GRANT reference pagePeter Eisentraut2012-01-09
* Rename the internal structures of the CREATE TABLE (LIKE ...) facilityPeter Eisentraut2012-01-07
* Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraintPeter Eisentraut2012-01-05
* Typo fixes.Robert Haas2011-12-22
* Add a security_barrier option for views.Robert Haas2011-12-22
* Add ALTER DOMAIN ... RENAMEPeter Eisentraut2011-12-22
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Allow CHECK constraints to be declared ONLYAlvaro Herrera2011-12-19
* Add SP-GiST (space-partitioned GiST) index access method.Tom Lane2011-12-17
* Same clarification for pg_restore.Andrew Dunstan2011-12-17
* Clarify the post-data status on unvalidated check constraints.Andrew Dunstan2011-12-17
* Add --section option to pg_dump and pg_restore.Andrew Dunstan2011-12-16
* Fix docs build I inadvertantly broke.Andrew Dunstan2011-12-14
* Add --exclude-table-data option to pg_dump.Andrew Dunstan2011-12-14
* Add ALTER FOREIGN DATA WRAPPER / RENAME and ALTER SERVER / RENAMEPeter Eisentraut2011-12-09
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07
* Make command-line tools smarter about finding a DB to connect to.Robert Haas2011-12-06
* Add a \setenv command to psql.Andrew Dunstan2011-12-04
* Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax.Tom Lane2011-12-01
* Fix unsupported options in CREATE TABLE ... AS EXECUTE.Tom Lane2011-11-24
* Some more editing of the range-types documentation.Tom Lane2011-11-23
* Remove user-selectable ANALYZE option for range types.Tom Lane2011-11-23
* Further review of range-types patch.Tom Lane2011-11-18
* Remove ancient downcasing code from procedural language operations.Robert Haas2011-11-17
* Add psql expanded auto modePeter Eisentraut2011-11-12
* Support range data types.Heikki Linnakangas2011-11-03
* Clarify that ORDER BY/FOR UPDATE can't malfunction at higher iso levels.Robert Haas2011-10-28
* Implement streaming xlog for backup toolsMagnus Hagander2011-10-26
* Fix typoMagnus Hagander2011-10-25
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22
* Make the CHECKPOINT reference page more clear.Robert Haas2011-10-18
* Document that is the psql version number, not the server version number,Bruce Momjian2011-10-15
* Improve doc wording of drop table permission.Bruce Momjian2011-10-15
* Allow a major PG version psql .psqlrc file to be used if a minorBruce Momjian2011-10-14
* Have pg_ctl return an exit status of 3 if the server is not running, toBruce Momjian2011-10-13
* Document who can drop a table (owner and user with permissions).Bruce Momjian2011-10-13
* Improve documentation of psql's \q command.Tom Lane2011-10-12
* Make the reference to "CREATE USER" in the CREATE ROLE page a link.Robert Haas2011-10-10
* Add doc index entry for pg_resetxlog.Robert Haas2011-10-10
* Document DELETE/UPDATE command tag behavior when triggers are involved.Robert Haas2011-10-10
* Support index-only scans using the visibility map to avoid heap fetches.Tom Lane2011-10-07
* Add postmaster -C option to query configuration parameters, and haveBruce Momjian2011-10-06
* Improve generated column names for cases involving sub-SELECTs.Tom Lane2011-10-01
* Update and extend the EXPLAIN-related documentation.Tom Lane2011-09-28
* Add --{no-,}replication flags to createuser.Robert Haas2011-09-23
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Remove double-quoting of table names in clusterdb. BACKWARD COMPABILITYBruce Momjian2011-09-10
* Remove unnecessary MATCH FULL specification in example.Bruce Momjian2011-09-10