| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -1/+2 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 1 | -2/+2 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 1 | -23/+83 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+6 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -1/+1 |
| * | Revise init_sequence so that it doesn't leak memory if the requested | Tom Lane | 1999-12-31 | 1 | -31/+31 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -1/+2 |
| * | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane | 1999-09-18 | 1 | -23/+5 |
| * | Move some system includes into c.h, and remove duplicates. | Bruce Momjian | 1999-07-17 | 1 | -2/+0 |
| * | Final cleanup. | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Change #include's to use <> and "" as appropriate. | Bruce Momjian | 1999-07-15 | 1 | -8/+8 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -4/+0 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -10/+10 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -3/+3 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -24/+18 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -3/+3 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -13/+16 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -20/+20 |
| * | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1998-08-25 | 1 | -0/+48 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -3/+3 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -13/+1 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -2/+0 |
| * | The buffer overrun while creating sequences turns out to be a read | Bruce Momjian | 1998-03-30 | 1 | -1/+3 |
| * | There's a patch attached to fix gcc 2.8.x warnings, except for the | Bruce Momjian | 1998-03-30 | 1 | -0/+6 |
| * | atttypmod now -1. | Bruce Momjian | 1998-02-07 | 1 | -1/+1 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -0/+1 |
| * | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | 1 | -20/+20 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -20/+20 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -2/+0 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -8/+8 |
| * | Add typdefs to pgindent run. | 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 | -102/+102 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -454/+470 |
| * | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 | 1 | -0/+3 |
| * | Oracle like currval behaviour. | Vadim B. Mikheev | 1997-06-02 | 1 | -21/+7 |
| * | Sequence numbers generators code. | Vadim B. Mikheev | 1997-04-02 | 1 | -0/+552 |