| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the backup-block logic from XLogInsert to a new file, xloginsert.c. | Heikki Linnakangas | 2014-11-06 | 1 | -0/+1 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 | 1 | -8/+9 |
* | Introduce logical decoding. | Robert Haas | 2014-03-03 | 1 | -10/+27 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 | 1 | -1/+1 |
* | Don't TransactionIdDidAbort in HeapTupleGetUpdateXid | Alvaro Herrera | 2013-11-29 | 1 | -16/+6 |
* | Don't try to set InvalidXid as page pruning hint | Alvaro Herrera | 2013-11-28 | 1 | -6/+15 |
* | Adjust HeapTupleSatisfies* routines to take a HeapTuple. | Robert Haas | 2013-07-22 | 1 | -2/+15 |
* | Add buffer_std flag to MarkBufferDirtyHint(). | Jeff Davis | 2013-06-17 | 1 | -1/+1 |
* | Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 2013-03-22 | 1 | -1/+1 |
* | Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs | 2013-03-18 | 1 | -1/+0 |
* | Fix rare missing cancellations in Hot Standby. | Simon Riggs | 2013-01-24 | 1 | -1/+1 |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 | 1 | -5/+5 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 | 1 | -1/+1 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 | 1 | -0/+1 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 | 1 | -0/+1 |
* | Delete inaccurate C comment about FSM and adding pages, per Robert Haas. | Bruce Momjian | 2012-08-16 | 1 | -3/+0 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 | 1 | -2/+0 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 | 1 | -1/+1 |
* | Reduce spurious Hot Standby conflicts from never-visible records. | Simon Riggs | 2010-12-09 | 1 | -1/+0 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -2/+3 |
* | Further reductions in Hot Standby conflict processing. These | Simon Riggs | 2010-04-22 | 1 | -1/+2 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 | 1 | -4/+9 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -9/+10 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 1 | -118/+17 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 | 1 | -3/+19 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -29/+28 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 1 | -5/+5 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 | 1 | -1/+2 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 | 1 | -3/+3 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 | 1 | -2/+2 |
* | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 | 1 | -2/+2 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -1/+5 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 | 1 | -1/+2 |
* | Fix heap_page_prune's problem with failing to send cache invalidation | Tom Lane | 2008-03-13 | 1 | -12/+25 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 | 1 | -142/+269 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 | 1 | -6/+6 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -108/+110 |
* | Keep heap_page_prune from marking the buffer dirty when it didn't | Tom Lane | 2007-10-24 | 1 | -9/+24 |
* | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane | 2007-09-21 | 1 | -8/+19 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -0/+702 |