Commit Graph

67 Commits (2e12331d42610e6489de85b5ca18644c0bf11f14)

Author SHA1 Message Date
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Marc G. Fournier 0227a4e114 From: "Denis V. Dmitrienko" <denis@null.net> 28 years ago
Marc G. Fournier dd26bef4ef #if aix changed to #if HAVE_SYS_SELECT_H 28 years ago
Bruce Momjian 6159ba3ab1 AIX patch from Darren King and Univel patch from Billy Allie, mostly 28 years ago
Marc G. Fournier d5bbe2aca5 From: Phil Thompson <phil@river-bank.demon.co.uk> 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 28 years ago
Marc G. Fournier 374bb5d261 Some *very* major changes by darrenk@insightdist.com (Darren King) 28 years ago
Bruce Momjian 31a697bf92 Yohoo UNIONS of VIEWS. 28 years ago
Bruce Momjian 679d39b9c8 Goodbye ABORT. Hello ERROR for all errors. 28 years ago
Bruce Momjian 0d9fc5afd6 Change elog(WARN) to elog(ERROR) and elog(ABORT). 28 years ago
Thomas G. Lockhart 8de20a3aed Use environment variable PGDATESTYLE on backend startup to initialize 28 years ago
Bruce Momjian c60f70b53f Rename pg_plan and pg_eval to be more meaningful. 28 years ago
Bruce Momjian 4a5b781d71 Break parser functions into smaller files, group together. 28 years ago
Thomas G. Lockhart b42e37bcde Change quickdie elog notice to a single message. 28 years ago
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. 28 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