| Commit message (Expand) | Author | Age |
* | Improve concurrency of foreign key locking | Alvaro Herrera | 2013-01-23 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Split heapam_xlog.h from heapam.h | Alvaro Herrera | 2012-08-28 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Fix outdated comment. | Heikki Linnakangas | 2012-05-10 |
* | Prevent index-only scans from returning wrong answers under Hot Standby. | Robert Haas | 2012-04-26 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | In COPY, insert tuples to the heap in batches. | Heikki Linnakangas | 2011-11-09 |
* | Remove unnecessary AssertMacro() to suppress gcc 4.6 compiler warning. | Tom Lane | 2011-10-18 |
* | Allow more include files to be compiled in their own by adding missing | Bruce Momjian | 2011-08-27 |
* | Make the visibility map crash-safe. | Robert Haas | 2011-06-21 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Support RIGHT and FULL OUTER JOIN in hash joins. | Tom Lane | 2010-12-30 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary | Bruce Momjian | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | 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 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 |
* | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 |
* | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 |
* | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 |
* | 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 |
* | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Re-run pgindent with updated list of typedefs. (Updated README should | Bruce Momjian | 2007-11-15 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 |
* | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane | 2007-02-05 |
* | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | More include file adjustments. | Bruce Momjian | 2006-07-13 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 |
* | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |