Commit Graph

673 Commits (7ac541daf1b0bba6274f280eedba01166f97cbe8)
 

Author SHA1 Message Date
Marc G. Fournier 7ac541daf1 moved man pages here, as requested by Bryan 29 years ago
Marc G. Fournier 389fe48cbb Removed man pages...moved to src/man 29 years ago
Bryan Henderson 65a10b1be6 Missed this part when I eliminated $(srcdir); src/bin stuff won't compile. 29 years ago
Bryan Henderson 6b135c9391 Use port-protos.h instead of trying to declare random() and srandom() 29 years ago
Bryan Henderson 902d2b8bac Use -Wno-error option only if compiler is gcc. 29 years ago
Bryan Henderson b4d689070e Use -W options only if compiler is gcc. 29 years ago
Bryan Henderson 200d4a4ec3 Include stdlib.h to gives its NULL, etc. definitions precedence over ours. 29 years ago
Bruce Momjian 25b4ca4284 Added percentage to CASSERT comment. 29 years ago
Marc G. Fournier 07a65b2255 Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com> 29 years ago
Bryan Henderson 0cec8fe26c Fix syntax error introduced in last update. 29 years ago
Bryan Henderson b20766ccc4 Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR. 29 years ago
Bryan Henderson fdc1cf2434 Make shared library builds work for BSD44_derived. 29 years ago
Bryan Henderson b269793975 Forgot in yesterday's make file blitz. 29 years ago
Bryan Henderson d7dd9295b7 End of the make file simplifications. 29 years ago
Bryan Henderson 594525aec1 Put shared libraries in main directory, not obj/ 29 years ago
Marc G. Fournier c8708c5f9b Fix for finding the include files 29 years ago
Bryan Henderson b5499249e5 Quiet compiler warnings. 29 years ago
Bryan Henderson 17befd6c69 Use new utils/version.c instead of backend/utils/init/magic.c. 29 years ago
Bryan Henderson bbe89089c8 Add dependency for install. 29 years ago
Bryan Henderson f45b50cfe0 Add install dependency. 29 years ago
Bryan Henderson 4f1e59f72b Fix bug where it tries to do a cleardbdir when you make install. 29 years ago
Marc G. Fournier c7ce63e04c Add include file postgres.h 29 years ago
Marc G. Fournier 39b4a0505f Add a blank install target so that 'make install' works 29 years ago
Marc G. Fournier 64f80c76d8 fix 'conflicting types' errors 29 years ago
Marc G. Fournier b99e3b0ccc Add missing include errno.h 29 years ago
Bryan Henderson b0961b3974 Goes with the recently added src/utils/version.c, will replace some stuff in 29 years ago
Bruce Momjian a157098f7c Fixed double pfree on opaque. 29 years ago
Bryan Henderson bf80f41ec1 Add utils directory for cross-subsystem tools to keep make files from having 29 years ago
Bryan Henderson 6f708e42d1 Makefile simplification: the "bin" chapter 29 years ago
Bryan Henderson a7511908e1 Add DASH_N, BACKSLASH_C variables, moved from postgres.shell.mk. 29 years ago
Marc G. Fournier 58413fd9fc ----- 29 years ago
Marc G. Fournier 41b8c2c849 As proposed, 29 years ago
Marc G. Fournier 2bdded3540 Various cleanups from D'Arcy 29 years ago
Marc G. Fournier 6913c8b4a4 Add an abort() call to ExceptionalCondition so that is Assert is 29 years ago
Marc G. Fournier 9fc64aefe1 change include c.h to postgres.h 29 years ago
Bruce Momjian 42a344683a Remove warnings when readline is not used. 29 years ago
Bruce Momjian 13d44b4aac Warning removal cleanup 29 years ago
Bruce Momjian 8d9be647dc Moved -Werror to COPT. 29 years ago
Bruce Momjian 1a5b4b9ffe Removed -Wmissing-declaration. 29 years ago
Bryan Henderson 60915ed2c2 Change gmake to $(MAKE) so backend compiles on system with no "gmake". 29 years ago
Bruce Momjian 77f8dff617 prototype cleanup 29 years ago
Bryan Henderson 08029facb3 Recognize dependencies more reliably. 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
Bryan Henderson 2e21b7e4bc Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). 29 years ago
Bryan Henderson 9f1b6bf7db Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin. 29 years ago
Bryan Henderson 4e70c05979 Add #include <unistd.h> to quiet warning about missing getopt() declaration. 29 years ago
Bryan Henderson 0e5ab3655c Remove #include <regex.h> so it compiles on systems with GNU regex library. 29 years ago
Bryan Henderson 5d9e25c5ff Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. 29 years ago
Bryan Henderson d7806dc5ee Make it find inet_aton.h so backend compiles on Solaris. 29 years ago