| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update #include cleanups | Bruce Momjian | 1999-07-16 | 1 | -2/+2 |
| * | Remove unused #includes in *.c files. | Bruce Momjian | 1999-07-15 | 1 | -15/+1 |
| * | pgindent run over code. | Bruce Momjian | 1999-05-25 | 1 | -33/+39 |
| * | Change error messages to oids come out as %u and not %d. Change has no | Bruce Momjian | 1999-05-10 | 1 | -3/+3 |
| * | Done. | Bruce Momjian | 1999-03-14 | 1 | -15/+32 |
| * | Ok. I found an align problem in lobj that might not appear other than | Bruce Momjian | 1999-02-22 | 1 | -2/+3 |
| * | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | 1 | -3/+3 |
| * | Large object write-into-middle fix from Tatsuo Ishii. | Bruce Momjian | 1999-02-04 | 1 | -2/+8 |
| * | 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 | -10/+5 |
| * | The following patch finishes primary key support. Previously, when | Bruce Momjian | 1999-01-21 | 1 | -2/+2 |
| * | Initial MVCC code. | Vadim B. Mikheev | 1998-12-15 | 1 | -9/+9 |
| * | Fix for lo_import crash. | Bruce Momjian | 1998-12-13 | 1 | -2/+2 |
| * | New HeapTuple structure/interface. | Vadim B. Mikheev | 1998-11-27 | 1 | -51/+53 |
| * | Fix for double free from Tatsuo Ishii | Bruce Momjian | 1998-10-06 | 1 | -3/+2 |
| * | offsetof cleanup. | Bruce Momjian | 1998-09-04 | 1 | -3/+3 |
| * | t_bits alignment fix from Tatsuo Ishii | Bruce Momjian | 1998-09-04 | 1 | -3/+5 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -41/+41 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -26/+26 |
| * | Fix 'd ' should be 'd'. | Bruce Momjian | 1998-08-27 | 1 | -2/+1 |
| * | update fixes. | Bruce Momjian | 1998-08-20 | 1 | -5/+3 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -62/+61 |
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -2/+2 |
| * | Use Snapshot in heap access methods. | Vadim B. Mikheev | 1998-07-27 | 1 | -4/+8 |
| * | Theses buffer leaks are caused by indexes that are kept open between | Bruce Momjian | 1998-07-21 | 1 | -4/+50 |
| * | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | 1 | -5/+1 |
| * | This patch... | Bruce Momjian | 1998-04-27 | 1 | -13/+13 |
| * | Hi, | Bruce Momjian | 1998-04-06 | 1 | -5/+3 |
| * | Pass attypmod through to executor by adding to Var and Resdom. | Bruce Momjian | 1998-02-10 | 1 | -5/+6 |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -6/+6 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 1 | -5/+5 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 1 | -5/+5 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 1 | -5/+1 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -4/+6 |
| * | Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog. | Bruce Momjian | 1997-11-28 | 1 | -3/+3 |
| * | Rename heap_create to heap_create_and_catatlog, rename heap_creatr to heap_cr... | Bruce Momjian | 1997-11-28 | 1 | -2/+2 |
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -11/+2 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 1 | -7/+4 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -4/+4 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 1 | -15/+11 |
| * | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 | 1 | -6/+6 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -17/+17 |
| * | Add typdefs to pgindent run. | 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 | -77/+77 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 1 | -909/+968 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 1 | -1/+3 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 1 | -5/+5 |
| * | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | 1 | -2/+2 |
| * | Fix for large objects and case sensitivity, from Raymond Toy. | Bruce Momjian | 1997-06-05 | 1 | -3/+3 |
| * | Add include files needed for stat(). | Bruce Momjian | 1997-01-18 | 1 | -1/+3 |