| Commit message (Expand) | Author | Age |
* | Clean up comments to be careful about the distinction between variable- | Tom Lane | 2002-08-25 |
* | Update copyright to 2002. | Bruce Momjian | 2002-06-20 |
* | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 |
* | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 |
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 |
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 |
* | Clean up index/btree comments/macros, as approved. | Bruce Momjian | 2001-02-22 |
* | Comment improvements. | Bruce Momjian | 2001-02-21 |
* | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 |
* | Fix portability problems recently exposed by regression tests on Alphas. | Tom Lane | 2000-12-27 |
* | Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that | Tom Lane | 2000-11-30 |
* | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 |
* | Fix a bunch of minor portability problems and maybe-bugs revealed by | Tom Lane | 2000-03-17 |
* | Add: | Bruce Momjian | 2000-01-26 |
* | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 |
* | Install new alignment code to use MAXALIGN rather than DOUBLEALIGN where | Bruce Momjian | 1999-07-19 |
* | More cleanup | Bruce Momjian | 1999-07-16 |
* | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 |
* | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 |
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 |
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 |
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 |
* | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 |
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 |
* | Update now that attcacheoff initial value is -1 always. | Bruce Momjian | 1998-02-06 |
* | Reduce size of inlining. | Bruce Momjian | 1998-02-01 |
* | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 |
* | Fix prototypes so they don't look like function definitions. | Bruce Momjian | 1998-01-24 |
* | 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-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Another one bits the dust... | Marc G. Fournier | 1996-11-05 |
* | More include file cleanups | Marc G. Fournier | 1996-11-03 |
* | slow work... | Marc G. Fournier | 1996-10-19 |
* | Moved from backend/access to include/access | Marc G. Fournier | 1996-08-27 |