| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -29/+32 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 1 | -6/+9 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -2/+5 |
| * | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane | 2000-05-30 | 1 | -15/+12 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 1 | -1/+2 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -4/+4 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -6/+8 |
| * | 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 | -5/+5 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend. | Tom Lane | 1999-10-23 | 1 | -2/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -9/+10 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -3/+1 |
| * | Change form() to varargform() to prevent portability problems. | Bruce Momjian | 1999-06-19 | 1 | -8/+8 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -7/+7 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -6/+6 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Allow 8-key indexes. | Bruce Momjian | 1998-09-23 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -18/+13 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -6/+6 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -38/+61 |
| * | fix typo. | Bruce Momjian | 1998-08-11 | 1 | -2/+2 |
| * | Strategy cleanups. | Bruce Momjian | 1998-08-11 | 1 | -8/+4 |
| * | index strategy cleanup | Bruce Momjian | 1998-08-11 | 1 | -9/+2 |
| * | Update flowchart. | Bruce Momjian | 1998-08-10 | 1 | -15/+9 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -5/+5 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -11/+1 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -18/+17 |
| * | ASSERT fixes. | Bruce Momjian | 1998-04-06 | 1 | -3/+3 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -4/+4 |
| * | Thank god for searchable mail archives. | PostgreSQL Daemon | 1998-01-15 | 1 | -6/+7 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -7/+7 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -7/+7 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -5/+5 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -2/+2 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -83/+83 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -527/+568 |
| * | Remove compile warning. | Bruce Momjian | 1997-08-22 | 1 | -1/+6 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -6/+16 |
| * | More cleanups | Marc G. Fournier | 1996-11-05 | 1 | -23/+12 |
| * | More include file cleanups | Marc G. Fournier | 1996-11-03 | 1 | -24/+1 |
| * | Same clean up of Makefile, and addition of include files | Marc G. Fournier | 1996-10-31 | 1 | -1/+2 |
| * | Major code cleanups from D'arcy (-Wall -Werror) | Marc G. Fournier | 1996-10-23 | 1 | -3/+3 |
| * | -Wall'd ... I missed a subdir under access :( | Marc G. Fournier | 1996-10-21 | 1 | -1/+6 |
| * | More #include cleanups | Marc G. Fournier | 1996-10-20 | 1 | -11/+34 |
| * | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | 1 | -0/+679 |