summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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
1997-01-24Switch over NEED_RUSAGE to HAVE_RUSAGE for configureMarc G. Fournier
1997-01-24Change NEED_SIG_JMP to HAVE_SIGSETJMP in preparation for configureMarc G. Fournier
1997-01-24Another switch for configure: NEED_SYS_SELECT_H to HAVE_SYS_SELECT_HMarc G. Fournier
1997-01-24Convert NEED_{RINT,CBRT,ISINF} to HAVE_* in prepration for configure...Marc G. Fournier
1997-01-24Replace occurances of USE_{LIMITS,VALUES}_H with HAVE_* in preparationMarc G. Fournier
1997-01-23The second patch adds a more explicative error message to BufferPoolCheckLeak.Marc G. Fournier
1997-01-23Patch from Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier
1997-01-23Remove SB_PAD. Compute padding at compile time.Bruce Momjian
1997-01-23Small fixes for SVR4 port by Frank RidderbuschMarc G. Fournier
1997-01-23Removed unlinked patch that is not neede now that Vadim has properly fixed it.Bruce Momjian
1997-01-22INDEXSCAN_PATCH changes: should work for (Param OP VAR) tooVadim B. Mikheev
1997-01-221. INDEXSCAN_PATCH changes: (op Param Var) should work tooVadim B. Mikheev
1997-01-22Fixing bug in INDEXSCAN_PATCH:Vadim B. Mikheev
1997-01-22Another change from /usr/include/machine/limits.h to just limits.hMarc G. Fournier
1997-01-22Another one that should be including limits.h vs machine/limits.hMarc G. Fournier
1997-01-22Taking a chance here. Under both Solaris and FreeBSD, there is aMarc G. Fournier
1997-01-22the i386_solaris port requires inet_aton.oMarc G. Fournier
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1997-01-20Fixing possible losing data changes:Vadim B. Mikheev
1997-01-201. Setting rdesc->rd_tmpunlinked to FALSE in heap_creatr () just afterVadim B. Mikheev
1997-01-18Add missing #.Bruce Momjian
1997-01-18Add include files needed for stat().Bruce Momjian
1997-01-18Prevent UNIQUE indexes for non-btree access methods.Bruce Momjian
1997-01-16Minor change to file point out by AndrewMarc G. Fournier
1997-01-16Change EXPLAIN options to just use VERBOSE.Bruce Momjian