Commits

DateSubjectAuthorReleases
2001-08-01 Digging through previous discussion of this patch, I note where Peter E. Tom Lane 7.2.1
2001-08-01 Support ident authentication on local (Unix) socket connections, if the Tom Lane 7.2.1
2001-07-16 Partial indexes work again, courtesy of Martijn van Oosterhout. Tom Lane 7.2.1
2001-07-11 Instead of believing SOMAXCONN from the system header files (which is Tom Lane 7.2.1
2001-05-07 Rewrite of planner statistics-gathering code. ANALYZE is now available as Tom Lane 7.2.1
2001-03-26 Add #define HAVE_ATEXIT, per report from Magnus. Tom Lane 7.1.1
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-02-07 Actually, it looks like DEF_PGPORT belongs over in config.h.win32 for 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