| Age | Commit message (Expand) | Author |
| 2011-01-08 | Fix the built-in GIN support procedure declarations in pg_proc.h. | Tom Lane |
| 2011-01-08 | Fix GIN to support null keys, empty and null items, and full index scans. | Tom Lane |
| 2011-01-07 | Document pg_stat_replication, bump catversion since that was overlooked. | Robert Haas |
| 2011-01-07 | New system view pg_stat_replication displays activity of wal sender processes. | Itagaki Takahiro |
| 2011-01-05 | Give superusers REPLIACTION permission by default | Magnus Hagander |
| 2011-01-04 | Fix crash in ALTER OPERATOR CLASS/FAMILY .. SET SCHEMA. | Robert Haas |
| 2011-01-03 | Bump catversion, forgot in previous commit. | Magnus Hagander |
| 2011-01-03 | Add views and functions to monitor hot standby query conflicts | Magnus Hagander |
| 2011-01-02 | Implement remaining fields of information_schema.sequences view | Peter Eisentraut |
| 2011-01-02 | Basic foreign table support. | Robert Haas |
| 2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
| 2010-12-31 | Include the first valid listen address in pg_ctl to improve server start | Bruce Momjian |
| 2010-12-31 | Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c. | Tom Lane |
| 2010-12-31 | Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane |
| 2010-12-30 | Avoid unnecessary public struct declaration in slru.h | Alvaro Herrera |
| 2010-12-29 | Bump XLOG_PAGE_MAGIC. | Robert Haas |
| 2010-12-29 | Support unlogged tables. | Robert Haas |
| 2010-12-29 | Add REPLICATION privilege for ROLEs | Magnus Hagander |
| 2010-12-29 | Avoid unexpected conversion overflow in planner for distant date values. | Tom Lane |
| 2010-12-27 | Rename the C functions bitand(), bitor() to bit_and(), bit_or(). | Tom Lane |
| 2010-12-27 | Fix failure of executor/hashjoin.h to compile standalone. | Tom Lane |
| 2010-12-27 | Fix ill-chosen use of "private" as an argument and struct field name. | Tom Lane |
| 2010-12-27 | Corrections to patch adding SQL/MED error codes. | Robert Haas |
| 2010-12-26 | Only build in crashdump support on Windows if there's a working dbghelp.h. | Andrew Dunstan |
| 2010-12-25 | Add foreign data wrapper error code values for SQL/MED. | Robert Haas |
| 2010-12-23 | Rewrite the GiST insertion logic so that we don't need the post-recovery | Heikki Linnakangas |
| 2010-12-19 | Support for collecting crash dumps on Windows | Magnus Hagander |
| 2010-12-16 | Remove optreset from src/port/ implementations of getopt and getopt_long. | Tom Lane |
| 2010-12-15 | Add pg_read_binary_file() and whole-file-at-once versions of pg_read_file(). | Itagaki Takahiro |
| 2010-12-14 | Instrument checkpoint sync calls. | Robert Haas |
| 2010-12-14 | Allow plugins to suppress inlining and hook function entry/exit/abort. | Robert Haas |
| 2010-12-13 | Generalize concept of temporary relations to "relation persistence". | Robert Haas |
| 2010-12-12 | Make S_IRGRP etc available in mingw builds as well as MSVC. | Tom Lane |
| 2010-12-11 | Provide a complete set of file-permission-bit macros in win32.h. | Tom Lane |
| 2010-12-11 | Allow bidirectional copy messages in streaming replication mode. | Robert Haas |
| 2010-12-11 | Move a couple of initdb's subroutines into src/port/. | Tom Lane |
| 2010-12-09 | Force default wal_sync_method to be fdatasync on Linux. | Tom Lane |
| 2010-12-08 | Optimize commit_siblings in two ways to improve group commit. | Simon Riggs |
| 2010-12-07 | Fix bugs in the hot standby known-assigned-xids tracking logic. If there's | Heikki Linnakangas |
| 2010-12-04 | Update comment to match later code changes. | Tom Lane |
| 2010-12-04 | KNNGIST, otherwise known as order-by-operator support for GIST. | Tom Lane |
| 2010-12-03 | Use GUC lexer for recovery.conf parsing. | Robert Haas |
| 2010-12-03 | Create core infrastructure for KNNGIST. | Tom Lane |
| 2010-11-29 | Simplify and speed up mapping of index opfamilies to pathkeys. | Tom Lane |
| 2010-11-29 | Move call to GetTopTransactionId() earlier in LockAcquire(), | Simon Riggs |
| 2010-11-26 | Add more ALTER <object> .. SET SCHEMA commands. | Robert Haas |
| 2010-11-25 | Object access hook framework, with post-creation hook. | Robert Haas |
| 2010-11-24 | When reporting the server as not responding, if the hostname was | Bruce Momjian |
| 2010-11-24 | Create the system catalog infrastructure needed for KNNGIST. | Tom Lane |
| 2010-11-23 | Propagate ALTER TYPE operations to typed tables | Peter Eisentraut |