summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1996-10-03Allow vacuum to run for only one table. Fixes allocation bug.Bruce Momjian
1996-09-26palloc() finfo memory. From Kurt.Bruce Momjian
1996-09-26Fix cluster finfo problem Kurt reported.Bruce Momjian
1996-09-26Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian
1996-09-26This should cause 'make clean' to clean up bki files. Looks like a typo.Bruce Momjian
1996-09-26Prevents possible packet loss from SIGCHLD.Bruce Momjian
1996-09-25Changed gawk to awk.Bruce Momjian
1996-09-23From: Bruce Momjian <maillist@candle.pha.pa.us>Marc G. Fournier
1996-09-23diff -ru ../../../orig/postgres95/src/backend/utils/adt/varlena.cMarc G. Fournier
1996-09-23diff -ru ../../../orig/postgres95/src/backend/libpq/be-fsstubs.cMarc G. Fournier
1996-09-23Here's a patch that I discussed recently on pg95-dev that changes theMarc G. Fournier
1996-09-22*** src/backend/storage/file/fd.c.orig Thu Sep 12 17:17:21 1996Marc G. Fournier
1996-09-21|This fixes the bug introduced yesterday that causes "not found" errorsMarc G. Fournier
1996-09-21Nothing patched...just testing something with CVS...Marc G. Fournier
1996-09-20Various patches from Bryan that *should* clean up the compile problemsMarc G. Fournier
1996-09-19I have two small patches which correct some very obscure bug in the parserMarc G. Fournier
1996-09-19Another small change. Added the void keyword to an empty arg list.Marc G. Fournier
1996-09-19Just a small change to flesh out the func_ptr typedef declaration.Marc G. Fournier
1996-09-19A few changes to cleanup the code.Marc G. Fournier
1996-09-19Added querylimit patch...Marc G. Fournier
1996-09-19Fix for pg_log bugMarc G. Fournier
1996-09-16At Andrew's suggestion, upgrade the Version numbers to reflect theMarc G. Fournier
1996-09-16More code cleanups from "Kurt J. Lidl" <lidl@va.pubnix.com>Marc G. Fournier
1996-09-16There is a bug in the function executor. The backend crashes while trying toMarc G. Fournier
1996-09-16|Subject: Postgres patch: Assert attribute type matchMarc G. Fournier
1996-09-10Fixes:Marc G. Fournier
1996-09-10Fixes:Marc G. Fournier
1996-09-10Cleaned up a spurious '-' ...Marc G. Fournier
1996-08-28modifications required to reflect centralized include filesMarc G. Fournier
1996-08-28Clean up th ecompile process by centralizing the include filesMarc G. Fournier
1996-08-28Went back one directory too far for the -I includeMarc G. Fournier
1996-08-28Path to pg_proc.h to create fmgrtab.c change to include/catalogMarc G. Fournier
1996-08-28Moved the include files to src/include/regexMarc G. Fournier
1996-08-27Should finish cleaning out the machine.h includesMarc G. Fournier
1996-08-27Remove include of machine.hMarc G. Fournier
1996-08-27Remove all traces of machine.h and redundant calls to c.h whereMarc G. Fournier
1996-08-27#include "postgres.h" exists in most .c files in system, so addingMarc G. Fournier
1996-08-27The use of include files is a mess...alot of redundancy, it seems...Marc G. Fournier
1996-08-27added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier
1996-08-27At this rate, maybe next year sometime I'll get this done...Marc G. Fournier
1996-08-27first pass...move some of the "Port" dependencies to src/include/config.hMarc G. Fournier
1996-08-27Create support for a "common" include directory for the sourceMarc G. Fournier
1996-08-26Damn, we really need to clean up this "include file" dilemna...Marc G. Fournier
1996-08-26The patch that is applied at the end of the email makes sure that theseMarc G. Fournier
1996-08-26Oops, thanks to Dan McGuirk for pointing out that I missed part ofMarc G. Fournier
1996-08-26Quick fix of the PG-GiST import pointed out by DanMarc G. Fournier
1996-08-26There, now we support GiST...now what? :)Marc G. Fournier
1996-08-26Roll in patch that fixes problem with sed 3.0Marc G. Fournier
1996-08-24This patch for Versions 1 and 2 corrects the following bug:Marc G. Fournier
1996-08-24The patch does several things:Marc G. Fournier