| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix syntax error introduced in last update. | Bryan Henderson | 1996-11-13 | 1 | -2/+2 |
| | | |||||
| * | Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR. | Bryan Henderson | 1996-11-13 | 12 | -74/+35 |
| | | |||||
| * | Make shared library builds work for BSD44_derived. | Bryan Henderson | 1996-11-13 | 1 | -93/+13 |
| | | |||||
| * | Forgot in yesterday's make file blitz. | Bryan Henderson | 1996-11-13 | 1 | -0/+18 |
| | | |||||
| * | End of the make file simplifications. | Bryan Henderson | 1996-11-12 | 13 | -262/+254 |
| | | |||||
| * | Put shared libraries in main directory, not obj/ | Bryan Henderson | 1996-11-12 | 1 | -22/+19 |
| | | |||||
| * | Fix for finding the include files | Marc G. Fournier | 1996-11-12 | 1 | -2/+2 |
| | | |||||
| * | Quiet compiler warnings. | Bryan Henderson | 1996-11-12 | 1 | -13/+15 |
| | | |||||
| * | Use new utils/version.c instead of backend/utils/init/magic.c. | Bryan Henderson | 1996-11-12 | 7 | -354/+370 |
| | | |||||
| * | Add dependency for install. | Bryan Henderson | 1996-11-12 | 2 | -4/+4 |
| | | |||||
| * | Add install dependency. | Bryan Henderson | 1996-11-12 | 1 | -2/+2 |
| | | |||||
| * | Fix bug where it tries to do a cleardbdir when you make install. | Bryan Henderson | 1996-11-12 | 1 | -1/+4 |
| | | |||||
| * | Add include file postgres.h | Marc G. Fournier | 1996-11-11 | 1 | -1/+3 |
| | | |||||
| * | Add a blank install target so that 'make install' works | Marc G. Fournier | 1996-11-11 | 1 | -1/+3 |
| | | |||||
| * | fix 'conflicting types' errors | Marc G. Fournier | 1996-11-11 | 2 | -10/+7 |
| | | |||||
| * | Add missing include errno.h | Marc G. Fournier | 1996-11-11 | 1 | -1/+2 |
| | | |||||
| * | Goes with the recently added src/utils/version.c, will replace some stuff in | Bryan Henderson | 1996-11-11 | 1 | -0/+24 |
| | | | | | miscadmin.h. | ||||
| * | Fixed double pfree on opaque. | Bruce Momjian | 1996-11-11 | 1 | -3/+1 |
| | | |||||
| * | Add utils directory for cross-subsystem tools to keep make files from having | Bryan Henderson | 1996-11-11 | 4 | -1/+183 |
| | | | | | | | to be sleazy and reach into other subsystems' directories. First entry in this directory is the PG_VERSION file interface, which must be used by the backend and also the pg_version program (which is used by initdb). | ||||
| * | Makefile simplification: the "bin" chapter | Bryan Henderson | 1996-11-11 | 13 | -100/+190 |
| | | |||||
| * | Add DASH_N, BACKSLASH_C variables, moved from postgres.shell.mk. | Bryan Henderson | 1996-11-11 | 1 | -194/+181 |
| | | |||||
| * | ----- | Marc G. Fournier | 1996-11-11 | 1 | -12/+17 |
| | | | | | | | | | | | |After sending my previous changes I found one more thing in Makefile.global. |Any tests should be done after including Makefile.custom or else there |won't be anything, particularly the port name, to base the tests on. | ----- more changes to makefile.global from D'Arcy | ||||
| * | As proposed, | Marc G. Fournier | 1996-11-11 | 3 | -12/+237 |
| | | | | | | | | | | following is the patch to libpq's large object interface that removes the requirement to include fmgr.h into fe-lobj.c. The large object interface now ask's the backend to tell the OID's of all the required functions in pg_proc. From: wieck@sapserv.debis.de (Jan Wieck) | ||||
| * | Various cleanups from D'Arcy | Marc G. Fournier | 1996-11-11 | 5 | -16/+25 |
| | | |||||
| * | Add an abort() call to ExceptionalCondition so that is Assert is | Marc G. Fournier | 1996-11-11 | 1 | -2/+5 |
| | | | | | | | | called, it dumps core... ABORT_ON_ASSERT must be defined, as I don't know if this is the correct way to do this... | ||||
| * | change include c.h to postgres.h | Marc G. Fournier | 1996-11-11 | 1 | -2/+2 |
| | | |||||
| * | Remove warnings when readline is not used. | Bruce Momjian | 1996-11-11 | 3 | -6/+28 |
| | | |||||
| * | Warning removal cleanup | Bruce Momjian | 1996-11-11 | 4 | -6/+11 |
| | | |||||
| * | Moved -Werror to COPT. | Bruce Momjian | 1996-11-11 | 1 | -5/+6 |
| | | |||||
| * | Removed -Wmissing-declaration. | Bruce Momjian | 1996-11-10 | 1 | -2/+2 |
| | | |||||
| * | Change gmake to $(MAKE) so backend compiles on system with no "gmake". | Bryan Henderson | 1996-11-10 | 1 | -2/+2 |
| | | |||||
| * | prototype cleanup | Bruce Momjian | 1996-11-10 | 1 | -2/+1 |
| | | |||||
| * | Recognize dependencies more reliably. | Bryan Henderson | 1996-11-10 | 4 | -24/+40 |
| | | |||||
| * | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | 99 | -322/+551 |
| | | |||||
| * | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 | 6 | -43/+47 |
| | | |||||
| * | Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). | Bryan Henderson | 1996-11-10 | 1 | -1/+2 |
| | | |||||
| * | Add #include <unistd.h> to quiet compiler warning about missing getopt() ↵ | Bryan Henderson | 1996-11-10 | 1 | -1/+2 |
| | | | | | declaratoin. | ||||
| * | Add #include <unistd.h> to quiet warning about missing getopt() declaration. | Bryan Henderson | 1996-11-10 | 1 | -1/+2 |
| | | |||||
| * | Remove #include <regex.h> so it compiles on systems with GNU regex library. | Bryan Henderson | 1996-11-10 | 1 | -8/+1 |
| | | |||||
| * | Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. | Bryan Henderson | 1996-11-10 | 1 | -0/+2 |
| | | |||||
| * | Make it find inet_aton.h so backend compiles on Solaris. | Bryan Henderson | 1996-11-10 | 1 | -2/+3 |
| | | |||||
| * | Added in PQconnectdb() function | Marc G. Fournier | 1996-11-09 | 6 | -41/+549 |
| | | | | | Submitted by: wieck@sapserv.debis.de (Jan Wieck) | ||||
| * | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 | 45 | -106/+94 |
| | | |||||
| * | Added new include file. | Bruce Momjian | 1996-11-09 | 1 | -0/+19 |
| | | |||||
| * | A few more sparc_solaris cleanups from keith parks | Marc G. Fournier | 1996-11-09 | 1 | -1/+3 |
| | | |||||
| * | Fix typo in file name found during install. | Bruce Momjian | 1996-11-08 | 1 | -2/+2 |
| | | |||||
| * | More compile cleanups | Bruce Momjian | 1996-11-08 | 12 | -30/+59 |
| | | |||||
| * | Somehow PORTNAME keeps getting changed to BSD44_derived :( | Marc G. Fournier | 1996-11-08 | 1 | -2/+2 |
| | | |||||
| * | Change includes from "" to <> | Marc G. Fournier | 1996-11-08 | 1 | -4/+4 |
| | | |||||
| * | Fix perbyte_cpu thing | Bryan Henderson | 1996-11-08 | 1 | -5/+6 |
| | | |||||
