Age | Commit message (Expand) | Author |
2002-09-27 | Don't mess with HEAP_XMAX_INVALID in heaptuple.c routines; there is | Tom Lane |
2002-09-04 | pgindent run. | Bruce Momjian |
2002-09-02 | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane |
2002-08-25 | Clean up comments to be careful about the distinction between variable- | Tom Lane |
2002-08-24 | The cstring datatype can now be copied, passed around, etc. The typlen | Tom Lane |
2002-07-20 | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian |
2002-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-06-15 | This patch wraps all accesses to t_xmin, t_cmin, t_xmax, and t_cmax in | Bruce Momjian |
2002-05-27 | Distinguish between MaxHeapAttributeNumber and MaxTupleAttributeNumber, | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
2001-08-23 | Ensure that all TransactionId comparisons are encapsulated in macros | Tom Lane |
2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
2001-01-24 | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian |
2000-12-27 | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane |
2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
2000-11-14 | Minor cleanup of tableOid-related coding. | Tom Lane |
2000-07-04 | DataFill() has no business resetting xact status bits | Tom Lane |
2000-07-03 | TOAST | Jan Wieck |
2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
2000-01-26 | Add: | Bruce Momjian |
2000-01-15 | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
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-16 | Final cleanup. | Bruce Momjian |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-06-12 | Reversed out Massimo patch. | Bruce Momjian |
1999-06-12 | I don't like last minute patches before the final freeze, but I believe that | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-03-14 | cleanup | Bruce Momjian |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1999-02-03 | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian |
1999-01-24 | Tighten coding of inner loops in nocachegetattr ... | Tom Lane |
1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
1998-10-08 | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian |
1998-09-07 | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian |
1998-09-04 | offsetof cleanup. | Bruce Momjian |
1998-09-04 | t_bits alignment fix from Tatsuo Ishii | Bruce Momjian |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-02-11 | Goodbye register keyword. Compiler knows better. | Bruce Momjian |
1998-02-06 | Update now that attcacheoff initial value is -1 always. | Bruce Momjian |
1998-02-05 | Symptom: | Marc G. Fournier |