Commit Graph

139 Commits (fcd34f9f7ff561213beef97f93c32f415e35a79c)

Author SHA1 Message Date
Bruce Momjian db21523314 Back out char2-char16 removal. Add later. 28 years ago
Bruce Momjian 57b5966405 The following uuencoded, gzip'd file will ... 28 years ago
Bruce Momjian a32450a585 pgindent run before 6.3 release, with Thomas' requested changes. 28 years ago
Bruce Momjian 24cab6bd0d Goodbye register keyword. Compiler knows better. 28 years ago
Bruce Momjian 65faaf3046 atttypmod now -1. 28 years ago
Bruce Momjian 6009d70eab Set attcacheoff value to -1 for all tables. 28 years ago
Bruce Momjian c16ebb0f67 getpid/pid cleanup 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 1ac6d462b2 Bracket #define sigsetjmp() to avoid redefinition. Linux starts out with 28 years ago
Bruce Momjian f7f2e18f8e Remove tqual.h includes not needed. 28 years ago
Bruce Momjian e9e1ff226f Remove all time travel stuff. Small parser cleanup. 28 years ago
Bruce Momjian d0471244e6 Remove 16 char limit on system table/index names. Rename system indexes. 29 years ago
Bruce Momjian 3f365ba0fc Inline memset() as MemSet(). 29 years ago
Bruce Momjian 59f6a57e59 Used modified version of indent that understands over 100 typedefs. 29 years ago
Bruce Momjian 075cede748 Add typdefs to pgindent run. 29 years ago
Bruce Momjian 319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 29 years ago
Bruce Momjian 1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 29 years ago
Bruce Momjian 1d8bbfd2e7 Make functions static where possible, enclose unused functions in #ifdef NOT_USED. 29 years ago
Bruce Momjian b99c63cfc0 Now that names are null terminated, no need to do all that NAMEDATALEN stuff. 29 years ago
Bruce Momjian ea5b5357cd Remove more (void) and fix -Wall warnings. 29 years ago
Bruce Momjian c2010d8e4d fix for initdb --debug core dump, from Tatsuo Ishii 29 years ago
Marc G. Fournier 53d8be3bbf Date/Time updates from Thomas... 29 years ago
Marc G. Fournier b66569e41f From: Dan McGuirk <mcguirk@indirect.com> 29 years ago
Marc G. Fournier c19b247aec Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configure 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
Bryan Henderson e67cc8a346 Fix bug: -D options implies -d option. 30 years ago
Bryan Henderson f64b840387 Remove most compile-time options, add a few runtime options to make up for it. 30 years ago
Bryan Henderson 9f1b6bf7db Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin. 30 years ago
Marc G. Fournier f36b2560a4 Major code cleanups from D'arcy (-Wall -Werror) 30 years ago
Marc G. Fournier aa907f7d0c -Wall'd 30 years ago
Marc G. Fournier 927e5887a0 Added a #define NEED_SIG_JMP to config.h 30 years ago
Marc G. Fournier 1960a3b965 changed missed err() change to err_out() 30 years ago
Marc G. Fournier 9b7eb28ea5 Fixes: 30 years ago
Marc G. Fournier 7344d69898 Finished merging in src/backend from Dr. George's source tree 30 years ago
Marc G. Fournier 55aab6a434 fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} 30 years ago
Marc G. Fournier faf21935d1 fsync patch from openlink 30 years ago
Marc G. Fournier d31084e9d1 Postgres95 1.01 Distribution - Virgin Sources 30 years ago