| Age | Commit message (Expand) | Author |
| 2011-12-07 | Remove spclocation field from pg_tablespace | Magnus Hagander |
| 2011-12-07 | Create a "sort support" interface API for faster sorting. | Tom Lane |
| 2011-12-06 | Typo fixes for commit 2ad36c4e44c8b513f6155656e1b7a8d26715bb94. | Robert Haas |
| 2011-12-06 | Make command-line tools smarter about finding a DB to connect to. | Robert Haas |
| 2011-12-06 | Add missing documentation for function pg_stat_get_wal_senders() | Magnus Hagander |
| 2011-12-05 | In pg_upgrade, allow tables using regclass to be upgraded because we | Bruce Momjian |
| 2011-12-05 | Remove troublesome Asserts in cost_mergejoin(). | Tom Lane |
| 2011-12-05 | plpython: Add SPI cursor support | Peter Eisentraut |
| 2011-12-04 | Add a \setenv command to psql. | Andrew Dunstan |
| 2011-12-04 | Remove incorrect instructions to run CREATE FOREIGN DATA WRAPPER | Magnus Hagander |
| 2011-12-04 | Applied another patch by Zoltan to fix memory alignement issues in ecpg's sqlda | Michael Meskes |
| 2011-12-03 | Treat ENOTDIR as ENOENT when looking for client certificate file | Magnus Hagander |
| 2011-12-02 | Update documentation suggestions for debugging the backend. | Bruce Momjian |
| 2011-12-02 | psql: Make temporary editor files have .sql extension | Peter Eisentraut |
| 2011-12-02 | Add some weasel wording about threaded usage of PGresults. | Tom Lane |
| 2011-12-02 | During recovery, if we reach consistent state and still have entries in the | Heikki Linnakangas |
| 2011-12-01 | Clarify documentation about SQL:2008 variant of LIMIT/OFFSET syntax. | Tom Lane |
| 2011-12-01 | Make pgcompinclude/pgrminclude less tied to Bruce's personal machine. | Robert Haas |
| 2011-12-01 | Fix getTypeIOParam to support type record[]. | Tom Lane |
| 2011-12-01 | Add file-fdw documentation example. | Bruce Momjian |
| 2011-12-01 | Add documentation mention that 7 != NULL also returns NULL. | Bruce Momjian |
| 2011-12-01 | Update information about configuring SysV IPC parameters on NetBSD. | Tom Lane |
| 2011-12-01 | Draft release notes for 9.1.2, 9.0.6, 8.4.10, 8.3.17, 8.2.23. | Tom Lane |
| 2011-11-30 | Update time zone data files to tzdata release 2011n. | Tom Lane |
| 2011-11-30 | Improve table locking behavior in the face of current DDL. | Robert Haas |
| 2011-11-30 | Tweak previous patch to ensure edata->filename always gets initialized. | Tom Lane |
| 2011-11-30 | Strip file names reported in error messages in vpath builds | Peter Eisentraut |
| 2011-11-30 | Remove duplicate definition of 'progname'. | Tom Lane |
| 2011-11-30 | Move EXTRA_CLEAN to where it actually works. | Tom Lane |
| 2011-11-30 | Prevent autovacuum transactions from running in serializable mode. | Tom Lane |
| 2011-11-30 | Change installation docs to mention general debugging options. | Bruce Momjian |
| 2011-11-30 | Clean up after recent pg_dump patches. | Tom Lane |
| 2011-11-30 | In docs, suggest "-O0 -g" only if using a debugger. | Bruce Momjian |
| 2011-11-29 | When a row fails a not-null constraint, show row's contents in errdetail. | Tom Lane |
| 2011-11-29 | Simplify the pg_dump/pg_restore error reporting macros, and allow | Bruce Momjian |
| 2011-11-29 | Suggest configure options for server developers. | Bruce Momjian |
| 2011-11-29 | When a row fails a CHECK constraint, show row's contents in errdetail. | Tom Lane |
| 2011-11-29 | pg_dump: Add gettext plural support to error message | Peter Eisentraut |
| 2011-11-29 | pg_upgrade: Disable installcheck | Peter Eisentraut |
| 2011-11-29 | python.m4: Remove useless "import string" calls | Peter Eisentraut |
| 2011-11-29 | plpython: Fix sed expression in python3 build | Peter Eisentraut |
| 2011-11-29 | pg_dump: Fix clean rule after file renaming shuffle | Peter Eisentraut |
| 2011-11-29 | Document that perl needs to be indented during the pgindent run. | Bruce Momjian |
| 2011-11-29 | Make some minor formatting improvements to what pgindent did. | Tom Lane |
| 2011-11-29 | Disallow deletion of CurrentExtensionObject while running extension script. | Tom Lane |
| 2011-11-28 | Pgindent clauses.c, per request from Tom. | Bruce Momjian |
| 2011-11-28 | Convert eval_const_expressions's long series of IsA tests into a switch. | Tom Lane |
| 2011-11-28 | Remove erroneous claim about use of pg_locks.objid for advisory locks. | Tom Lane |
| 2011-11-28 | Fix some bogosities in pg_dump's foreign-table support. | Tom Lane |
| 2011-11-28 | Add libpq connection option to disable SSL compression | Magnus Hagander |