Commit Graph

48 Commits (100dd889d6976e4897a017e47445952b0fb48b62)

Author SHA1 Message Date
Peter Eisentraut 6a68f42648 The heralded `Grand Unified Configuration scheme' (GUC) 26 years ago
Bruce Momjian a47e20b049 Several compilation and run-time problems occur when building on SGI 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 5c25d60244 Add: 26 years ago
Peter Eisentraut 1cd4c14116 Fixed all elog related warnings, as well as a few others. 26 years ago
Tom Lane 316c4c57e2 Clean up some problems in error recovery --- elog() was pretty broken 26 years ago
Bruce Momjian df723a8a8a exit recursion fix from Massimo 26 years ago
Bruce Momjian 17d819c093 Fix for recusive exit call from Massimo. 26 years ago
Bruce Momjian 5883563208 Re-add mention of FAQ's for shared memory/ipc errors. 26 years ago
Vadim B. Mikheev 4793740367 XLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown. 26 years ago
Bruce Momjian 3406901a29 Move some system includes into c.h, and remove duplicates. 27 years ago
Bruce Momjian 07842084fe pgindent run over code. 27 years ago
Tom Lane 9d197856dd Rearrange handling of MAXBACKENDS a little bit. The default setting 27 years ago
Bruce Momjian 6724a50787 Change my-function-name-- to my_function_name, and optimizer renames. 27 years ago
Bruce Momjian 58fdae0ddf Fix for indexing problems. 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
Marc G. Fournier 7414d61950 From: Massimo Dal Zotto <dz@cs.unitn.it> 27 years ago
Bruce Momjian 76dd88f10b Reverse out unused patch. 28 years ago
Bruce Momjian 2a8996f631 Print relation name before vacuum, results after vacuum. 28 years ago
Bruce Momjian 48a94aaf51 Rename proc_exit_clear to on_exit_reset. 28 years ago
Bruce Momjian e747c58718 Fix for hang after postmaster restart. Add new proc_exit and 28 years ago
Bruce Momjian cfef6ef4ff cleanups 28 years ago
Bruce Momjian 8ed5918faa Solaris cleanup. 28 years ago
Bruce Momjian 6ab714e3e8 Cleanup UsePrivateMemory define. 28 years ago
Bruce Momjian 94cc3abe60 Cleanups. 28 years ago
Bruce Momjian 6bd323c6b3 Remove un-needed braces around single statements. 28 years ago
Bruce Momjian 212c905e2c Remove fork()/exec() and only do fork(). Small cleanups. 28 years ago
Marc G. Fournier 6a9627e792 Last minute clean up for SunOS... 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
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 28 years ago
Bruce Momjian 8cb4154492 Inline frequently called functions. 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
Bryan Henderson 5e98c40129 Change the way ipc.h is included because sys/ipc.h on Ultrix is broken. 29 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 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
Marc G. Fournier 6fac4602ae Clean up Makefile(s) 29 years ago
Marc G. Fournier 4df1a41478 more removals of PORTNAME_* 29 years ago
Marc G. Fournier 988a9adfbd This is a fix to be included in 1.02.1. It adds a tip for people 30 years ago
Marc G. Fournier 31cae34d07 multiple define of 'union semun' removed 30 years ago
Marc G. Fournier ffae4ebde9 Brought in NEOSOFT's port to i386_solaris 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago