| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for constbyval . | Bruce Momjian | 1998-10-01 | 1 | -3/+2 |
| * | Allow 8-key indexes. | Bruce Momjian | 1998-09-23 | 4 | -8/+8 |
| * | AIX align fix. | Bruce Momjian | 1998-09-08 | 1 | -2/+2 |
| * | Alignment cleanup so no more massive switch statements for alignment, | Bruce Momjian | 1998-09-07 | 1 | -33/+4 |
| * | [Part #1: Type: text/plain, Encoding: 7bit, Size: 59] | Bruce Momjian | 1998-09-03 | 1 | -1/+49 |
| * | Fix for indexing problems. | Bruce Momjian | 1998-09-02 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 19 | -257/+259 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 16 | -179/+179 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-30 | 1 | -99/+226 |
| * | Prevent file descriptor leak from failed COPY. | Bruce Momjian | 1998-08-29 | 1 | -6/+16 |
| * | Fix scanner name length trimming. | Bruce Momjian | 1998-08-29 | 1 | -1/+3 |
| * | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian | 1998-08-29 | 2 | -9/+9 |
| * | vacuum fix. | Bruce Momjian | 1998-08-28 | 1 | -13/+7 |
| * | Hi all, | Bruce Momjian | 1998-08-28 | 1 | -6/+4 |
| * | Fix atttypmod alignment again, and re-enable ecpg. | Bruce Momjian | 1998-08-26 | 1 | -20/+20 |
| * | Make attalign match type alignment. | Bruce Momjian | 1998-08-26 | 1 | -6/+21 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -0/+48 |
| * | o note that now pg_database has a new attribuite "encoding" even | Bruce Momjian | 1998-08-24 | 3 | -12/+64 |
| * | update fixes. | Bruce Momjian | 1998-08-20 | 1 | -3/+2 |
| * | fix for index problem. | Bruce Momjian | 1998-08-20 | 1 | -2/+2 |
| * | Another vacuum fix. | Bruce Momjian | 1998-08-20 | 1 | -8/+9 |
| * | Fix for vacuum introduced today. | Bruce Momjian | 1998-08-19 | 1 | -8/+11 |
| * | Vacuum cleanup. | Bruce Momjian | 1998-08-19 | 1 | -154/+155 |
| * | Vacuum fix. Was modifying cache. | Bruce Momjian | 1998-08-19 | 1 | -211/+221 |
| * | Fix for vacuum updating problem. | Bruce Momjian | 1998-08-19 | 1 | -5/+4 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 15 | -588/+373 |
| * | Change owner from oid to int4 type. | Bruce Momjian | 1998-08-11 | 1 | -5/+5 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 5 | -23/+14 |
| * | MergeSort was sometimes called mergejoin and was confusing. Now | Bruce Momjian | 1998-08-04 | 1 | -4/+5 |
| * | EXPLAIN VERBOSE prints the plan, and now pretty-prints the plan to | Bruce Momjian | 1998-08-04 | 1 | -4/+7 |
| * | Make EXPLAIN show output more clearly. | Bruce Momjian | 1998-08-04 | 1 | -3/+3 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 10 | -127/+47 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-07-26 | 8 | -74/+26 |
| * | I really hope that I haven't missed anything in this one... | Marc G. Fournier | 1998-07-24 | 9 | -544/+100 |
| * | 1) Queries using the having clause on base tables should work well | Bruce Momjian | 1998-07-19 | 1 | -1/+4 |
| * | Add auto-size to screen to \d? commands. Use UNION to show all | Bruce Momjian | 1998-07-18 | 2 | -16/+16 |
| * | Fix for COPY problem and atttypmod. | Bruce Momjian | 1998-07-15 | 1 | -3/+3 |
| * | Fix explain for union and inheritance. Rename Append structure | Bruce Momjian | 1998-07-15 | 1 | -1/+36 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 1 | -5/+5 |
| * | Print relation name before vacuum, results after vacuum. | Bruce Momjian | 1998-07-12 | 1 | -3/+4 |
| * | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier | 1998-07-09 | 1 | -6/+6 |
| * | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian | 1998-06-27 | 1 | -2/+2 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-06-19 | 1 | -15/+9 |
| * | More mb patches. | Bruce Momjian | 1998-06-16 | 1 | -0/+527 |
| * | Hi, here are the patches to enhance existing MB handling. This time | Bruce Momjian | 1998-06-16 | 2 | -2/+66 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 16 | -207/+13 |
| * | Show backend status on ps command line. Remove unused args from | Bruce Momjian | 1998-06-04 | 3 | -11/+11 |
| * | Change parameters to func_error(). | Thomas G. Lockhart | 1998-05-09 | 1 | -3/+3 |
| * | What I've done: | Bruce Momjian | 1998-05-06 | 1 | -10/+3 |
| * | show the index used in an explain | Marc G. Fournier | 1998-04-27 | 1 | -2/+9 |