I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add missing includes to silence compile More... over 28 years ago
Various standardizations and fixes submitted by D'Arcy Cain 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 More... over 28 years ago
The following diffs remove the various definitions of dupstr() and replace all the calls with strdup. 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. More... over 28 years ago
enable PQ_NOTIFY_PATCH in config.h More... over 28 years ago
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