2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixes: More... over 28 years ago
More code cleanups from "Kurt J. Lidl" <[email protected]> More... over 28 years ago
Enable FUNC_UTIL_PATCH by default More... over 28 years ago
There is a bug in the function executor. The backend crashes while trying to execute an sql function containing an utility command (create, notify, ...). The bug is part in the planner, which returns a number of plans different than the number of commands if there are utility commands in the query, and in part in the function executor which assumes that all commands are normal query commands and causes a SIGSEGV trying to execute commands without plan. More... over 28 years ago
|Subject: Postgres patch: Assert attribute type match | |Here's a patch for Version 2 only. It just adds an Assert to catch some |inconsistencies in the catalog classes. | |-- |Bryan Henderson Phone 408-227-6803 |San Jose, California | More... over 28 years ago
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global More... over 28 years ago
Fixes: More... over 28 years ago
Fixes: More... over 28 years ago
Cleaned up a spurious '-' ... More... over 28 years ago
modifications required to reflect centralized include files More... over 28 years ago
modifications required to reflect centralized include files More... over 28 years ago
Clean up th ecompile process by centralizing the include files More... over 28 years ago
Went back one directory too far for the -I include More... over 28 years ago
Path to pg_proc.h to create fmgrtab.c change to include/catalog More... over 28 years ago
More cleanups of the include files More... over 28 years ago
Moved the include files to src/include/regex More... over 28 years ago
Redundant -I pointer to port/<portname> More... over 28 years ago
c.h is included in postgres.h already More... over 28 years ago
Should finish cleaning out the machine.h includes More... over 28 years ago
Remove include of machine.h More... over 28 years ago
Remove all traces of machine.h and redundant calls to c.h where postgres.h already pulled in (postgres.h includes c.h) More... over 28 years ago
#ifndef the include file like the rest, so that it doesn't get pulled in twice... More... over 28 years ago
Oops, win32 does have one more thing in its machine.h...move that define to config.h More... over 28 years ago
We have a machine.h for each platform just because of BLCKSZ, and every platform with a machine.h has the same BLCKSZ? More... over 28 years ago
#include "postgres.h" exists in most .c files in system, so adding #include "config.h" here will (should?) ensure that any platform dependencies defined in config.h should be reflected in all .c files... More... over 28 years ago
Moved from backend/access to include/access More... over 28 years ago
The use of include files is a mess...alot of redundancy, it seems... More... over 28 years ago
added #include "config.h" for ESCAPE_PATCH define More... over 28 years ago
Removed -DESCAPE_PATCH ... moved to include/config.h More... over 28 years ago
At this rate, maybe next year sometime I'll get this done... More... over 28 years ago