Commit Graph

21656 Commits (15516c5f0b8c8209e23f36aa6e204e21bea19e6c)
 

Author SHA1 Message Date
Bryan Henderson 17befd6c69 Use new utils/version.c instead of backend/utils/init/magic.c. 30 years ago
Bryan Henderson bbe89089c8 Add dependency for install. 30 years ago
Bryan Henderson f45b50cfe0 Add install dependency. 30 years ago
Bryan Henderson 4f1e59f72b Fix bug where it tries to do a cleardbdir when you make install. 30 years ago
Marc G. Fournier c7ce63e04c Add include file postgres.h 30 years ago
Marc G. Fournier 39b4a0505f Add a blank install target so that 'make install' works 30 years ago
Marc G. Fournier 64f80c76d8 fix 'conflicting types' errors 30 years ago
Marc G. Fournier b99e3b0ccc Add missing include errno.h 30 years ago
Bryan Henderson b0961b3974 Goes with the recently added src/utils/version.c, will replace some stuff in 30 years ago
Bruce Momjian a157098f7c Fixed double pfree on opaque. 30 years ago
Bryan Henderson bf80f41ec1 Add utils directory for cross-subsystem tools to keep make files from having 30 years ago
Bryan Henderson 6f708e42d1 Makefile simplification: the "bin" chapter 30 years ago
Bryan Henderson a7511908e1 Add DASH_N, BACKSLASH_C variables, moved from postgres.shell.mk. 30 years ago
Marc G. Fournier 58413fd9fc ----- 30 years ago
Marc G. Fournier 41b8c2c849 As proposed, 30 years ago
Marc G. Fournier 2bdded3540 Various cleanups from D'Arcy 30 years ago
Marc G. Fournier 6913c8b4a4 Add an abort() call to ExceptionalCondition so that is Assert is 30 years ago
Marc G. Fournier 9fc64aefe1 change include c.h to postgres.h 30 years ago
Bruce Momjian 42a344683a Remove warnings when readline is not used. 30 years ago
Bruce Momjian 13d44b4aac Warning removal cleanup 30 years ago
Bruce Momjian 8d9be647dc Moved -Werror to COPT. 30 years ago
Bruce Momjian 1a5b4b9ffe Removed -Wmissing-declaration. 30 years ago
Bryan Henderson 60915ed2c2 Change gmake to $(MAKE) so backend compiles on system with no "gmake". 30 years ago
Bruce Momjian 77f8dff617 prototype cleanup 30 years ago
Bryan Henderson 08029facb3 Recognize dependencies more reliably. 30 years ago
Bruce Momjian aaeef4d17d All external function definitions now have prototypes that are checked. 30 years ago
Bryan Henderson bf5cbbf789 Quiet compiler warnings. 30 years ago
Bryan Henderson 2e21b7e4bc Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). 30 years ago
Bryan Henderson 9f1b6bf7db Add #include <unistd.h> to quiet compiler warning about missing getopt() declaratoin. 30 years ago
Bryan Henderson 4e70c05979 Add #include <unistd.h> to quiet warning about missing getopt() declaration. 30 years ago
Bryan Henderson 0e5ab3655c Remove #include <regex.h> so it compiles on systems with GNU regex library. 30 years ago
Bryan Henderson 5d9e25c5ff Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. 30 years ago
Bryan Henderson d7806dc5ee Make it find inet_aton.h so backend compiles on Solaris. 30 years ago
Marc G. Fournier 4aa1734f36 Added in PQconnectdb() function 30 years ago
Marc G. Fournier 7ee9464bc1 various docs changes requested by Bryan 30 years ago
Bruce Momjian a0990e1884 Makefile cleanup after reorganization 30 years ago
Bruce Momjian 1d0e308395 Added new include file. 30 years ago
Marc G. Fournier 757b829ea8 A few more sparc_solaris cleanups from keith parks 30 years ago
Bruce Momjian 78078236ea Fix typo in file name found during install. 30 years ago
Bruce Momjian c9c0e111b8 More compile cleanups 30 years ago
Marc G. Fournier 8006c6f52f Somehow PORTNAME keeps getting changed to BSD44_derived :( 30 years ago
Marc G. Fournier cecf081aba Change includes from "" to <> 30 years ago
Bryan Henderson 7886d7351e Fix perbyte_cpu thing 30 years ago
Bruce Momjian 4b2b8592a0 Compile and warning cleanup 30 years ago
Marc G. Fournier d79bb2fd0e quick doc cleanup for libpgtcl from D'Arcy 30 years ago
Marc G. Fournier 026387013e Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09. 30 years ago
Marc G. Fournier ad6ca0c3af Another patch to quiet the compiler from D'Arcy 30 years ago
Marc G. Fournier 2768f391a4 There is a problem in the Makefile of libpgtcl on linux (and maybe also on 30 years ago
Marc G. Fournier 7d8b794a9a Add some missing includes 30 years ago
Marc G. Fournier b38d565fc3 D'Arcy's recent cleanups 30 years ago