| Age | Commit message (Expand) | Author |
| 2011-02-15 | Fix MSVC build scripts for recent extension-related changes. | Tom Lane |
| 2011-02-15 | Rearrange extension-related views as per recent discussion. | Tom Lane |
| 2011-02-15 | Add version-sensitive SQL for psql when constraints NOT VALID | Simon Riggs |
| 2011-02-14 | Remove no-longer-needed special case hacks in MSVC build scripts. | 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 | 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 | Properly handle Win32 paths of 'E:abc', which can be either absolute or | Bruce Momjian |
| 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-11 | Fix comment recently obsoleted | Alvaro Herrera |
| 2011-02-11 | Allow tab-completion of :variable even as first word on a line. | Robert Haas |
| 2011-02-11 | Typo fixes. receivedUpto should be capitalized consistently. | Robert Haas |
| 2011-02-11 | Tweak find_composite_type_dependencies API a bit more. | Robert Haas |
| 2011-02-10 | Fix isolation tester Makefile so that it runs in a VPATH build | Alvaro Herrera |
| 2011-02-10 | Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well. | Tom Lane |
| 2011-02-10 | Fix the isolation tester compilation on VPATH builds | Alvaro Herrera |
| 2011-02-10 | Fix "variable not used" warnings when USE_WIDE_UPPER_LOWER is not | Bruce Momjian |
| 2011-02-10 | Update comment | Peter Eisentraut |
| 2011-02-10 | Fix pg_get_encoding_from_locale() function call parameters to match | Bruce Momjian |
| 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 NOWAIT when including WAL in base backup | Magnus Hagander |
| 2011-02-10 | Allocate all entries in the serializable xid hash up-front, so that you don't | Heikki Linnakangas |
| 2011-02-10 | Fix improper matching of resjunk column names for FOR UPDATE in subselect. | Tom Lane |
| 2011-02-10 | Fix pg_upgrade to handle extensions. | Tom Lane |
| 2011-02-09 | Information schema views for collation support | Peter Eisentraut |
| 2011-02-09 | Rethink order of operations for dumping extension member objects. | Tom Lane |
| 2011-02-09 | Implement "ALTER EXTENSION ADD object". | Tom Lane |
| 2011-02-09 | Fix allocation of RW-conflict pool in the new predicate lock manager, and | Heikki Linnakangas |
| 2011-02-09 | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander |
| 2011-02-08 | Suppress some compiler warnings in recent commits. | Tom Lane |
| 2011-02-08 | Fix merge conflict. | Tom Lane |
| 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 | Continue long tradition of bumping the catalog version a little late. | Simon Riggs |
| 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 | UINT64_MAX isn't defined on MSVC. | Heikki Linnakangas |
| 2011-02-08 | Remove rare corner case for data loss when triggering standby server. | 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 |
| 2011-02-07 | Fix a comment for MergeAttributes. | Itagaki Takahiro |
| 2011-02-07 | Supply now required HeUTF8 macro for plperl where it's missing, per buildfarm... | Andrew Dunstan |