| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 | 1 | -11/+42 |
| * | Change the PageGetContents() macro to guarantee its result is maxalign'd, | Tom Lane | 2008-07-13 | 1 | -7/+4 |
| * | This is the patch replace offnum++ by OffsetNumberNext, to be | Bruce Momjian | 2008-05-13 | 1 | -3/+3 |
| * | Fix PageGetExactFreeSpace() so that it actually behaves sensibly | Tom Lane | 2008-02-10 | 1 | -1/+4 |
| * | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 | 1 | -2/+2 |
| * | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 | 1 | -9/+10 |
| * | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane | 2007-09-21 | 1 | -2/+3 |
| * | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 | 1 | -18/+94 |
| * | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 | 1 | -33/+38 |
| * | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 | 1 | -8/+29 |
| * | btree source code cleanups: | Bruce Momjian | 2007-02-21 | 1 | -3/+23 |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | 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 | -5/+5 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -33/+31 |
| * | This patch cleans up the access to members of ItemIdData. | Bruce Momjian | 2005-09-22 | 1 | -11/+9 |
| * | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane | 2005-06-06 | 1 | -24/+5 |
| * | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane | 2005-06-02 | 1 | -5/+24 |
| * | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 | 1 | -3/+137 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -6/+7 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Previous code cleanup was for bufpage.c, not bufmgr.c. | Bruce Momjian | 2004-06-09 | 1 | -13/+11 |
| * | Stylistic changes in bufmgr.c | Bruce Momjian | 2004-06-08 | 1 | -28/+29 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut | 2003-09-29 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -7/+8 |
| * | Error message editing in backend/storage. | Tom Lane | 2003-07-24 | 1 | -17/+29 |
| * | Add code to apply some simple sanity checks to the header fields of a | Tom Lane | 2003-03-28 | 1 | -3/+46 |
| * | Rewrite for-loop, because this is not the Obfuscated C Code Contest. | Bruce Momjian | 2003-01-11 | 1 | -6/+6 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -8/+8 |
| * | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian | 2002-09-02 | 1 | -2/+1 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -2/+2 |
| * | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane | 2002-08-06 | 1 | -36/+28 |
| * | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian | 2002-07-02 | 1 | -22/+23 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -3/+3 |
| * | Add cast to suppress gcc warning on Darwin platform. | Tom Lane | 2002-01-30 | 1 | -2/+2 |
| * | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane | 2002-01-15 | 1 | -109/+85 |
| * | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane | 2001-11-08 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -10/+9 |
| * | Add error checking to PageRepairFragmentation to ensure that it can | Tom Lane | 2001-10-23 | 1 | -41/+64 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -16/+19 |
| * | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev | 2001-02-06 | 1 | -6/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev | 2000-12-30 | 1 | -3/+20 |
| * | WAL | Vadim B. Mikheev | 2000-10-21 | 1 | -2/+33 |