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