| Age | Commit message (Expand) | Author |
| 2011-02-12 | Add support for multiple versions of an extension and ALTER EXTENSION UPDATE. | Tom Lane |
| 2011-02-10 | Fix pg_upgrade to handle extensions. | Tom Lane |
| 2011-02-08 | Per-column collation support | Peter Eisentraut |
| 2011-02-03 | Minor sepgsql regression test fixes. | Robert Haas |
| 2011-02-03 | Various sepgsql corrections. | Robert Haas |
| 2011-02-03 | Repair multiple breakage in Windows-specific code for appending '.exe'. | Tom Lane |
| 2011-02-02 | Fix wrong verb in pg_upgrade text message, per Haas. | Bruce Momjian |
| 2011-02-02 | Simplify pg_upgrade checking of executable permissions. | Bruce Momjian |
| 2011-02-01 | Add pg_upgrade comment for why we can't use template1 inheritance for | Bruce Momjian |
| 2011-02-01 | Support LIKE and ILIKE index searches via contrib/pg_trgm indexes. | Tom Lane |
| 2011-02-01 | Fix pg_upgrade to create pg_authid restore functions in the 'postgres' | Bruce Momjian |
| 2011-01-27 | Prevent buffer overrun while parsing an integer in a "query_int" value. | Tom Lane |
| 2011-01-26 | Per Peter E, use 'kB' for kilobyte, not 'K'. | Bruce Momjian |
| 2011-01-26 | In pg_test_fsync, use K(1024) rather than k(1000) for write size units. | Bruce Momjian |
| 2011-01-26 | Adjust pg_test_fsync to always do XLOG_BLCKSZ-sized writes, rather than | Bruce Momjian |
| 2011-01-25 | Use consistent spacing for PGAPPICON Makefile option. | Bruce Momjian |
| 2011-01-25 | Use XLOG_BLCKSZ in pg_test_fsync, rather than our own define, but verify | Bruce Momjian |
| 2011-01-25 | In test_open_sync(), writes kilobytes as intended, not by bytes. | Bruce Momjian |
| 2011-01-24 | PGXS support for contrib/hstore | Robert Haas |
| 2011-01-24 | First round of cleanup of sepgsql code and documentation. | Robert Haas |
| 2011-01-24 | sepgsql, an SE-Linux integration for PostgreSQL | Robert Haas |
| 2011-01-22 | More pg_test_fsync fixups. | Tom Lane |
| 2011-01-22 | Suppress unused-variables warning when OPEN_SYNC_FLAG isn't defined. | Tom Lane |
| 2011-01-22 | More pg_test_fsync cleanup. | Tom Lane |
| 2011-01-22 | Clean up pg_test_fsync commit. | Tom Lane |
| 2011-01-21 | Update C banner on new pg_test_fsync file. | Bruce Momjian |
| 2011-01-21 | Move test_fsync to /contrib. | Bruce Momjian |
| 2011-01-10 | A toast relid field are no longer needed in pg_upgrade's rel arrays, so | Bruce Momjian |
| 2011-01-09 | Update contrib/pg_trgm for new GIN extractQuery API. | Tom Lane |
| 2011-01-09 | Update contrib/hstore for new GIN extractQuery API. | Tom Lane |
| 2011-01-09 | Improve comment. | Tom Lane |
| 2011-01-09 | Use array_contains_nulls instead of ARR_HASNULL on user-supplied arrays. | Tom Lane |
| 2011-01-09 | Fix assorted corner-case bugs in contrib/intarray. | Tom Lane |
| 2011-01-08 | In pg_upgrade, remove functions that did sequential array scans looking | Bruce Momjian |
| 2011-01-08 | In pg_upgrade, clarify use of install_db_support_functions(). | Bruce Momjian |
| 2011-01-08 | In pg_upgrade, remove unnecessary separate handling of toast tables now | Bruce Momjian |
| 2011-01-08 | Update GIN support function definitions for contrib/intarray. | Tom Lane |
| 2011-01-08 | Document why pg_upgrade preserves pg_auth.oid (because they are stored | Bruce Momjian |
| 2011-01-08 | More pg_upgrade relfilenode C comments added. | Bruce Momjian |
| 2011-01-08 | Simplify pg_upgrade C comment about what is preserved. | Bruce Momjian |
| 2011-01-08 | In pg_upgrade, track only one copy of namespace/relname in FileNameMap | Bruce Momjian |
| 2011-01-08 | Fix C indenting in pg_upgrade function. | Bruce Momjian |
| 2011-01-08 | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian |
| 2011-01-08 | Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode. | Bruce Momjian |
| 2011-01-08 | Ooops, forgot to fix contrib/tsearch2's references to GIN support funcs. | Tom Lane |
| 2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
| 2011-01-07 | Improve C comments about backend variables set by pg_upgrade_support | Bruce Momjian |
| 2011-01-06 | Rename pg_upgrade variables, for clarity. | Bruce Momjian |
| 2011-01-05 | Update pg_upgrade C comments. | Bruce Momjian |
| 2011-01-05 | Fix for recent pg_upgrade commit to fix large objects relfilenode | Bruce Momjian |