aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
Commit message (Expand)AuthorAge
* Add more explicit note that the parameters of MOVE are identical to FETCH.Peter Eisentraut2009-06-22
* Add manvolnum, so that man pages are generated.Peter Eisentraut2009-06-19
* Add some more documentation and cross-links on using dblink with SQL/MED.Peter Eisentraut2009-06-18
* Add a warning about possible strange behavior of volatile functionsTom Lane2009-06-10
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-06
* Fix unintelligible description created by removing only part ofTom Lane2009-05-03
* Typo fix.Tom Lane2009-04-26
* Change the default value of max_prepared_transactions to zero, and addTom Lane2009-04-23
* Merge psql \df options into a single \? line, and update docs.Bruce Momjian2009-04-21
* Add agg/normal/trigger/window flags for psql \df and in \df output.Bruce Momjian2009-04-21
* Remove mention of pre-7.1 inheritance behavior from /ref pages; keepBruce Momjian2009-04-15
* Add cross-references from the DECLARE and FETCH reference pages toTom Lane2009-04-10
* Remove psql's ancient hack that suppressed functions taking or returningTom Lane2009-04-08
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Minor wordsmithing on descriptions of some \d commands.Tom Lane2009-04-04
* Change psql \d* display so 'S' _or_ a pattern include system objects.Bruce Momjian2009-04-02
* Better document that SET ROLE does not uset ALTER ROLE SET settings;Bruce Momjian2009-03-28
* Implement "fastupdate" support for GIN indexes, in which we try to accumulateTom Lane2009-03-24
* Remove the -d and -D options of pg_dump and pg_dumpall. The functionalityTom Lane2009-03-22
* Rename pg_restore -m to -j, and add documentation about what good numbersPeter Eisentraut2009-03-20
* Provide some proper minimal documentation for the pg_dump(all) --binary-upgradePeter Eisentraut2009-03-04
* Fix the inconsistent and wrong claims that the option value in CREATEPeter Eisentraut2009-02-27
* Add a -w/--no-password option that prevents all password prompts to allPeter Eisentraut2009-02-26
* Add the possibility to specify an explicit validator function for foreign-dataPeter Eisentraut2009-02-24
* Add --freeze option to vacuumdb.Bruce Momjian2009-02-18
* Add pg_dump --binary-upgrade flag to be used by binary upgradeBruce Momjian2009-02-17
* Remove tabs from SGML.Bruce Momjian2009-02-12
* Change ALTER TABLE SET WITHOUT OIDS to rewrite the whole table to physicallyTom Lane2009-02-11
* Update wording of how to prevent pg_dump from affecting statisticsBruce Momjian2009-02-10
* Update autovacuum to use reloptions instead of a system catalog, forAlvaro Herrera2009-02-09
* Fix spelling error in docs.Bruce Momjian2009-02-09
* Properly wrap new pg_dump doc text.Bruce Momjian2009-02-07
* Document disabling the statistics collector pg_dump activity, and give aBruce Momjian2009-02-07
* Ooops, forgot to update COPY reference page to mention column privileges.Tom Lane2009-02-06
* Document the longstanding behavior of LIMIT NULL and OFFSET NULL,Tom Lane2009-02-02
* Provide for parallel restoration from a custom format archive. Each data andAndrew Dunstan2009-02-02
* Allow reloption names to have qualifiers, initially supporting a TOASTAlvaro Herrera2009-02-02
* Revert updatable viewsPeter Eisentraut2009-01-27
* Document that SELECT ... ORDER BY .. FOR UPDATE/SHARE might returnBruce Momjian2009-01-23
* Support column-level privileges, as required by SQL standard.Tom Lane2009-01-22
* Automatic view update rulesPeter Eisentraut2009-01-22
* Revise the permission checking on user mapping DDL commands.Peter Eisentraut2009-01-20
* Update \d*S documentation to be more accurate; system objects are addedBruce Momjian2009-01-20
* Fix an ungrammatical statement.Neil Conway2009-01-17
* Fix typo.Neil Conway2009-01-17
* Add some minimal documentation that the SQL standard requires parenthesesPeter Eisentraut2009-01-12
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-12
* A further attempt at clarifying the \distv business.Tom Lane2009-01-09
* Break out \distv into four separate lines in the psql documentation, forBruce Momjian2009-01-07
* Add documentation for new \d*S* patch, and clean up some of the docs.Bruce Momjian2009-01-06