Age | Commit message (Expand) | Author |
2002-11-13 | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian |
2002-11-11 | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian |
2002-11-10 | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian |
2002-09-04 | pgindent run. | Bruce Momjian |
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-06-20 | Update copyright to 2002. | Bruce Momjian |
2002-05-20 | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane |
2001-10-25 | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian |
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-02-22 | Clean up index/btree comments/macros, as approved. | Bruce Momjian |
2001-02-15 | Although we can't support out-of-line TOAST storage in indexes (yet), | Tom Lane |
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-12-07 | Silence compiler warning. | Tom Lane |
2000-11-30 | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane |
2000-11-16 | Make pgsql compile on FreeBSD-alpha. | Bruce Momjian |
2000-09-23 | Clean up some ugly coding (hardwired constants) in index_formtuple. | Tom Lane |
2000-07-22 | 2nd try for the index tuple toast hack. This time as suggested | Jan Wieck |
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 |
2000-01-11 | More cleanups. Still doesn't work. | Bruce Momjian |
1999-10-23 | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane |
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-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-09-07 | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-27 | Make 'name' type int aligned, like char/varchar. | 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 | Fix for varchar functions, and indextyple j-1 fix. | Bruce Momjian |
1998-02-04 | Cleanup getattr code. Make CHAR() use attcacheoff. | Bruce Momjian |
1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |
1998-01-07 | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian |
1998-01-05 | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian |
1997-11-02 | Good Bye, Time Travel! | Vadim B. Mikheev |
1997-09-18 | Inline memset() as MemSet(). | Bruce Momjian |
1997-09-08 | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
1997-06-12 | Someone forgot about aligning in fastgetiattr()... | Vadim B. Mikheev |