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