I Use This!
Very High Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
May 09, 2023 — May 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make sure the btree patch gets into 2.0 as well... More... over 27 years ago
Add CFLAGS+=-DPOSTPORT=... so we can take it out of the global CFLAGS. More... over 27 years ago
Use EUROPEAN_DATES instead of EUROPEAN_STYLE More... over 27 years ago
E Use EUROPEAN_DATES from config.h instead of -D option More... over 27 years ago
Fixes: Growing backend when using nested function calls More... over 27 years ago
Fixes: Errors when PQexec() in backend creates temp relations and transaction is aborted More... over 27 years ago
Fixes: More... over 27 years ago
Take out the PERFECT_MMGR #ifdefs: More... over 27 years ago
Bruce...does this fix it once and for all? *grin* More... over 27 years ago
Major code cleanups from D'arcy (-Wall -Werror) More... over 27 years ago
|I have moved things around so that things happen in the following order: | | 1. Set default variables | 2. Include Makefile.custom to override defaults | 3. Set CFLAGS, etc. with variables | |This fixes the problem of Makefile.custom changes not taking effect. More... over 27 years ago
Update "planner" directory to "optimizer" in include paths in this dead code. More... over 27 years ago
Cosmetic changes to ordering of #include files More... over 27 years ago
-Wall'd More... over 27 years ago
-Wall'd More... over 27 years ago
-Wall'd ... I missed a subdir under access :( More... over 27 years ago
Make line 159:bp = NULL, to quiet compiler More... over 27 years ago
-Wall'd More... over 27 years ago
Force user to set PORTNAME. Remove NAMEDATALEN from CFLAGS (don't need it there because it's in config.h, which is cleaner). More... over 27 years ago
-Wall'd More... over 27 years ago
-Wall'd More... over 27 years ago
-Wall Cleanup of gist subdirectory More... over 27 years ago
-Wall cleanup of gist subdirectory: - cleaned out unused variables - added missing prototype headers More... over 27 years ago
Define prototypes from giststrat.c required in gistscan.c More... over 27 years ago
Other then: More... over 27 years ago
remove an #ifdef/#else/#endif that doesn't actually have anything inside of it More... over 27 years ago
Make default HAVE_MEMMOVE defined, undef inside of definitions for sparc More... over 27 years ago
change '#if defined(PORTNAME_sparc)' to '#if !defined(HAVE_MEMMOVE)' More... over 27 years ago
Add #define HAVE_MEMMOVE for systems that do have it. More... over 27 years ago
Clean up comments (-Wall -Werror) More... over 27 years ago