| Commit message (Expand) | Author | Age |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Generalize concept of temporary relations to "relation persistence". | Robert Haas | 2010-12-13 |
* | Self review of previous patch. Fix assumption that xmax >= xmin. | Simon Riggs | 2010-12-09 |
* | Reduce spurious Hot Standby conflicts from never-visible records. | Simon Riggs | 2010-12-09 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 |
* | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas | 2010-07-29 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. | Tom Lane | 2010-05-02 |
* | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane | 2010-05-02 |
* | Further reductions in Hot Standby conflict processing. These | Simon Riggs | 2010-04-22 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Move the responsibility of writing a "unlogged WAL operation" record from | Heikki Linnakangas | 2010-02-03 |
* | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs | 2010-01-29 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas | 2010-01-10 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs | 2009-12-19 |
* | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane | 2009-08-24 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan | Tom Lane | 2009-06-10 |
* | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane | 2009-05-12 |
* | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas | 2009-01-20 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane | 2008-12-16 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas | 2008-11-19 |
* | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane | 2008-11-06 |
* | Update FSM on WAL replay. This is a bit limited; the FSM is only updated | Heikki Linnakangas | 2008-10-31 |
* | Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBuffer | Heikki Linnakangas | 2008-10-31 |
* | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera | 2008-10-27 |
* | Modify the parser's error reporting to include a specific hint for the case | Tom Lane | 2008-10-08 |
* | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas | 2008-09-30 |
* | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera | 2008-09-11 |
* | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 |
* | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 |
* | Improve our #include situation by moving pointer types away from the | Alvaro Herrera | 2008-06-19 |
* | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas | 2008-06-12 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | Put back bufmgr.h in bufpage.h -- it is needed by some macros. | Alvaro Herrera | 2008-05-12 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane | 2008-04-03 |
* | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera | 2008-03-26 |
* | Rename snapmgmt.c/h to snapmgr.c/h, for consistency with other files. | Alvaro Herrera | 2008-03-26 |
* | Separate snapshot management code from tuple visibility code, create a | Alvaro Herrera | 2008-03-26 |
* | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane | 2008-03-08 |