Age | Commit message (Expand) | Author |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |
2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-09-22 | This patch cleans up the access to members of ItemIdData. | Bruce Momjian |
2005-06-06 | Modify XLogInsert API to make callers specify whether pages to be backed | Tom Lane |
2005-06-02 | Change CRCs in WAL records from 64bit to 32bit for performance reasons. | Tom Lane |
2005-03-22 | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane |
2004-12-31 | Tag appropriate files for rc3 | PostgreSQL Daemon |
2004-08-29 | Pgindent run for 8.0. | Bruce Momjian |
2004-08-29 | Update copyright to 2004. | Bruce Momjian |
2004-06-09 | Previous code cleanup was for bufpage.c, not bufmgr.c. | Bruce Momjian |
2004-06-08 | Stylistic changes in bufmgr.c | Bruce Momjian |
2003-11-29 | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon |
2003-09-29 | More message editing, some suggested by Alvaro Herrera | Peter Eisentraut |
2003-08-04 | Update copyrights to 2003. | Bruce Momjian |
2003-08-04 | pgindent run. | Bruce Momjian |
2003-07-24 | Error message editing in backend/storage. | Tom Lane |
2003-03-28 | Add code to apply some simple sanity checks to the header fields of a | Tom Lane |
2003-01-11 | Rewrite for-loop, because this is not the Obfuscated C Code Contest. | Bruce Momjian |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-02 | Remove sys/types.h in files that include postgres.h, and hence c.h, | Bruce Momjian |
2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
2002-08-06 | Still more paranoia in PageAddItem: disallow specification of an item | Tom Lane |
2002-07-02 | There already was a macro PageGetItemId; this is now used in (almost) | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-03-06 | Change made to elog: | Bruce Momjian |
2002-01-30 | Add cast to suppress gcc warning on Darwin platform. | Tom Lane |
2002-01-15 | Add more sanity-checking to PageAddItem and PageIndexTupleDelete, | Tom Lane |
2001-11-08 | Add casts to suppress compiler warnings observed on Darwin platform | Tom Lane |
2001-10-28 | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-10-23 | Add error checking to PageRepairFragmentation to ensure that it can | Tom Lane |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-02-06 | PageAddItem in overwrite mode: must *NOT* check itemid' flag if | Vadim B. Mikheev |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-12-30 | 1. WAL needs in zero-ed content of newly initialized page. | Vadim B. Mikheev |
2000-10-21 | WAL | Vadim B. Mikheev |
2000-10-20 | WAL need in overwrite mode - restored in new way | Vadim B. Mikheev |
2000-08-31 | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut |
2000-07-21 | Major overhaul of btree index code. Eliminate special BTP_CHAIN logic for | Tom Lane |
2000-07-03 | heap' logging | Vadim B. Mikheev |
2000-05-29 | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-01-26 | Add: | Bruce Momjian |
1999-12-13 | New LDOUT makefile variable for QNX os. | Bruce Momjian |
1999-12-09 | Make LD -r as macros that can be changed for QNX. | Bruce Momjian |
1999-07-19 | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-07-15 | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian |