| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Fix misguided removal of access/tuptoaster.h inclusion, per Kris Jurka. | Tom Lane | 2006-07-14 | 1 | -1/+2 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -3/+1 |
| * | Alphabetically order reference to include files, "G" - "M". | Bruce Momjian | 2006-07-11 | 1 | -2/+2 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -19/+18 |
| * | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane | 2005-03-27 | 1 | -5/+4 |
| * | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane | 2005-03-21 | 1 | -32/+33 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -4/+4 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -4/+4 |
| * | Error message editing in backend/access. | Tom Lane | 2003-07-21 | 1 | -5/+10 |
| * | First cut at recycling space in btree indexes. Still some rough edges | Tom Lane | 2003-02-23 | 1 | -9/+8 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -4/+4 |
| * | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 | 1 | -7/+7 |
| * | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane | 2002-08-24 | 1 | -20/+16 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -21/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -3/+1 |
| * | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian | 2001-03-22 | 1 | -12/+10 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -14/+14 |
| * | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 | 1 | -4/+4 |
| * | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane | 2001-02-15 | 1 | -18/+37 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 | 1 | -8/+8 |
| * | Silence compiler warning. | Tom Lane | 2000-12-07 | 1 | -3/+5 |
| * | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane | 2000-11-30 | 1 | -87/+47 |
| * | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian | 2000-11-16 | 1 | -2/+3 |
| * | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane | 2000-09-23 | 1 | -12/+14 |
| * | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck | 2000-07-22 | 1 | -1/+47 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -3/+3 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+3 |
| * | More cleanups. Still doesn't work. | Bruce Momjian | 2000-01-11 | 1 | -4/+3 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -5/+5 |
| * | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 | 1 | -2/+2 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -6/+1 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -1/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -5/+5 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -2/+2 |
| * | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 | 1 | -74/+5 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -7/+7 |