| Commit message (Expand) | Author | Age |
* | Fix PageAddItem BRIN bug | Alvaro Herrera | 2016-05-30 |
* | Add assertion to check the special size is sane before dereferencing it. | Heikki Linnakangas | 2015-06-30 |
* | Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. | Tom Lane | 2015-02-20 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | BRIN: Block Range Indexes | Alvaro Herrera | 2014-11-07 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Record data_checksum_version in control file. | Simon Riggs | 2013-04-30 |
* | Allow I/O reliability checks using 16-bit checksums | Simon Riggs | 2013-03-22 |
* | Remove PageSetTLI and rename pd_tli to pd_checksum | Simon Riggs | 2013-03-18 |
* | Make GiST indexes on-disk compatible with 9.2 again. | Heikki Linnakangas | 2013-01-17 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Replace XLogRecPtr struct with a 64-bit integer. | Heikki Linnakangas | 2012-06-24 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | 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 |
* | Clean up the messy semantics (not to mention inefficiency) of PageGetTempPage | Tom Lane | 2008-11-03 |
* | Clean up buildfarm failures arising from the seemingly straightforward page | Tom Lane | 2008-07-14 |
* | Change the PageGetContents() macro to guarantee its result is maxalign'd, | Tom Lane | 2008-07-13 |
* | Move BufferGetPageSize and BufferGetPage from bufpage.h to bufmgr.h. It is | Alvaro Herrera | 2008-06-08 |
* | Change xlog.h to xlogdefs.h in bufpage.h, and fix fallout. | Alvaro Herrera | 2008-06-06 |
* | 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 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | pgindent run for 8.3. | Bruce Momjian | 2007-11-15 |
* | Improve handling of prune/no-prune decisions by storing a page's oldest | Tom Lane | 2007-09-21 |
* | HOT updates. When we update a tuple without changing any of its indexed | Tom Lane | 2007-09-20 |
* | Redefine the lp_flags field of item pointers as having four states, rather | Tom Lane | 2007-09-12 |
* | Suppress useless searches for unused line pointers in PageAddItem. To do | Tom Lane | 2007-03-02 |
* | btree source code cleanups: | Bruce Momjian | 2007-02-21 |
* | Combine cmin and cmax fields of HeapTupleHeaders into a single field, by | Tom Lane | 2007-02-09 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | Allow include files to compile own their own. | Bruce Momjian | 2006-07-13 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | This patch cleans up the access to members of ItemIdData. | Bruce Momjian | 2005-09-22 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 |
* | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane | 2005-03-22 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |
* | Update copyright to 2004. | Bruce Momjian | 2004-08-29 |
* | Label CVS tip as 8.0devel instead of 7.5devel. Adjust various comments | Tom Lane | 2004-08-04 |
* | Invent WAL timelines, as per recent discussion, to make point-in-time | Tom Lane | 2004-07-21 |
* | Nested transactions. There is still much left to do, especially on the | Tom Lane | 2004-07-01 |
* | Adjust PageGetMaxOffsetNumber to ensure sane behavior on uninitialized | Tom Lane | 2004-06-05 |
* | Fix thinko in comment. | Tom Lane | 2003-12-11 |
* | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 |
* | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 |