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
PostgreSQL Database Server
Settings
|
Report Duplicate
2,104
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 17, 2023 — Jan 17, 2024
Showing page 1,912 of 1,919
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add missing includes to silence compile
Marc G. Fournier
More...
over 28 years ago
Various standardizations and fixes submitted by D'Arcy Cain
Marc G. Fournier
More...
over 28 years ago
At Andrew's suggestion, upgrade the Version numbers to reflect the current state of development...namely, we are on 2.0
Marc G. Fournier
More...
over 28 years ago
The following diffs remove the various definitions of dupstr() and replace all the calls with strdup.
Marc G. Fournier
More...
over 28 years ago
I have made some corrections to my previous patches for retrieving array attributes as tcl arrays. The previous code had problems with some chars used as delimiter by Tcl. The new code should be more robust.
Marc G. Fournier
More...
over 28 years ago
enable PQ_NOTIFY_PATCH in config.h
Marc G. Fournier
More...
over 28 years ago
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
←
1
2
…
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
→
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