Commit Graph

153 Commits (e26c539e9f326ea843c0ed005af093b56b55cd4d)

Author SHA1 Message Date
Bruce Momjian cf1d2165b3 Fix comment spacing. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Tom Lane b04bdf1290 Reduce ReleaseLruFile failure from FATAL to ERROR grade; offhand I don't 26 years ago
Tom Lane e1c76c2533 Change fd.c so that temp files are closed and deleted at 26 years ago
Tom Lane db3c4c3a2d Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend 26 years ago
Vadim B. Mikheev 30659d43eb Transaction log manager core code. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 9b645d481c Update #include cleanups 27 years ago
Bruce Momjian 4b2c2850bf Clean up #include in /include directory. Add scripts for checking includes. 27 years ago
Bruce Momjian 0cf1b79528 Cleanup of /include #include's, for 6.6 only. 27 years ago
Bruce Momjian 70ce98b77a Rename pg_temp to pg_sorttemp so it does not conflict with temp table names. 27 years ago
Bruce Momjian 278bbf4572 Make functions static or NOT_USED as appropriate. 27 years ago
Bruce Momjian fcff1cdf4e Another pgindent run. Sorry folks. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane c1167a08ca Add 'temporary file' facility to fd.c, and arrange for temp 27 years ago
Bruce Momjian 58118db39d Add new postgres -O option to allow system table structure changes. 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 9322950aa4 Cleanup of source files where 'return' or 'var =' is alone on a line. 27 years ago
Tom Lane 3d87216ab9 Get rid of some minor compiler warnings. 27 years ago
Bruce Momjian fa1a8d6a97 OK, folks, here is the pgindent output. 27 years ago
Bruce Momjian af74855a60 Renaming cleanup, no pgindent yet. 27 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 4b6fcc4459 Remove GetDatabaseName/Path and use globals. Make consts later. 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 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 7d1f2f8a27 Support alternate database locations. 28 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 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 022903f22e Reduce open() calls. Replace fopen() calls with calls to fd.c functions. 28 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian 79e78f0b80 Added SCO support, from Daniel Harris. 29 years ago
Vadim B. Mikheev d865228807 AllocateFile(): 29 years ago
Vadim B. Mikheev ff8ce5230d 1. Cleanup (no more FreeFd - unuseful; others). 29 years ago
Marc G. Fournier 2280e62d39 Make the error message output by AllocateFile() if failes to 29 years ago
Bruce Momjian 31c8e94b34 Remove WIN32 defines. They never worked. 29 years ago
Marc G. Fournier a246e87d12 Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconf 29 years ago
Marc G. Fournier ef228cb170 From: Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Bruce Momjian fd12c8f85e Fixed Assert check where ! should be !=. 29 years ago
Bryan Henderson 634b38aa86 Add asserts to check for file descriptor ring corruption. 29 years ago
Bryan Henderson 9005a38bdb Change portname "sparc" to "sunos4" and change some portname dependencies to 29 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 29 years ago
Marc G. Fournier ce4c0ce1de Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> 29 years ago
Bruce Momjian 18bbad7696 Remove OPENLINK define 29 years ago
Marc G. Fournier 4df1a41478 more removals of PORTNAME_* 29 years ago
Marc G. Fournier e7c3adcd94 *** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996 29 years ago
Marc G. Fournier 5108a5b320 More merges from Dr. George's tree... 30 years ago