| Age | Commit message (Expand) | Author |
| 2011-02-19 | Document that text search comparisons happen after text search | Bruce Momjian |
| 2011-02-18 | Add transaction-level advisory locks. | Itagaki Takahiro |
| 2011-02-18 | Convert Postgres arrays to Perl arrays on PL/perl input arguments | Alvaro Herrera |
| 2011-02-17 | Add client_hostname field to pg_stat_activity. | Robert Haas |
| 2011-02-17 | Typo fix | Bruce Momjian |
| 2011-02-17 | Remove doc mention about read committed in upsert example. | Bruce Momjian |
| 2011-02-17 | Document that plpgsql upsert example can fail if insert triggers return | Bruce Momjian |
| 2011-02-17 | In documentation example, use concat_values() instead of concat() | Bruce Momjian |
| 2011-02-17 | Typo fixes. | Robert Haas |
| 2011-02-17 | Remove rule to build sepgsql-regtest.pp. | Robert Haas |
| 2011-02-16 | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs |
| 2011-02-16 | Add FOREACH IN ARRAY looping to plpgsql. | Tom Lane |
| 2011-02-16 | pg_ctl promote | Robert Haas |
| 2011-02-15 | Assorted corrections to the patch to add WAL receiver replies. | Robert Haas |
| 2011-02-15 | Rename max_predicate_locks_per_transaction. | Robert Haas |
| 2011-02-15 | Avoid a few more SET DATA TYPE table rewrites. | Robert Haas |
| 2011-02-15 | Additional required docs for pg_constraint catalog entry | Simon Riggs |
| 2011-02-15 | Rearrange extension-related views as per recent discussion. | Tom Lane |
| 2011-02-15 | Small improvements to external-projects documentation. | Tom Lane |
| 2011-02-14 | Fix obsolete references to old-style contrib installation methods. | Tom Lane |
| 2011-02-14 | Support replacing MODULE_PATHNAME during extension script file execution. | Tom Lane |
| 2011-02-14 | Change the naming convention for extension files to use double dashes. | Tom Lane |
| 2011-02-13 | Clarify documentation for libpq's PQescapeBytea to mention the new hex | Bruce Momjian |
| 2011-02-13 | Back out libpq doc change; not ready yet. | Bruce Momjian |
| 2011-02-13 | Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. | Bruce Momjian |
| 2011-02-12 | Refactor ALTER EXTENSION UPDATE to have cleaner multi-step semantics. | Tom Lane |
| 2011-02-12 | DDL support for collations | Peter Eisentraut |
| 2011-02-12 | Teach ALTER TABLE .. SET DATA TYPE to avoid some table rewrites. | Robert Haas |
| 2011-02-12 | Clean up installation directory choices for extensions. | Tom Lane |
| 2011-02-12 | Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. | Tom Lane |
| 2011-02-10 | Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. | Tom Lane |
| 2011-02-10 | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas |
| 2011-02-10 | Track last time for statistics reset on databases and bgwriter | Magnus Hagander |
| 2011-02-10 | Use correct name and URL for MinGW-w64, error noticed by Gurjeet Singh. | Andrew Dunstan |
| 2011-02-10 | Fix typo in the documentation. | Itagaki Takahiro |
| 2011-02-09 | Information schema views for collation support | Peter Eisentraut |
| 2011-02-09 | Implement "ALTER EXTENSION ADD object". | Tom Lane |
| 2011-02-09 | Remove more SGML tabs. | Bruce Momjian |
| 2011-02-09 | Remove tabs in SGML file. | Bruce Momjian |
| 2011-02-09 | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander |
| 2011-02-08 | Core support for "extensions", which are packages of SQL objects. | Tom Lane |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-02-08 | Fix typo, by Kevin Grittner. | Heikki Linnakangas |
| 2011-02-08 | Named restore points in recovery. Users can record named points, then | Simon Riggs |
| 2011-02-08 | Basic Recovery Control functions for use in Hot Standby. Pause, Resume, | Simon Riggs |
| 2011-02-08 | Extend ALTER TABLE to allow Foreign Keys to be added without initial validation. | Simon Riggs |
| 2011-02-08 | Fix copy-pasto in description of pg_serial, and silence compiler warning | Heikki Linnakangas |
| 2011-02-08 | Avoid having autovacuum workers wait for relation locks. | Robert Haas |
| 2011-02-07 | Oops, forgot to bump catversion in the Serializable Snapshot Isolation patch. | Heikki Linnakangas |
| 2011-02-07 | Implement genuine serializable isolation level. | Heikki Linnakangas |