- 25 Jan, 1997 8 commits
- 
- 
Bruce Momjian authored
- 
Marc G. Fournier authoredto reflect what configure is going to define when the time comes 
- 
Marc G. Fournier authoredbasis, as its only specific to certain OSs 
- 
Marc G. Fournier authoredDevelopers can add it to their Makefile.custom...again, it causes sooooo many more problems then its worth, from an end-user standpoint. 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredSee message to hackers@ mailing list concerning this... 
- 
Bruce Momjian authored
 
- 
- 24 Jan, 1997 18 commits
- 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredFixed them, and am re-committing 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredfor switch over to configure 
- 
Marc G. Fournier authored#if defined(aix) #define TERMIOS_H_LOCATION <termios.h> #else #define TERMIOS_H_LOCATION <sys/termios.h> #endif libpq/fe-exec.c modified so that location of termios.h is determined by whether HAVE_TERMIOS_H is defined or not, in preparation for switch to configure 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredto be committed... 
- 
Marc G. Fournier authoredCleaned out alot of the #define that can be auto-detect'd by configure from config.h... 
- 
Marc G. Fournier authoredthe ports section of Makefile.global as a result. 
- 
Marc G. Fournier authoredRight now, it only auto-detects FreeBSD, and the rest still get set to UNDEFINED, but its a step in the right direction, no? 
- 
Marc G. Fournier authoredAutoconf bin/psql/Makefile 
- 
Marc G. Fournier authoredreadline and associated libraries... 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredconfigure, thereby reducing the ports dependencies in it :) 
 
- 
- 23 Jan, 1997 14 commits
- 
- 
Marc G. Fournier authoredin v6.0 does... 
- 
Marc G. Fournier authoredconfigure is auto-finding 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredMv Makefile.in to GNUmakefile.in and reflect the change in the configure script 
- 
Marc G. Fournier authoredit still needs lots of work, but, hey, at least this way there are more ppl working off the same "Source"... 
- 
Marc G. Fournier authoredTcl arrays support. Here are the correct values to be defined in config.h and pgtclCmds.c. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> 
- 
Marc G. Fournier authoredIt should be completely harmless. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it> 
- 
Marc G. Fournier authored
- 
Marc G. Fournier authoredThe first patch changes the behavior of aclcheck for groups. Currently an user can access a table only if he has the required permission for ALL the groups defined for that table. With my patch he can access a table if he has the permission for ONE of the groups, which seems to me a more useful thing. If you think this should be the correct behavior of the acl group check feel free to remove the #ifdef, if not please add a commented line to config.h. 
- 
Bruce Momjian authored
- 
Marc G. Fournier authoredwhich probably isn't needed, since we are going to take off -Werror anyway, right? 
- 
Marc G. Fournier authored
- 
Bruce Momjian authored
- 
Bruce Momjian authored
 
-