Age | Commit message (Expand) | Author |
2010-01-14 | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs |
2010-01-10 | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-12-19 | Allow read only connections during recovery, known as Hot Standby. | Simon Riggs |
2009-08-24 | Fix a violation of WAL coding rules in the recent patch to include an | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-06-10 | Keep rs_startblock the same during heap_rescan, so that a rescan of a SeqScan | Tom Lane |
2009-05-12 | Fix LOCK TABLE to eliminate the race condition that could make it give weird | Tom Lane |
2009-01-20 | Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock should | Heikki Linnakangas |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-12-16 | Make heap_update() set newtup->t_tableOid correctly, for consistency with | Tom Lane |
2008-12-03 | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas |
2008-11-19 | Rethink the way FSM truncation works. Instead of WAL-logging FSM | Heikki Linnakangas |
2008-11-06 | Improve bulk-insert performance by keeping the current target buffer pinned | Tom Lane |
2008-10-31 | 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-27 | No need for extra code to log freezing zero tuples. Callers already check that | Alvaro Herrera |
2008-10-08 | Modify the parser's error reporting to include a specific hint for the case | Tom Lane |
2008-09-30 | Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, the | Heikki Linnakangas |
2008-09-11 | Initialize the minimum frozen Xid in vac_update_datfrozenxid using | Alvaro Herrera |
2008-08-11 | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas |
2008-07-13 | Clean up the use of some page-header-access macros: principally, use | Tom Lane |
2008-06-19 | Improve our #include situation by moving pointer types away from the | Alvaro Herrera |
2008-06-12 | Refactor XLogOpenRelation() and XLogReadBuffer() in preparation for relation | Heikki Linnakangas |
2008-06-08 | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera |
2008-05-12 | 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-04-03 | Remove heap_release_fetch, which is no longer used anywhere; this simplifies | Tom Lane |
2008-03-26 | 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-08 | Refactor heap_page_prune so that instead of changing item states on-the-fly, | Tom Lane |
2008-03-04 | Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a | Tom Lane |
2008-01-30 | Add a GUC variable "synchronize_seqscans" to allow clients to disable the new | Tom Lane |
2008-01-14 | Fix CREATE INDEX CONCURRENTLY so that it won't use synchronized scan for | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-30 | Avoid incrementing the CommandCounter when CommandCounterIncrement is called | Tom Lane |
2007-11-15 | pgindent run for 8.3. | Bruce Momjian |
2007-11-07 | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut |
2007-10-16 | Tweak toast-related logic in heapam.c so that the toaster is only invoked | Tom Lane |
2007-09-21 | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane |
2007-09-20 | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane |
2007-09-12 | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane |
2007-09-07 | Don't take ProcArrayLock while exiting a transaction that has no XID; there is | Tom Lane |
2007-09-05 | Implement lazy XID allocation: transactions that do not modify any database | Tom Lane |
2007-08-14 | Fix oversight in async-commit patch: there were some places in heapam.c | Tom Lane |
2007-06-09 | Teach heapam code to know the difference between a real seqscan and the | Tom Lane |
2007-06-08 | Arrange for large sequential scans to synchronize with each other, so that | Tom Lane |
2007-05-30 | Make large sequential scans and VACUUMs work in a limited-size "ring" of | Tom Lane |
2007-05-27 | Fix up pgstats counting of live and dead tuples to recognize that committed | Tom Lane |