| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 3 | -6/+6 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -29/+32 |
| * | Fix relative path references so that make knowns which dependencies refer | Peter Eisentraut | 2000-08-31 | 1 | -4/+4 |
| * | Cleanup of code for creating index entries. Functional indexes with | Tom Lane | 2000-07-14 | 2 | -60/+10 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -4/+3 |
| * | 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 | 2 | -24/+38 |
| * | Generated header files parse.h and fmgroids.h are now copied into | Tom Lane | 2000-05-29 | 1 | -3/+1 |
| * | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane | 2000-05-28 | 2 | -17/+33 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 3 | -13/+16 |
| * | Cache fmgr lookup data for index's getnext() function in IndexScanDesc, | Tom Lane | 2000-03-14 | 2 | -5/+19 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -6/+8 |
| * | Add: | Bruce Momjian | 2000-01-26 | 3 | -6/+9 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -16/+22 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -5/+5 |
| * | Repair bugs discussed in pghackers thread of 15 May 1999: creation of a | Tom Lane | 1999-12-30 | 2 | -35/+44 |
| * | New LDOUT makefile variable for QNX os. | Bruce Momjian | 1999-12-13 | 1 | -2/+2 |
| * | Make LD -r as macros that can be changed for QNX. | Bruce Momjian | 1999-12-09 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -2/+2 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -3/+3 |
| * | 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 | 2 | -15/+53 |
| * | 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 | 3 | -6/+6 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 2 | -8/+8 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 3 | -10/+3 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -2/+1 |
| * | Cleanup of /include #include's, for 6.6 only. | Bruce Momjian | 1999-07-14 | 1 | -1/+2 |
| * | 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 | 2 | -9/+9 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 3 | -10/+10 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -3/+2 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -3/+3 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -5/+3 |
| * | Here's a combination of all the patches I'm currently waiting | Bruce Momjian | 1998-10-02 | 1 | -3/+5 |
| * | Allow 8-key indexes. | Bruce Momjian | 1998-09-23 | 1 | -2/+2 |
| * | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 | 1 | -5/+3 |
| * | Fix for indexing problems. | Bruce Momjian | 1998-09-02 | 1 | -18/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 2 | -21/+16 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 3 | -12/+12 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 3 | -47/+72 |
| * | 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 | 2 | -24/+2 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -15/+25 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -18/+17 |
| * | ASSERT fixes. | Bruce Momjian | 1998-04-06 | 1 | -3/+3 |