| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inline fastgetattr and others so data access does not use function | Bruce Momjian | 1998-01-31 | 1 | -6/+6 |
| * | Lock cleanup | Bruce Momjian | 1998-01-28 | 1 | -12/+15 |
| * | More deadlock code to check for escallation locks. | Bruce Momjian | 1998-01-28 | 3 | -26/+107 |
| * | Deadlock ceallnup. | Bruce Momjian | 1998-01-27 | 1 | -6/+28 |
| * | Real deadlock detection. | Bruce Momjian | 1998-01-27 | 2 | -40/+119 |
| * | getpid/pid cleanup | Bruce Momjian | 1998-01-25 | 3 | -59/+24 |
| * | Fix a variety of locking problems like newer lock waiters getting | Bruce Momjian | 1998-01-23 | 2 | -4/+18 |
| * | LOCK_LEVEL is defined in an i386_solaris system file, causing the compile | Marc G. Fournier | 1998-01-23 | 1 | -5/+5 |
| * | Cleanup deadlock message. | Bruce Momjian | 1998-01-23 | 2 | -6/+6 |
| * | Some *very* major changes by darrenk@insightdist.com (Darren King) | Marc G. Fournier | 1998-01-13 | 2 | -7/+19 |
| * | Goodbye ABORT. Hello ERROR for all errors. | Bruce Momjian | 1998-01-07 | 17 | -73/+73 |
| * | Wrap the function in and #ifdef, not the header files | Marc G. Fournier | 1998-01-07 | 1 | -3/+2 |
| * | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | 17 | -73/+73 |
| * | Oops, missed adding a file | Marc G. Fournier | 1997-12-30 | 1 | -0/+65 |
| * | bring in alpha/linux s_lock changes | Marc G. Fournier | 1997-12-30 | 1 | -3/+2 |
| * | Major cleanout of PORTNAME variables from Makefiles...bound to screw up | Marc G. Fournier | 1997-12-20 | 7 | -35/+7 |
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 7 | -28/+42 |
| * | 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 |
| * | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | 1 | -2/+1 |
| * | More archive cleanup. | Bruce Momjian | 1997-11-21 | 1 | -11/+2 |
| * | Remove archive stuff. | Bruce Momjian | 1997-11-21 | 3 | -25/+19 |
| * | Remove all time travel stuff. Small parser cleanup. | Bruce Momjian | 1997-11-20 | 1 | -4/+4 |
| * | Support alternate database locations. | Thomas G. Lockhart | 1997-11-07 | 2 | -13/+26 |
| * | Good Bye, Time Travel! | Vadim B. Mikheev | 1997-11-02 | 2 | -19/+13 |
| * | Remove duplocate lock_timeout value. | Bruce Momjian | 1997-10-30 | 1 | -9/+2 |
| * | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 | 1 | -2/+2 |
| * | Debug stuff added to BlowawayRelationBuffers(). | Vadim B. Mikheev | 1997-10-22 | 1 | -1/+16 |
| * | Decrement relation reference count incremented in | Vadim B. Mikheev | 1997-10-12 | 2 | -12/+13 |
| * | Blowaway relation buffers from buffer pool before truncation: | Vadim B. Mikheev | 1997-09-22 | 1 | -1/+65 |
| * | Have to PROC_INCR_SLOCK before return. | Vadim B. Mikheev | 1997-09-22 | 1 | -2/+2 |
| * | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | 13 | -53/+53 |
| * | Inline frequently called functions. | Bruce Momjian | 1997-09-18 | 7 | -622/+99 |
| * | 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 | 17 | -178/+178 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 4 | -23/+23 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 25 | -1021/+1020 |
| * | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | 26 | -9462/+10162 |
| * | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 | 1 | -14/+14 |
| * | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 | 2 | -149/+39 |
| * | Remove unused spin function when no spinlocks. | Bruce Momjian | 1997-08-21 | 1 | -15/+1 |
| * | Changes for Digital Unix | Marc G. Fournier | 1997-08-20 | 1 | -2/+2 |
| * | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 | 15 | -52/+133 |
| * | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 | 3 | -35/+35 |
| * | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 | 2 | -53/+29 |
| * | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier | 1997-08-17 | 1 | -5/+9 |
| * | Remove more (void) and fix -Wall warnings. | Bruce Momjian | 1997-08-12 | 10 | -39/+39 |
| * | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so... | Bruce Momjian | 1997-08-12 | 1 | -3/+2 |
| * | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 | 1 | -2/+2 |
| * | mkLinux patches from Tatsuo Ishii. | Bruce Momjian | 1997-07-29 | 1 | -1/+41 |