summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1997-02-28Allow update x =-3, not just x = -3.Bruce Momjian
1997-02-28Remove SUBSYS.o in port/ on clean.Bruce Momjian
1997-02-28Remove win32 port directory. Forgot to do it earlier.Bruce Momjian
1997-02-25Change "WARN" message generated if a unique index is attempted on a table/keyMarc G. Fournier
1997-02-22Added: UNIQUE feature to bulkload code.Vadim B. Mikheev
1997-02-20Make the error message output by AllocateFile() if failes toMarc G. Fournier
1997-02-20Fix for queries with 3 or more relations participating inVadim B. Mikheev
1997-02-19Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian
1997-02-19Various cleanups to satisfy -Werror, but there are some errors that I'mMarc G. Fournier
1997-02-19rearrange ordering of headers os that postgres.h is firstMarc G. Fournier
1997-02-19Remove WIN32 stuff, and improve conformance to configureMarc G. Fournier
1997-02-19Add and install the pg_geqo.sample fileMarc G. Fournier
1997-02-19Merge in GEQO OptimizerMarc G. Fournier
1997-02-19Delete -e option to postmaster, keep postgres -e option.Bruce Momjian
1997-02-18Update btree patches that were missed.Bruce Momjian
1997-02-18Clarify clearing of attribute stats memory.Bruce Momjian
1997-02-14Oper_right added, broken with const. conversion.Bruce Momjian
1997-02-14Add prototypes and remove unused variables from btree Fastbuild patch.Bruce Momjian
1997-02-14Remove hardcoded 20000 and change to BootstrapObjectIdData.Bruce Momjian
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1997-02-13Fix naming from proc to prio to fix previous patch.Bruce Momjian
1997-02-13Only allow NULL in the prpoer places.Bruce Momjian
1997-02-13Improvements to the ultrix port, in particular a bunch of compilerMarc G. Fournier
1997-02-13Various patches for nextstep by GregorHoffleitMarc G. Fournier
1997-02-13Patch for:Marc G. Fournier
1997-02-12Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1997-02-12What looks like some *major* improvements to btree indexing...Marc G. Fournier
1997-02-11Assign priorities when creating jobs in lock queue.Bruce Momjian
1997-02-09Remove machine.h, since it wasn't doing anything that config.h wasn'tMarc G. Fournier
1997-02-07Add attribute optimization statistics.Bruce Momjian
1997-02-06Remove extra paren in ifdef.Bruce Momjian
1997-02-06Various changes to improve/support MklinuxMarc G. Fournier
1997-02-06autoconf test for and set HAVE_VFORKMarc G. Fournier
1997-02-05Get in there...Marc G. Fournier
1997-02-04Test for existence of inet_aton on the system, and only include inet_aton.c ifMarc G. Fournier
1997-02-03Change references to NEED_RUSAGE to HAVE_RUSAGEMarc G. Fournier
1997-01-29New func _vc_scanoneind: scan one index relation to update statisticVadim B. Mikheev
1997-01-27Apply usage patches for European Dates patch from KeithMarc G. Fournier
1997-01-27Slight change to nabstime.c so that configure is able to handle a systemMarc G. Fournier
1997-01-27Convert MISSING_SYSCONF to !HAVE_SYSCONF for autoconfMarc G. Fournier
1997-01-26More removals for next/nextstep. Fix IPC lib for them.Bruce Momjian
1997-01-26Change next to nextstep where missed.Bruce Momjian
1997-01-26|From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1997-01-26Linux defines MAXINT in values.h, which causes an error when compiling.Marc G. Fournier
1997-01-26Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier
1997-01-26Fix typo in struct name.Bruce Momjian
1997-01-25would you mind committing the following changes for me? (the firstBruce Momjian
1997-01-25More autosize structure error checks.Bruce Momjian
1997-01-25The check should be for getrusage(), not rusage() ... change the definesMarc G. Fournier
1997-01-25remove asm/bitops.h, as its causing more problems then it fixes.Marc G. Fournier