| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 | 5 | -7/+10 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 | 3 | -12/+3 |
* | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier | 1997-06-11 | 1 | -1/+4 |
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-06-06 | 1 | -1/+3 |
* | From: Phil Nelson <phil@cs.wwu.edu> | Marc G. Fournier | 1997-06-06 | 1 | -1/+37 |
* | Fix for large objects and case sensitivity, from Raymond Toy. | Bruce Momjian | 1997-06-05 | 1 | -3/+3 |
* | AllocateFile(): | Vadim B. Mikheev | 1997-05-23 | 1 | -2/+2 |
* | 1. Fix md memory leak: | Vadim B. Mikheev | 1997-05-22 | 2 | -56/+136 |
* | 1. Cleanup (no more FreeFd - unuseful; others). | Vadim B. Mikheev | 1997-05-22 | 1 | -83/+58 |
* | 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing | Vadim B. Mikheev | 1997-05-20 | 1 | -6/+7 |
* | mdcreate(): | Vadim B. Mikheev | 1997-05-06 | 1 | -10/+12 |
* | Various patches not commited, plus a linux/sparc patch from | Marc G. Fournier | 1997-04-24 | 1 | -1/+34 |
* | CommitInfoNeedsSave[buffer - 1] = 0 | Vadim B. Mikheev | 1997-04-18 | 1 | -2/+6 |
* | PrintBufferUsage() changed to report about shared, local and direct | Vadim B. Mikheev | 1997-04-18 | 3 | -14/+41 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-28 | 2 | -2/+19 |