| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix handling of type tuple associated with a temp relation. We have | Tom Lane | 2000-06-20 | 1 | -6/+12 |
| * | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 | 1 | -133/+115 |
| * | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 | 1 | -4/+4 |
| * | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian | 2000-06-07 | 1 | -2/+2 |
| * | Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. | Tom Lane | 2000-06-06 | 1 | -4/+10 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -26/+29 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -1/+8 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | Update for index change. Semes it didn't work the first time. | Bruce Momjian | 2000-01-24 | 1 | -7/+5 |
| * | Remove Ops parameter from STATRELID cache lookup, for Tom Lane and | Bruce Momjian | 2000-01-24 | 1 | -8/+8 |
| * | Replace SearchSysCacheGetAttribute with SysCacheGetAttr, which fetches | Tom Lane | 2000-01-23 | 1 | -129/+31 |
| * | Cleanup for pg_statistic commit. | Bruce Momjian | 1999-11-24 | 1 | -2/+3 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -24/+36 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -149/+180 |
| * | Changed pg_rewrite attributes ev_qual and ev_action to the new | Jan Wieck | 1999-11-18 | 1 | -1/+2 |
| * | Commit to make clearer distinction for temp names and real names. | Bruce Momjian | 1999-11-16 | 1 | -2/+2 |
| * | Allow indexes on system catalogs for use in cache code. | Bruce Momjian | 1999-11-01 | 1 | -18/+7 |
| * | Removed (useless) pg_proc_prosrc_index | Jan Wieck | 1999-09-30 | 1 | -12/+1 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -6/+13 |
| * | Intercept temp table lookups further up to map temp names. | Bruce Momjian | 1999-09-04 | 1 | -1/+12 |
| * | Move get_attdisbursion to lsyscache. Clean up get_typdefault. | Tom Lane | 1999-08-09 | 1 | -110/+1 |
| * | Reverse out cache changes that are not ready yet. | Bruce Momjian | 1999-07-20 | 1 | -8/+19 |
| * | Use -ieee alpha flag for gcc and egcs only. | Bruce Momjian | 1999-07-20 | 1 | -19/+8 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+1 |
| * | Final cleanup | Bruce Momjian | 1999-07-16 | 1 | -12/+6 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -6/+1 |
| * | Fix for \do and ceil()/float. | Bruce Momjian | 1999-07-07 | 1 | -2/+2 |
| * | Clean up inefficient and just plain bad code in some hot-spot | Tom Lane | 1999-05-29 | 1 | -41/+47 |
| * | Another pgindent run. Sorry folks. | Bruce Momjian | 1999-05-25 | 1 | -2/+2 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -11/+11 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -8/+8 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -9/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -13/+15 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -19/+19 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -66/+145 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -3/+3 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -27/+15 |
| * | Fix CACHEDEBUG debugging statements; usually not used and apparently | Thomas G. Lockhart | 1998-05-09 | 1 | -5/+5 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -9/+9 |
| * | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | 1 | -8/+8 |
| * | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | 1 | -2/+2 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -2/+1 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -6/+6 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -6/+6 |
| * | Now we are able to CREATE PROCEDURAL LANGUAGE (Thanks, Jan). | Vadim B. Mikheev | 1997-10-28 | 1 | -6/+15 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 1 | -2/+2 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -3/+3 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -4/+4 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -38/+38 |