openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Postgres-XL
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 1,389 of 1,396
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fixes:
Marc G. Fournier
More...
over 28 years ago
More code cleanups from "Kurt J. Lidl" <
[email protected]
>
Marc G. Fournier
More...
over 28 years ago
Enable FUNC_UTIL_PATCH by default
Marc G. Fournier
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.
Marc G. Fournier
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 |
Marc G. Fournier
More...
over 28 years ago
Add use of INDEXSCAN_PATCH to config.h instead of putting it in Makefile.global
Marc G. Fournier
More...
over 28 years ago
Fixes:
Marc G. Fournier
More...
over 28 years ago
Fixes:
Marc G. Fournier
More...
over 28 years ago
Cleaned up a spurious '-' ...
Marc G. Fournier
More...
over 28 years ago
modifications required to reflect centralized include files
Marc G. Fournier
More...
over 28 years ago
modifications required to reflect centralized include files
Marc G. Fournier
More...
over 28 years ago
Clean up th ecompile process by centralizing the include files
Marc G. Fournier
More...
over 28 years ago
Went back one directory too far for the -I include
Marc G. Fournier
More...
over 28 years ago
Path to pg_proc.h to create fmgrtab.c change to include/catalog
Marc G. Fournier
More...
over 28 years ago
More cleanups of the include files
Marc G. Fournier
More...
over 28 years ago
Moved the include files to src/include/regex
Marc G. Fournier
More...
over 28 years ago
Redundant -I pointer to port/<portname>
Marc G. Fournier
More...
over 28 years ago
c.h is included in postgres.h already
Marc G. Fournier
More...
over 28 years ago
Should finish cleaning out the machine.h includes
Marc G. Fournier
More...
over 28 years ago
Remove include of machine.h
Marc G. Fournier
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)
Marc G. Fournier
More...
over 28 years ago
#ifndef the include file like the rest, so that it doesn't get pulled in twice...
Marc G. Fournier
More...
over 28 years ago
Oops, win32 does have one more thing in its machine.h...move that define to config.h
Marc G. Fournier
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?
Marc G. Fournier
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...
Marc G. Fournier
More...
over 28 years ago
Moved from backend/access to include/access
Marc G. Fournier
More...
over 28 years ago
The use of include files is a mess...alot of redundancy, it seems...
Marc G. Fournier
More...
over 28 years ago
added #include "config.h" for ESCAPE_PATCH define
Marc G. Fournier
More...
over 28 years ago
Removed -DESCAPE_PATCH ... moved to include/config.h
Marc G. Fournier
More...
over 28 years ago
At this rate, maybe next year sometime I'll get this done...
Marc G. Fournier
More...
over 28 years ago
←
1
2
…
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree