Commits

Showing commits that first shipped in 7.1 (backpatches included). Clear

DateSubjectAuthorReleases
2001-03-23 When using 'long long int' for int64 type, check to see if the compiler Tom Lane 7.1.1
2001-02-18 Change s_lock to not use any zero-delay select() calls; these are just a Tom Lane 7.1.1
2001-01-22 Remove rangechecks on errno; just call strerror unconditionally. This Tom Lane 7.1.1
2000-12-27 Fix portability problems recently exposed by regression tests on Alphas. Tom Lane 7.1.1
2000-12-02 Don't cause --enable-cassert to define COPY_PARSE_PLAN_TREES automatically Tom Lane 7.1.1
2000-11-30 Make default socket directory location configurable from config.h. Tom Lane 7.1.1
2000-11-29 Get rid of not-very-portable fcntl(F_SETLK) mechanism for locking the Unix Tom Lane 7.1.1
2000-08-26 Rename BITSPERBYTE to BITS_PER_BYTE to avoid conflict with <values.h> Tom Lane 7.1.1
2000-08-07 TOAST mop-up work: update comments for tuple-size-related symbols such Tom Lane 7.1.1
2000-08-07 Clean up bogosities in use of random(3) and srandom(3) --- do not assume Tom Lane 7.1.1
2000-07-28 Remove <values.h> inclusions, no-longer-needed MAXINT definitions. Tom Lane 7.1.1
2000-06-29 Rearrange config.h entries into a more sensible order, and add some Tom Lane 7.1.1
2000-04-14 Fix silly definition order in config.h --- we had prototypes like Tom Lane 7.1.1
2000-03-30 Add configure checks to see if 'using namespace std' and Tom Lane 7.1.1
2000-03-17 Add safety check on expression nesting depth. Default value is set by Tom Lane 7.1.1
2000-01-21 Fix tab-complete so it works with old versions of readline that don't Tom Lane 7.1.1
2000-01-11 Make FUNC_MAX_ARGS equal INDEX_MAX_KEYS, as it should. Tom Lane 7.1.1
1999-12-20 Avoid compiler warnings on systems that have snprintf and/or vsnprintf Tom Lane 7.1.1
1999-10-25 Standardize on MAXPGPATH as the size of a file pathname buffer, Tom Lane 7.1.1
1999-10-02 Replace float.c's #ifdef finite check with a proper autoconf check, so it Tom Lane 7.1.1
1999-09-11 Eliminate query length limitation imposed by pg_client_to_server Tom Lane 7.1.1
1999-07-19 Put back mistakenly removed configure test for HAVE_NETINET_IN_H. Tom Lane 7.1.1
1999-06-12 Move default NBuffers setting into config.h, and rename it Tom Lane 7.1.1
1999-06-04 Add configurable option controlling security checks in LO functions. Tom Lane 7.1.1
1999-04-06 On reflection, filesize limit ought to be an exact power Tom Lane 7.1.1