| Age | Commit message (Expand) | Author |
| 2012-08-16 | Fix GiST buffering build bug, which caused "failed to re-find parent" errors. | Heikki Linnakangas |
| 2012-08-02 | Fix race conditions associated with SPGiST redirection tuples. | Tom Lane |
| 2012-06-25 | Tighten up includes in sinvaladt.h, twophase.h, proc.h | Alvaro Herrera |
| 2012-06-25 | Remove sanity test in XRecOffIsValid. | Robert Haas |
| 2012-06-24 | Replace int2/int4 in C code with int16/int32 | Peter Eisentraut |
| 2012-06-24 | Use UINT64CONST for 64-bit integer constants. | Heikki Linnakangas |
| 2012-06-24 | Use LL suffix for 64-bit constants. | Heikki Linnakangas |
| 2012-06-24 | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas |
| 2012-06-24 | Allow WAL record header to be split across pages. | Heikki Linnakangas |
| 2012-06-24 | Move WAL continuation record information to WAL page header. | Heikki Linnakangas |
| 2012-06-24 | Don't waste the last segment of each 4GB logical log file. | Heikki Linnakangas |
| 2012-06-14 | New SQL functons pg_backup_in_progress() and pg_backup_start_time() | Robert Haas |
| 2012-06-14 | Add new function log_newpage_buffer. | Robert Haas |
| 2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
| 2012-06-10 | Make include files work without having to include other ones first | Peter Eisentraut |
| 2012-05-30 | Change the way parent pages are tracked during buffered GiST build. | Heikki Linnakangas |
| 2012-05-18 | Fix bug in gistRelocateBuildBuffersOnSplit(). | Heikki Linnakangas |
| 2012-05-11 | Ensure age() returns a stable value rather than the latest value | Simon Riggs |
| 2012-05-10 | Fix outdated comment. | Heikki Linnakangas |
| 2012-05-09 | Fix an issue in recent walwriter hibernation patch. | Tom Lane |
| 2012-05-09 | Reduce idle power consumption of walwriter and checkpointer processes. | Tom Lane |
| 2012-04-27 | Prevent index-only scans from returning wrong answers under Hot Standby. | Robert Haas |
| 2012-04-24 | Lots of doc corrections. | Robert Haas |
| 2012-04-21 | Recast "ONLY" column CHECK constraints as NO INHERIT | Alvaro Herrera |
| 2012-03-26 | Code cleanup for heap_freeze_tuple. | Robert Haas |
| 2012-03-11 | Teach SPGiST to store nulls and do whole-index scans. | Tom Lane |
| 2012-03-10 | Restructure SPGiST opclass interface API to support whole-index scans. | Tom Lane |
| 2012-03-04 | Add function pg_xlog_location_diff to help comparisons | Magnus Hagander |
| 2012-02-21 | Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0. | Tom Lane |
| 2012-01-30 | Assorted comment fixes, mostly just typos, but some obsolete statements. | Tom Lane |
| 2012-01-25 | Allow pg_basebackup from standby node with safety checking. | Simon Riggs |
| 2012-01-24 | Add new replication mode synchronous_commit = 'write'. | Simon Riggs |
| 2012-01-11 | Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always | Heikki Linnakangas |
| 2012-01-06 | Make the number of CLOG buffers adaptive, based on shared_buffers. | Robert Haas |
| 2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
| 2011-12-31 | Send new protocol keepalive messages to standby servers. | Simon Riggs |
| 2011-12-22 | Add a security_barrier option for views. | Robert Haas |
| 2011-12-19 | Rename updateNodeLink to spgUpdateNodeLink. | Tom Lane |
| 2011-12-19 | Allow CHECK constraints to be declared ONLY | Alvaro Herrera |
| 2011-12-19 | Teach SP-GiST to do index-only scans. | Tom Lane |
| 2011-12-18 | Replace simple constant pg_am.amcanreturn with an AM support function. | Tom Lane |
| 2011-12-17 | Add SP-GiST (space-partitioned GiST) index access method. | Tom Lane |
| 2011-12-17 | Various micro-optimizations for GetSnapshopData(). | Robert Haas |
| 2011-12-12 | Move BKP_REMOVABLE bit from individual WAL records to WAL page headers. | Tom Lane |
| 2011-12-09 | Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery, | Heikki Linnakangas |
| 2011-12-07 | Create a "sort support" interface API for faster sorting. | Tom Lane |
| 2011-12-02 | During recovery, if we reach consistent state and still have entries in the | Heikki Linnakangas |
| 2011-11-13 | Wakeup WALWriter as needed for asynchronous commit performance. | Simon Riggs |
| 2011-11-09 | In COPY, insert tuples to the heap in batches. | Heikki Linnakangas |
| 2011-11-08 | Make VACUUM avoid waiting for a cleanup lock, where possible. | Robert Haas |