I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
another another one More... over 27 years ago
anothre one reduced to its component parts More... over 27 years ago
clean out include files of including other includes files except those absolutely required More... over 27 years ago
Another cleaned up More... over 27 years ago
One at a time...another one is complete... More... over 27 years ago
another one with #include file clean'd up More... over 27 years ago
All #include's removed from *.h files, so cleaning up the .c #includes... More... over 27 years ago
#include "postgres.h" is a standard include for all .c files, auto-including config.h, c.h *and* elog.h...added elog.h More... over 27 years ago
Add prototype for heap_getattr() to quiet compiler More... over 27 years ago
Reap deleted/unused tuples on page-base More... over 27 years ago
1. Reap deleted/unused tuples on page-base 2. Reap unused tuples too 3. Reap empty pages 4. Check if a page is initialized, initialize it if not and reap it 5. Binary search in list of reapped pages/tids to check is the heap' tid pointed by a index' tuple on this list (it's mu-u-uch faster) More... over 27 years ago
Move #define PageIsNew (true if page is not initialize) to bufpage.h More... over 27 years ago
Move definition of PageIsNew from hio.c to here More... over 27 years ago
Document some more #ifdef's More... over 27 years ago
Document more #ifdef's into config.h More... over 27 years ago
Moved definition of MAXPATHLEN to config.h More... over 27 years ago
Added a #define NEED_SIG_JMP to config.h More... over 27 years ago
Document #ifdef's from backend/access subdirs so that we know what features(?) are available More... over 27 years ago
Moved '#define *DEBUG' defines to config.h, and document where first found. More... over 27 years ago
Moved '#define *DEBUG' defines to config.h, and document where first found. More... over 27 years ago
#define cleanup: moved #define IPORTAL_DEBUG to config.h More... over 27 years ago
Moved all the CFLAG -D's from the makefiles to config.h towards better centralized configurations/porting... More... over 27 years ago
Moved more -D's out of the port specific Makefiles straight into the config.h file More... over 27 years ago
Centralize more of the defines from backend/port under config.h More... over 27 years ago
Move "port specific" #ifdefs out of here and into config.h - created a HAVE_TZSET define for this purpose More... over 27 years ago
Add a HAVE_TZSET define to clean up defines in backend/utils/adt/nabstime.c More... over 27 years ago
Change treatment of sigaction structure again to include even more platforms. Thanks D'Arcy. More... over 27 years ago
Remove 4th element of sigaction structure so it works on more platforms. More... over 27 years ago
New FAQ's. More... over 27 years ago
More closing of relations left open by parser. More... over 27 years ago