Commit Graph

53 Commits (25e950fca4afc56325206847134c3c0c99f0be36)

Author SHA1 Message Date
Marc G. Fournier 242625f26b From: Bryan Henderson <bryanh@giraffe.netgate.net> 28 years ago
Bruce Momjian c17fa36d3c Add Unix domain socket support, from Goran Thyni, goran@bildbasen.se 28 years ago
Vadim B. Mikheev 32cd09ac6d Good Bye, Time Travel! 28 years ago
Bruce Momjian f3af1368bd Rename strNcpy to StrNCpy, and change third parameter. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Vadim B. Mikheev 8f1e1b4551 No more SortTuplesInTree... 28 years ago
Vadim B. Mikheev 10971a6f81 Allow set max number of tuples in leftist tree for sorts 28 years ago
Vadim B. Mikheev feb78cda0c -S need in optarg... 28 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 28 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 28 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 28 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 28 years ago
Bruce Momjian fd86ae151a Cleanup global variables, remove stable memory stuff. 28 years ago
Bruce Momjian edb58721b8 Fix pgproc names over 15 chars in output. Add strNcpy() function. remove some (void) casts that are unnecessary. 29 years ago
Bruce Momjian cc24b846dd psort cleanups. 29 years ago
Bruce Momjian 8fd7db8163 Another fix. 29 years ago
Bruce Momjian f5f366e188 Allow internal sorts to be stored in memory rather than in files. 29 years ago
Thomas G. Lockhart e1d9cf096c Remove some unnecessary include statements (comment out with #ifdef FALSE). 29 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 29 years ago
Bruce Momjian 3ac9d2fff3 Various compile errors concerning overflow due to shifts, unsigned, and bad prototypes, from Solaris, from Diab Jerius 29 years ago
Marc G. Fournier e9f37a7410 Somewhat backwards #ifdef's for HAVE_GETRUSAGE 29 years ago
Marc G. Fournier 7a7a9b1a04 Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriate 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Marc G. Fournier fb70587c1d Patch from Massimo Dal Zotto <dz@cs.unitn.it> 29 years ago
Marc G. Fournier 9cabea224c Change references to NEED_RUSAGE to HAVE_RUSAGE 29 years ago
Marc G. Fournier 6ab9db7b78 Apply usage patches for European Dates patch from Keith 29 years ago
Bruce Momjian 1836ce2c81 Change next to nextstep where missed. 29 years ago
Marc G. Fournier 632c44d829 Bring in a patch from Keith Parks to move the use of European dates 29 years ago
Bryan Henderson 05b0f22900 Eliminate dupliclate definition of external variables reldesc and DataDir. 29 years ago
Bruce Momjian e8f43854ac pq/signal() portability patch. Also psql copy prompt fix. 29 years ago
Bruce Momjian 8cedf57eb1 Reduce printing from debug level 2 ande layout change. 29 years ago
Bruce Momjian 79b1a0ff35 Allow all empty queries to return EMPTY. 29 years ago
Bryan Henderson e2a8163c40 Remove linux define of __USE_POSIX, which doesn't appear to do anything. 29 years ago
Bryan Henderson aef6163388 Remove old GetPGData reference that causes warning. 29 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 29 years ago
Bruce Momjian 13d44b4aac Warning removal cleanup 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 29 years ago
Bryan Henderson bf5cbbf789 Quiet compiler warnings. 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Bruce Momjian 18bbad7696 Remove OPENLINK define 29 years ago
Marc G. Fournier c9002ecb21 Produce a clean compile of backend... 29 years ago
Marc G. Fournier df6a9e633c more removal of PORTNAME_* 29 years ago
Marc G. Fournier f1c95ed41e Fix memset() call, variables being passed in wrong order. 29 years ago
Bruce Momjian 86be8677a9 Added consistent include file handling for MAXHOSTNAMELEN. 29 years ago
Marc G. Fournier f8009e1786 The remainder of D'Arcy's changes, most notibly the usage of SIGNAL_ARGS 29 years ago
Marc G. Fournier 906651f663 There is a bug in the function executor. The backend crashes while trying to 29 years ago
Marc G. Fournier 796f78998e Fixes: 29 years ago
Marc G. Fournier c3673c0345 More run-time checking errors: 29 years ago
Marc G. Fournier bb0bdfd101 Fixes: 30 years ago
Marc G. Fournier 5108a5b320 More merges from Dr. George's tree... 30 years ago