| Age | Commit message (Expand) | Author |
| 2012-11-29 | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane |
| 2012-11-26 | Revert patch for taking fewer snapshots. | Tom Lane |
| 2012-11-17 | doc: Put pg_temp into documentation index | Peter Eisentraut |
| 2012-11-15 | doc: Put commas in the right place on pg_restore reference page | Peter Eisentraut |
| 2012-11-13 | doc: Add link to CREATE TABLE AS on CREATE TABLE reference page | Peter Eisentraut |
| 2012-11-13 | Use a stamp file for the XSLT HTML doc build | Peter Eisentraut |
| 2012-11-12 | doc: "only relevant" -> "relevant only" | Peter Eisentraut |
| 2012-11-09 | XSLT stylesheet: Add slash to directory name | Peter Eisentraut |
| 2012-11-08 | Teach pg_basebackup and pg_receivexlog to reply to server keepalives. | Heikki Linnakangas |
| 2012-11-07 | In pg_upgrade docs, mention using base backup as part of rsync for | Bruce Momjian |
| 2012-11-07 | Make the streaming replication protocol messages architecture-independent. | Heikki Linnakangas |
| 2012-11-02 | Fix typo | Peter Eisentraut |
| 2012-10-31 | Document that TCP keepalive settings read as 0 on Unix-socket connections. | Tom Lane |
| 2012-10-26 | In pg_dump, dump SEQUENCE SET items in the data not pre-data section. | Tom Lane |
| 2012-10-23 | Add context info to OAT_POST_CREATE security hook | Alvaro Herrera |
| 2012-10-20 | Fix pg_dump's handling of DROP DATABASE commands in --clean mode. | Tom Lane |
| 2012-10-17 | Fix typo in previous commit | Simon Riggs |
| 2012-10-17 | Clarify hash index caution and copy to CREATE INDEX docs | Simon Riggs |
| 2012-10-11 | Improve replication connection timeouts. | Heikki Linnakangas |
| 2012-10-10 | Create an improved FDW option validator function for contrib/dblink. | Tom Lane |
| 2012-10-10 | Update obsolete text in fdwhandler.sgml. | Tom Lane |
| 2012-10-09 | Use tablespace_option consistently on doc page | Simon Riggs |
| 2012-10-09 | Add microsecs/op display to pg_test_fsync utility | Simon Riggs |
| 2012-10-09 | Fix lo_read, lo_write, lo_truncate to cope with "size_t" length parameters. | Tom Lane |
| 2012-10-07 | Improve documentation about large-object functions. | Tom Lane |
| 2012-10-06 | Add API for 64-bit large object access. Now users can access up to | Tatsuo Ishii |
| 2012-10-06 | Improve LDAP authentication documentation | Peter Eisentraut |
| 2012-10-05 | Removed sentence about not being able to retrieve more than one row at a time, | Michael Meskes |
| 2012-10-04 | Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. | Tom Lane |
| 2012-10-03 | Support CREATE SCHEMA IF NOT EXISTS. | Tom Lane |
| 2012-10-03 | Add --sampling-rate option to pgbench. | Heikki Linnakangas |
| 2012-10-03 | Return the number of rows processed when COPY is executed through SPI. | Heikki Linnakangas |
| 2012-10-01 | The max shared_buffers value that initdb will choose was raised, update docs. | Heikki Linnakangas |
| 2012-09-29 | PL/Python: Convert oid to long/int | Peter Eisentraut |
| 2012-09-28 | Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. | Tom Lane |
| 2012-09-25 | Fix examples of how to use "su" while starting the server. | Tom Lane |
| 2012-09-24 | Add support for include_dir in config file. | Heikki Linnakangas |
| 2012-09-22 | Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch. | Tom Lane |
| 2012-09-22 | Fix docs typo | Andrew Dunstan |
| 2012-09-22 | Allow IF NOT EXISTS when add a new enum label. | Andrew Dunstan |
| 2012-09-19 | Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. | Tom Lane |
| 2012-09-17 | Provide adequate documentation of the "table_name *" notation. | Tom Lane |
| 2012-09-16 | Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. | Kevin Grittner |
| 2012-09-12 | Fix catalog docs to reflect connoinherit change in 09ff76f. | Andrew Dunstan |
| 2012-09-12 | Fix typo: lexemes misspelled in full text search docs. | Kevin Grittner |
| 2012-09-06 | Update syntax shown for \copy to match new syntax for COPY. | Robert Haas |
| 2012-09-06 | Fix typo in information_schema documentation. | Tom Lane |
| 2012-09-06 | Make one last copy-editing pass over the 9.2 release notes. | Tom Lane |
| 2012-09-04 | Document that pg_upgrade requires PGHOST be set for any pre-9.1 servers | Bruce Momjian |
| 2012-09-04 | Mention basebackup-from-slave next to cascading replication | Magnus Hagander |