summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
2000-10-16Remove NO_SECURITY define.Bruce Momjian
2000-10-14The configure script fails to find <netinet/tcp.h>.Bruce Momjian
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-03Better coding of readline testsPeter Eisentraut
2000-10-03New diff that now covers the entire tree. Applying this gets postgresqlBruce Momjian
2000-10-02Here is the first batch of files and diffs for the BeOS port. I've run intoBruce Momjian
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Standardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matterPeter Eisentraut
2000-09-27Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.Peter Eisentraut
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-08-26Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h>Tom Lane
2000-08-20Introduce HAVE_UNIX_SOCKETS symbol to replace repeatedly listing all thePeter Eisentraut
2000-08-07TOAST mop-up work: update comments for tuple-size-related symbols suchTom Lane
2000-08-07Clean up bogosities in use of random(3) and srandom(3) --- do not assumeTom Lane
2000-07-28Remove <values.h> inclusions, no-longer-needed MAXINT definitions.Tom Lane
2000-07-14Remove references to symbols that no longer get definedPeter Eisentraut
2000-07-12Remove a bunch of unused configure tests, in particular cases wherePeter Eisentraut
2000-07-11 Here is the patch with memory leak checker. This checker allow detectBruce Momjian
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-05add check for libz compression library for pg_dumpMarc G. Fournier
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-06-29Rearrange config.h entries into a more sensible order, and add someTom Lane
2000-06-19Integrated ODBC driver into regular build. No more standalone business,Peter Eisentraut
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-09I have made the couple of mods required to make the odbc driver withBruce Momjian
2000-06-04Removed ELOG_TIMESTAMPS #define in favor of two run-timePeter Eisentraut
2000-06-04New ps display code, works on more platforms.Peter Eisentraut
2000-05-31The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut
2000-05-12Add two checks ... one for setproctitle and one for -lutil ...Marc G. Fournier
2000-04-14Fix silly definition order in config.h --- we had prototypes likeTom Lane
2000-03-30Add configure checks to see if 'using namespace std' andTom Lane
2000-03-17Add safety check on expression nesting depth. Default value is set byTom Lane
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-01-21Fix tab-complete so it works with old versions of readline that don'tTom Lane
2000-01-15- Allow array on int8Peter Eisentraut
2000-01-11Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should.Tom Lane
2000-01-11More fixes, but still need +1 for FUNC_MAX_ARGSBruce Momjian
2000-01-10Fix initdb so it works, but still only for 8.Bruce Momjian
2000-01-10Cleanup for func args > 8.Bruce Momjian
2000-01-10Update fmgr to allow 32 arguments.Bruce Momjian
2000-01-10Make number of args to a function configurable.Bruce Momjian
2000-01-10Move fixes for >8 indexed fields.Bruce Momjian
1999-12-20Avoid compiler warnings on systems that have snprintf and/or vsnprintfTom Lane
1999-11-04Improve getopt and readline support, from Peter Eisentraut.Bruce Momjian
1999-10-25Standardize on MAXPGPATH as the size of a file pathname buffer,Tom Lane
1999-10-02Replace float.c's #ifdef finite check with a proper autoconf check, so itTom Lane
1999-09-11Eliminate query length limitation imposed by pg_client_to_serverTom Lane