summaryrefslogtreecommitdiff
path: root/src/include/config.h.in
AgeCommit message (Expand)Author
2001-08-24Rename config.h to pg_config.h and os.h to pg_config_os.h, fix a number ofPeter Eisentraut
2001-08-01Digging through previous discussion of this patch, I note where Peter E.Tom Lane
2001-08-01Support ident authentication on local (Unix) socket connections, if theTom Lane
2001-07-16Partial indexes work again, courtesy of Martijn van Oosterhout.Tom Lane
2001-07-11Instead of believing SOMAXCONN from the system header files (which isTom Lane
2001-06-11The attached patch enables PostgreSQL CVS to build cleanly under CygwinBruce Momjian
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-05-11Cleanups of pltcl unknown thingy.Peter Eisentraut
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-04-14Work with Readline 4.2.Peter Eisentraut
2001-03-23When using 'long long int' for int64 type, check to see if the compilerTom Lane
2001-03-01Remove HAVE_OPTARG per discussion in hackers list.Tatsuo Ishii
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-18Change s_lock to not use any zero-delay select() calls; these are just aTom Lane
2001-01-22Remove rangechecks on errno; just call strerror unconditionally. ThisTom Lane
2001-01-19From Jason Tishler <[email protected]>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 <[email protected]>.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