| Age | Commit message (Expand) | Author |
| 2011-10-22 | Support synchronization of snapshots through an export/import procedure. | Tom Lane |
| 2011-10-19 | Document that postmaster.opts is excluded from base backups | Robert Haas |
| 2011-10-19 | Make the CHECKPOINT reference page more clear. | Robert Haas |
| 2011-10-16 | Avoid assuming that index-only scan data matches the index's rowtype. | Tom Lane |
| 2011-10-16 | Teach btree to handle ScalarArrayOpExpr quals natively. | Tom Lane |
| 2011-10-15 | Marginal improvements to documentation of plpgsql's OPEN cursor statement. | Tom Lane |
| 2011-10-15 | Document that is the psql version number, not the server version number, | Bruce Momjian |
| 2011-10-15 | Improve doc wording of drop table permission. | Bruce Momjian |
| 2011-10-15 | Allow a major PG version psql .psqlrc file to be used if a minor | Bruce Momjian |
| 2011-10-14 | Measure the number of all-visible pages for use in index-only scan costing. | Tom Lane |
| 2011-10-14 | Document actual string that has to be returned by the client for MD5 | Bruce Momjian |
| 2011-10-13 | Remove all "traces" of trace_userlocks, because userlocks were removed | Bruce Momjian |
| 2011-10-13 | Update documentation about ts_rank(). | Bruce Momjian |
| 2011-10-13 | Have pg_ctl return an exit status of 3 if the server is not running, to | Bruce Momjian |
| 2011-10-13 | Fix typo in dummy_seclabel documentation. | Tom Lane |
| 2011-10-13 | Document who can drop a table (owner and user with permissions). | Bruce Momjian |
| 2011-10-13 | Remove tab in sgml file. | Bruce Momjian |
| 2011-10-12 | Document how to accent Alvaro Herrera in the release notes. | Bruce Momjian |
| 2011-10-12 | Clarify wording of foreign key documentation to mention null entries as | Bruce Momjian |
| 2011-10-12 | Throw a useful error message if an extension script file is fed to psql. | Tom Lane |
| 2011-10-12 | Modify up/home macro to match standard parameter list; fixes doc build. | Bruce Momjian |
| 2011-10-12 | Improve documentation of psql's \q command. | Tom Lane |
| 2011-10-12 | Add Up/Home link to the top of the HTML doc output. | Bruce Momjian |
| 2011-10-11 | Document that not backing up postmaster.pid and postmaster.opts might | Bruce Momjian |
| 2011-10-10 | Make the reference to "CREATE USER" in the CREATE ROLE page a link. | Robert Haas |
| 2011-10-10 | Improve documentation of how to fiddle with SCSI drives on FreeBSD. | Robert Haas |
| 2011-10-10 | Fix typo in docs for libpq keepalives_count option. | Robert Haas |
| 2011-10-10 | Add doc index entry for pg_resetxlog. | Robert Haas |
| 2011-10-10 | Document DELETE/UPDATE command tag behavior when triggers are involved. | Robert Haas |
| 2011-10-10 | Some minor wordsmithing for the cascading replication documentation. | Robert Haas |
| 2011-10-10 | In pg_upgrade, add -o/-O options to pass parameters to the servers, and | Bruce Momjian |
| 2011-10-09 | Improve index-only scans to avoid repeated access to the index page. | Tom Lane |
| 2011-10-08 | Note that index-only scans can affect idx_tup_fetch. | Tom Lane |
| 2011-10-08 | Add missing space. | Robert Haas |
| 2011-10-08 | Support index-only scans using the visibility map to avoid heap fetches. | Tom Lane |
| 2011-10-06 | Move pg_upgrade doc mention of the port numbers to the same place. | Bruce Momjian |
| 2011-10-06 | Add postmaster -C option to query configuration parameters, and have | Bruce Momjian |
| 2011-10-05 | Change wording for COALESCE docs to use "otherwise". | Bruce Momjian |
| 2011-10-05 | Explain COALESCE example in the docs. | Bruce Momjian |
| 2011-10-04 | Remove the custom_variable_classes parameter. | Tom Lane |
| 2011-10-02 | Restructure error handling in reading of postgresql.conf. | Tom Lane |
| 2011-10-01 | Improve generated column names for cases involving sub-SELECTs. | Tom Lane |
| 2011-09-30 | Support GiST index support functions that want to cache data across calls. | Tom Lane |
| 2011-09-28 | Update and extend the EXPLAIN-related documentation. | Tom Lane |
| 2011-09-28 | Take sepgsql regression tests out of the regular regression test mechanism. | Tom Lane |
| 2011-09-25 | Fully const-ify PQconnectdbParams, PQconnectStartParams, and PQpingParams. | Tom Lane |
| 2011-09-24 | Fix typo | Magnus Hagander |
| 2011-09-24 | Note that sslmode=require verifies the CA if root cert is present | Magnus Hagander |
| 2011-09-23 | Document some more apparently-harmless error messages. | Robert Haas |
| 2011-09-23 | Add --{no-,}replication flags to createuser. | Robert Haas |