summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-19From Jason Tishler <jt@dothill.com>Peter Eisentraut
2001-01-09Add configure check for sys_nerr, to end all discussions.Peter Eisentraut
2000-12-27Fix portability problems recently exposed by regression tests on Alphas.Tom Lane
2000-12-02Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automaticallyTom Lane
2000-11-30Make default socket directory location configurable from config.h.Tom Lane
2000-11-30No more #ifdef XLOG.Vadim B. Mikheev
2000-11-29Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the UnixTom Lane
2000-11-20Enable WAL in config.h, not Makefile.global.Peter Eisentraut
2000-11-20Add configure checks for strtoll, strtoull (or strto[u]q). DisablePeter Eisentraut
2000-11-06Add -V option to backend, to show version, since --version doesn't seemPeter Eisentraut
2000-11-03Add configure check to see whether <string.h> and <strings.h> may both bePeter Eisentraut
2000-10-30Add new configure option "--enable-uniconv" that enables automaticTatsuo Ishii
2000-10-23Back out xti.h portion of the patch.Bruce Momjian
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