| 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 |
| * | Rename and document some invalidation routines to make it clearer that | Tom Lane | 2001-01-05 | 1 | -11/+30 |
| * | A catalog cache that never caches isn't much of a cache :-(. Mea culpa. | Tom Lane | 2000-11-24 | 1 | -13/+15 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -177/+214 |
| * | Clean up syscache so that recursive invocation is safe, and remove error | Tom Lane | 2000-11-10 | 1 | -328/+211 |
| * | Ensure that catcache 'busy' flags are reset at transaction abort. | Tom Lane | 2000-08-06 | 1 | -7/+33 |
| * | Don't run in CacheMemoryContext more than necessary. | Tom Lane | 2000-07-02 | 1 | -150/+34 |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 1 | -35/+56 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -2/+2 |
| * | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 | 1 | -39/+25 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -22/+26 |
| * | 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 | -45/+54 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 1 | -95/+79 |
| * | Implement reindex command | Hiroshi Inoue | 2000-02-18 | 1 | -5/+10 |
| * | Squash longstanding memory leak: when catcache.c copied a tuple into | Tom Lane | 2000-02-04 | 1 | -12/+24 |
| * | Fix problems seen in parallel regress tests when SI buffer overruns (causing | Tom Lane | 2000-01-31 | 1 | -69/+49 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 | 1 | -3/+2 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -8/+8 |
| * | Some changes to prepare for LONG attributes. | Jan Wieck | 1999-12-16 | 1 | -2/+2 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -42/+77 |
| * | Repair problem exposed by Jan's new parallel-regression-test scaffold: | Tom Lane | 1999-11-21 | 1 | -14/+2 |
| * | New parallel regression test shell and related things. | Jan Wieck | 1999-11-19 | 1 | -1/+13 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -3/+3 |
| * | Allow indexes on system catalogs for use in cache code. | Bruce Momjian | 1999-11-01 | 1 | -1/+68 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -11/+10 |
| * | 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 | -5/+5 |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -7/+1 |
| * | Clean up #include in /include directory. Add scripts for checking includes. | Bruce Momjian | 1999-07-15 | 1 | -4/+1 |
| * | Fix for failure to clean SysCache entry when a relation is deleted | Tom Lane | 1999-06-04 | 1 | -37/+51 |
| * | Fix some latent bugs in dllist.c (carelessness about setting | Tom Lane | 1999-05-31 | 1 | -6/+8 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -2/+3 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -3/+3 |
| * | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | 1 | -5/+3 |
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -2/+1 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -7/+7 |
| * | Fix for vacuum and cache use. Fix for BSDI 4.0. | Bruce Momjian | 1998-10-12 | 1 | -1/+4 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -4/+4 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -15/+15 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -11/+7 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -2/+2 |
| * | Cleanup use of 16 that should be NAMEDATALEN. | Bruce Momjian | 1998-07-20 | 1 | -2/+2 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -15/+1 |
| * | Fix macros that were not properly surrounded by parens or braces. | Bruce Momjian | 1998-06-15 | 1 | -13/+23 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -2/+2 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -2/+2 |