Age | Commit message (Expand) | Author |
2000-01-26 | Add: | Bruce Momjian |
1999-12-16 | Some changes to prepare for LONG attributes. | Jan Wieck |
1999-11-24 | Rename heap_replace to heap_update. | Bruce Momjian |
1999-11-22 | Add system indexes to match all caches. | Bruce Momjian |
1999-09-18 | Mega-commit to make heap_open/heap_openr/heap_close take an | Tom Lane |
1999-07-18 | configure cleanup | Bruce Momjian |
1999-07-17 | Move some system includes into c.h, and remove duplicates. | Bruce Momjian |
1999-07-16 | Final cleanup. | Bruce Momjian |
1999-07-16 | Update #include cleanups | Bruce Momjian |
1999-07-15 | Change #include's to use <> and "" as appropriate. | Bruce Momjian |
1999-07-15 | Remove unused #includes in *.c files. | Bruce Momjian |
1999-05-25 | pgindent run over code. | Bruce Momjian |
1999-04-25 | My first cut at libpq revision didn't handle MULTIBYTE correctly, | Tom Lane |
1999-04-25 | Revise backend libpq interfaces so that messages to the frontend | Tom Lane |
1999-02-13 | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian |
1998-12-15 | Initial MVCC code. | Vadim B. Mikheev |
1998-11-27 | New HeapTuple structure/interface. | Vadim B. Mikheev |
1998-10-06 | Substantial rewrite of async.c to avoid problems with non-reentrant stdio | Tom Lane |
1998-09-01 | OK, folks, here is the pgindent output. | Bruce Momjian |
1998-09-01 | Renaming cleanup, no pgindent yet. | Bruce Momjian |
1998-08-30 | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1998-08-19 | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian |
1998-07-27 | Use Snapshot in heap access methods. | Vadim B. Mikheev |
1998-07-09 | From: Tom Lane <tgl@sss.pgh.pa.us> | Marc G. Fournier |
1998-06-27 | Fix for hang after postmaster restart. Add new proc_exit and | Bruce Momjian |
1998-06-15 | Remove un-needed braces around single statements. | Bruce Momjian |
1998-05-06 | What I've done: | Bruce Momjian |
1998-04-27 | This patch... | Bruce Momjian |
1998-04-01 | remove the call to port-protos.h ... | Marc G. Fournier |
1998-02-26 | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian |
1998-01-31 | Inline fastgetattr and others so data access does not use function | Bruce Momjian |
1998-01-25 | getpid/pid cleanup | Bruce Momjian |
1997-12-17 | Makefile cleaned up | Marc G. Fournier |
1997-12-06 | Add VARHDRSZ where needed. Many places just used 4. | Bruce Momjian |
1997-11-20 | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian |
1997-11-05 | Remove NOT_USED for Massimo. | Bruce Momjian |
1997-10-30 | Fix for compile warning, from Ernst Molitor. | Bruce Momjian |
1997-10-25 | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian |
1997-09-12 | heapattr functions now return a Datum, not char *. | Bruce Momjian |
1997-09-08 | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian |
1997-09-07 | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian |
1997-08-19 | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian |
1997-08-12 | Remove more (void) and fix -Wall warnings. | Bruce Momjian |
1997-08-12 | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian |
1997-08-03 | Cleanup for NAMEDATALEN use. | Bruce Momjian |
1997-03-10 | Massimo's Deadlock patches w/o the #ifdefs | Marc G. Fournier |
1997-01-24 | Switch over NEED_RUSAGE to HAVE_RUSAGE for configure | Marc G. Fournier |
1997-01-08 | Add include of port-protos.h so it works on Ultrix. Thanks Erik Bertelson. | Bryan Henderson |
1996-12-19 | More patches/documentation from: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier |
1996-12-19 | #ifdef ASYNC_DEBUG various sections of async.c | Marc G. Fournier |