| Commit message (Expand) | Author | Age |
* | Rename strNcpy to StrNCpy, and change third parameter. | Bruce Momjian | 1997-10-25 |
* | Debug stuff added to BlowawayRelationBuffers(). | Vadim B. Mikheev | 1997-10-22 |
* | Decrement relation reference count incremented in | Vadim B. Mikheev | 1997-10-12 |
* | Blowaway relation buffers from buffer pool before truncation: | Vadim B. Mikheev | 1997-09-22 |
* | Have to PROC_INCR_SLOCK before return. | Vadim B. Mikheev | 1997-09-22 |
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 |
* | Inline frequently called functions. | Bruce Momjian | 1997-09-18 |
* | heapattr functions now return a Datum, not char *. | Bruce Momjian | 1997-09-12 |
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 |
* | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 |
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
* | Cleanups needed for indent. Remove }; | Bruce Momjian | 1997-09-05 |
* | Major patch to speed up backend startup after profiling analysis. | Bruce Momjian | 1997-08-24 |
* | Remove unused spin function when no spinlocks. | Bruce Momjian | 1997-08-21 |
* | Changes for Digital Unix | Marc G. Fournier | 1997-08-20 |
* | Make functions static where possible, enclose unused functions in #ifdef NOT_... | Bruce Momjian | 1997-08-19 |
* | Now that names are null terminated, no need to do all that NAMEDATALEN stuff. | Bruce Momjian | 1997-08-18 |
* | Reduce open() calls. Replace fopen() calls with calls to fd.c functions. | Bruce Momjian | 1997-08-18 |
* | Fixes for alphalinux port by abrams@philos.umass.edu | Marc G. Fournier | 1997-08-17 |
* | 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-12 |
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 |
* | mkLinux patches from Tatsuo Ishii. | Bruce Momjian | 1997-07-29 |
* | Added SCO support, from Daniel Harris. | Bruce Momjian | 1997-07-28 |
* | Various compile errors concerning overflow due to shifts, unsigned, and bad p... | Bruce Momjian | 1997-07-24 |
* | From: Robert Bruccoleri <bruc@bms.com> | Marc G. Fournier | 1997-06-11 |
* | From: "D'Arcy J.M. Cain" <darcy@druid.net> | Marc G. Fournier | 1997-06-06 |
* | From: Phil Nelson <phil@cs.wwu.edu> | Marc G. Fournier | 1997-06-06 |
* | Fix for large objects and case sensitivity, from Raymond Toy. | Bruce Momjian | 1997-06-05 |
* | AllocateFile(): | Vadim B. Mikheev | 1997-05-23 |
* | 1. Fix md memory leak: | Vadim B. Mikheev | 1997-05-22 |
* | 1. Cleanup (no more FreeFd - unuseful; others). | Vadim B. Mikheev | 1997-05-22 |
* | 1. LocalBufferSync(): set nextFreeLocalBuf to 0 - we're freeing | Vadim B. Mikheev | 1997-05-20 |
* | mdcreate(): | Vadim B. Mikheev | 1997-05-06 |
* | Various patches not commited, plus a linux/sparc patch from | Marc G. Fournier | 1997-04-24 |
* | CommitInfoNeedsSave[buffer - 1] = 0 | Vadim B. Mikheev | 1997-04-18 |
* | PrintBufferUsage() changed to report about shared, local and direct | Vadim B. Mikheev | 1997-04-18 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-28 |
* | From: Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1997-03-15 |
* | From: Dan McGuirk <mcguirk@indirect.com> | Marc G. Fournier | 1997-03-12 |
* | Make the error message output by AllocateFile() if failes to | Marc G. Fournier | 1997-02-20 |
* | Remove hardcoded 20000 and change to BootstrapObjectIdData. | Bruce Momjian | 1997-02-14 |
* | Remove WIN32 defines. They never worked. | Bruce Momjian | 1997-02-14 |
* | Fix naming from proc to prio to fix previous patch. | Bruce Momjian | 1997-02-13 |
* | Patch from Massimo Dal Zotto <dz@cs.unitn.it> | Marc G. Fournier | 1997-02-12 |
* | Assign priorities when creating jobs in lock queue. | Bruce Momjian | 1997-02-11 |
* | Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf | Marc G. Fournier | 1997-01-27 |
* | Change next to nextstep where missed. | Bruce Momjian | 1997-01-26 |
* | Fix typo in struct name. | Bruce Momjian | 1997-01-26 |