| Age | Commit message (Expand) | Author |
| 2011-09-08 | Buffering GiST index build algorithm. | Heikki Linnakangas |
| 2011-09-07 | Fix bug introduced by pgrminclude where the tablespace version name was | Bruce Momjian |
| 2011-09-04 | Change get_variable_numdistinct's API to flag default estimates explicitly. | Tom Lane |
| 2011-09-04 | Clean up the #include mess a little. | Tom Lane |
| 2011-09-04 | Remove unnecessary and circular #include. | Tom Lane |
| 2011-09-04 | walsender.h doesn't need xlog.h, per Tom. | Bruce Momjian |
| 2011-09-04 | Move AllowCascadeReplication() define from xlog.h to replication include | Bruce Momjian |
| 2011-09-03 | Rearrange planner to save the whole PlannerInfo (subroot) for a subquery. | Tom Lane |
| 2011-09-02 | Teach ANALYZE to clear pg_class.relhassubclass when appropriate. | Tom Lane |
| 2011-09-01 | Improve method of avoiding fcinfo compile errors. | Bruce Momjian |
| 2011-09-01 | Add C comment about necessary NetBSD include. | Bruce Momjian |
| 2011-09-01 | Add missing hba.h include for NetBSD. | Bruce Momjian |
| 2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
| 2011-09-01 | setlocale() on Windows doesn't work correctly if the locale name contains | Heikki Linnakangas |
| 2011-09-01 | Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF | Heikki Linnakangas |
| 2011-08-29 | Use a non-locking test in TAS_SPIN() on all IA64 platforms. | Tom Lane |
| 2011-08-29 | Improve spinlock performance for HP-UX, ia64, non-gcc. | Robert Haas |
| 2011-08-27 | Allow more include files to be compiled in their own by adding missing | Bruce Momjian |
| 2011-08-26 | Add markers. | Bruce Momjian |
| 2011-08-26 | Add markers for skips. | Bruce Momjian |
| 2011-08-26 | Improve comments describing tsvector data structure. | Tom Lane |
| 2011-08-23 | Add missing include so include file compiles cleanly on its own. | Bruce Momjian |
| 2011-08-21 | Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist. | Tom Lane |
| 2011-08-16 | Revise sinval code to remove no-longer-used tuple TID from inval messages. | Tom Lane |
| 2011-08-16 | Fix race condition in relcache init file invalidation. | Tom Lane |
| 2011-08-13 | Make USECS_PER_* timestamp macros visible even when we are not using | Bruce Momjian |
| 2011-08-10 | Remove wal_sender_delay GUC, because it's no longer useful. | Tom Lane |
| 2011-08-10 | Change the autovacuum launcher to use WaitLatch instead of a poll loop. | Tom Lane |
| 2011-08-10 | Oops, we're working on version 9.2 already, not 9.1. Update the | Heikki Linnakangas |
| 2011-08-10 | If backup-end record is not seen, and we reach end of recovery from a | Heikki Linnakangas |
| 2011-08-09 | Documentation improvement and minor code cleanups for the latch facility. | Tom Lane |
| 2011-08-09 | Change the way string relopts are allocated. | Heikki Linnakangas |
| 2011-08-09 | Fix nested PlaceHolderVar expressions that appear only in targetlists. | Tom Lane |
| 2011-08-08 | Correct the lie in pg_config.h.win32 about having inttypes.h. | Andrew Dunstan |
| 2011-08-06 | Clean up ill-advised attempt to invent a private set of Node tags. | Tom Lane |
| 2011-08-05 | Allow per-column foreign data wrapper options. | Robert Haas |
| 2011-08-04 | Create VXID locks "lazily" in the main lock table. | Robert Haas |
| 2011-08-03 | Make pgbench use erand48() rather than random(). | Robert Haas |
| 2011-08-02 | Move CheckRecoveryConflictDeadlock() call to a safer place. | Tom Lane |
| 2011-08-02 | Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId. | Tom Lane |
| 2011-07-23 | Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. | Tom Lane |
| 2011-07-20 | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas |
| 2011-07-20 | Rewrite libxml error handling to be more robust. | Tom Lane |
| 2011-07-19 | Introduce sending servers as new category for replication params | Simon Riggs |
| 2011-07-19 | Cascading replication feature for streaming log-based replication. | Simon Riggs |
| 2011-07-18 | Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE. | Robert Haas |
| 2011-07-18 | Create a "fast path" for acquiring weak relation locks. | Robert Haas |
| 2011-07-18 | Add pg_opfamily_is_visible. | Robert Haas |
| 2011-07-17 | Add temp_file_limit GUC parameter to constrain temporary file space usage. | Tom Lane |
| 2011-07-16 | Add an errdetail_internal() ereport auxiliary routine. | Tom Lane |