Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add install dependency. | Bryan Henderson | 1996-11-12 |
| | |||
* | Fix bug where it tries to do a cleardbdir when you make install. | Bryan Henderson | 1996-11-12 |
| | |||
* | Add include file postgres.h | Marc G. Fournier | 1996-11-11 |
| | |||
* | Add a blank install target so that 'make install' works | Marc G. Fournier | 1996-11-11 |
| | |||
* | fix 'conflicting types' errors | Marc G. Fournier | 1996-11-11 |
| | |||
* | Add missing include errno.h | Marc G. Fournier | 1996-11-11 |
| | |||
* | Goes with the recently added src/utils/version.c, will replace some stuff in | Bryan Henderson | 1996-11-11 |
| | | | | miscadmin.h. | ||
* | Fixed double pfree on opaque. | Bruce Momjian | 1996-11-11 |
| | |||
* | Add utils directory for cross-subsystem tools to keep make files from having | Bryan Henderson | 1996-11-11 |
| | | | | | | 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 |
| | |||
* | Add DASH_N, BACKSLASH_C variables, moved from postgres.shell.mk. | Bryan Henderson | 1996-11-11 |
| | |||
* | ----- | Marc G. Fournier | 1996-11-11 |
| | | | | | | | | | | |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 |
| | | | | | | | | | 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 |
| | |||
* | Add an abort() call to ExceptionalCondition so that is Assert is | Marc G. Fournier | 1996-11-11 |
| | | | | | | | 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 |
| | |||
* | Remove warnings when readline is not used. | Bruce Momjian | 1996-11-11 |
| | |||
* | Warning removal cleanup | Bruce Momjian | 1996-11-11 |
| | |||
* | Moved -Werror to COPT. | Bruce Momjian | 1996-11-11 |
| | |||
* | Removed -Wmissing-declaration. | Bruce Momjian | 1996-11-10 |
| | |||
* | Change gmake to $(MAKE) so backend compiles on system with no "gmake". | Bryan Henderson | 1996-11-10 |
| | |||
* | prototype cleanup | Bruce Momjian | 1996-11-10 |
| | |||
* | Recognize dependencies more reliably. | Bryan Henderson | 1996-11-10 |
| | |||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 |
| | |||
* | Quiet compiler warnings. | Bryan Henderson | 1996-11-10 |
| | |||
* | Add #include <ctype.h> to quiet compiler about missing declaration of isspace(). | Bryan Henderson | 1996-11-10 |
| | |||
* | Add #include <unistd.h> to quiet compiler warning about missing getopt() ↵ | Bryan Henderson | 1996-11-10 |
| | | | | declaratoin. | ||
* | Add #include <unistd.h> to quiet warning about missing getopt() declaration. | Bryan Henderson | 1996-11-10 |
| | |||
* | Remove #include <regex.h> so it compiles on systems with GNU regex library. | Bryan Henderson | 1996-11-10 |
| | |||
* | Add USE_POSIX_TIME, HAVE_TZSET for Linux so backend compiles. | Bryan Henderson | 1996-11-10 |
| | |||
* | Make it find inet_aton.h so backend compiles on Solaris. | Bryan Henderson | 1996-11-10 |
| | |||
* | Added in PQconnectdb() function | Marc G. Fournier | 1996-11-09 |
| | | | | Submitted by: wieck@sapserv.debis.de (Jan Wieck) | ||
* | Makefile cleanup after reorganization | Bruce Momjian | 1996-11-09 |
| | |||
* | Added new include file. | Bruce Momjian | 1996-11-09 |
| | |||
* | A few more sparc_solaris cleanups from keith parks | Marc G. Fournier | 1996-11-09 |
| | |||
* | Fix typo in file name found during install. | Bruce Momjian | 1996-11-08 |
| | |||
* | More compile cleanups | Bruce Momjian | 1996-11-08 |
| | |||
* | Somehow PORTNAME keeps getting changed to BSD44_derived :( | Marc G. Fournier | 1996-11-08 |
| | |||
* | Change includes from "" to <> | Marc G. Fournier | 1996-11-08 |
| | |||
* | Fix perbyte_cpu thing | Bryan Henderson | 1996-11-08 |
| | |||
* | Compile and warning cleanup | Bruce Momjian | 1996-11-08 |
| | |||
* | Secondly, small problem when trying to create a MAX/MIN aggregate in 1.09. | Marc G. Fournier | 1996-11-08 |
| | | | | | | | | | | | | | | | | | >From the create_aggregate man page... "The arguments to state-transition-function-1 must be (stype1,basetype), and its return value must be stype1." create aggregate MIN (sfunc1 = int2smaller, basetype = int2, stype1 = int2); will fail becase int2smaller and int2larger are in pg_proc as returning an int4. Can't happen since both args have to be int2. From: Darren King <aixssd!ceodev!darrenk@abs.net> | ||
* | Another patch to quiet the compiler from D'Arcy | Marc G. Fournier | 1996-11-08 |
| | |||
* | There is a problem in the Makefile of libpgtcl on linux (and maybe also on | Marc G. Fournier | 1996-11-08 |
| | | | | | | | | | | | other platforms). If I do the standard make + make install the shared library is not linked with the the libpq library and when I try to load it in the standard Tcl or Tk shell I get a lot of unresolved symbols. The bug doesn't affect pgtclsh because it is linked also with libpq. The problem exists only when using the dynamic load feature of Tcl7.5. From: Massimo Dal Zotto <dz@cs.unitn.it> | ||
* | Add some missing includes | Marc G. Fournier | 1996-11-08 |
| | | | | From: Randy Terbush <randy@zyzzyva.com> | ||
* | D'Arcy's recent cleanups | Marc G. Fournier | 1996-11-08 |
| | |||
* | Try to fix mode. | Bryan Henderson | 1996-11-07 |
| | |||
* | Try to fix mode. | Bryan Henderson | 1996-11-07 |
| | |||
* | Change instructions for 1.*. | Bruce Momjian | 1996-11-06 |
| | |||
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 |
| |