| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 | 1 | -12/+12 |
| * | Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary | Bruce Momjian | 2010-02-08 | 1 | -3/+5 |
| * | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 | 1 | -24/+16 |
| * | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas | 2010-01-10 | 1 | -7/+7 |
| * | 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 | -1/+19 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -6/+7 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Introduce visibility map. The visibility map is a bitmap with one bit per | Heikki Linnakangas | 2008-12-03 | 1 | -4/+8 |
| * | Replace the usage of heap_addheader to create pg_attribute tuples with regular | Alvaro Herrera | 2008-11-14 | 1 | -3/+1 |
| * | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane | 2008-11-02 | 1 | -5/+6 |
| * | Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representation | Tom Lane | 2008-10-28 | 1 | -1/+7 |
| * | Introduce the concept of relation forks. An smgr relation can now consist | Heikki Linnakangas | 2008-08-11 | 1 | -1/+2 |
| * | Clean up the use of some page-header-access macros: principally, use | Tom Lane | 2008-07-13 | 1 | -7/+7 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -14/+131 |
| * | 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 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -8/+8 |
| * | Use "alternative" instead of "alternate" where it is clearer. | Peter Eisentraut | 2007-11-07 | 1 | -2/+2 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -21/+107 |
| * | Support varlena fields with single-byte headers and unaligned storage. | Tom Lane | 2007-04-06 | 1 | -11/+4 |
| * | Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len). | Tom Lane | 2007-02-27 | 1 | -8/+4 |
| * | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 | 1 | -53/+65 |
| * | Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant to | Tom Lane | 2007-02-05 | 1 | -11/+9 |
| * | Enable another five tuple status bits by using the high bits of the | Bruce Momjian | 2007-01-09 | 1 | -8/+17 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix recently-understood problems with handling of XID freezing, particularly | Tom Lane | 2006-11-05 | 1 | -1/+19 |
| * | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 | 1 | -4/+4 |
| * | More include file adjustments. | Bruce Momjian | 2006-07-13 | 1 | -2/+1 |
| * | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 | 1 | -3/+2 |
| * | Create infrastructure for 'MinimalTuple' representation of in-memory | Tom Lane | 2006-06-27 | 1 | -5/+66 |
| * | Clean up code associated with updating pg_class statistics columns | Tom Lane | 2006-05-10 | 1 | -2/+11 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 | 1 | -2/+2 |
| * | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane | 2005-11-20 | 1 | -10/+9 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -13/+11 |
| * | Clean up a couple of ad-hoc computations of the maximum number of tuples | Tom Lane | 2005-09-02 | 1 | -1/+11 |
| * | Repair problems with VACUUM destroying t_ctid chains too soon, and with | Tom Lane | 2005-08-20 | 1 | -11/+37 |
| * | Change WAL-logging scheme for multixacts to be more like regular | Tom Lane | 2005-06-08 | 1 | -1/+3 |
| * | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 1 | -7/+21 |
| * | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane | 2005-03-28 | 1 | -4/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Fix obsolete comments. | Tom Lane | 2004-11-12 | 1 | -3/+3 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -3/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Some mop-up work for savepoints (nested transactions). Store a small | Tom Lane | 2004-08-01 | 1 | -29/+12 |
| * | Rename XLOG_BTREE_NEWPAGE xlog record type into XLOG_HEAP_NEWPAGE, and | Tom Lane | 2004-07-11 | 1 | -2/+15 |
| * | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 | 1 | -44/+23 |
| * | Replace TupleTableSlot convention for whole-row variables and function | Tom Lane | 2004-04-01 | 1 | -116/+175 |