aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* Save Var' order in index_outerjoin_references().Vadim B. Mikheev1997-04-24
* Add innercost to result in cost_hashjoin.Vadim B. Mikheev1997-04-24
* _bt_endpoint fixed: set currentItemData to Invalid if no result.Vadim B. Mikheev1997-04-24
* Enable to set _cpu_page_wight_ & _cpu_index_page_wight_ viaVadim B. Mikheev1997-04-24
* -Wno-error should only be enabled for gcc compilers, it seemsMarc G. Fournier1997-04-24
* Somewhat backwards #ifdef's for HAVE_GETRUSAGEMarc G. Fournier1997-04-24
* Various patches not commited, plus a linux/sparc patch fromMarc G. Fournier1997-04-24
* Change HAVE_RUSAGE to HAVE_GETRUSAGE, which is the more appropriateMarc G. Fournier1997-04-23
* Analyze data only if specified and specified attrs only.Vadim B. Mikheev1997-04-23
* 1. SHOW/RESET var fixed.Vadim B. Mikheev1997-04-23
* 1. SHOW/RESET var fixed.Vadim B. Mikheev1997-04-23
* To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-23
* Add fcvt() as a check to configure so that we can get rid of the BSD44_derivedMarc G. Fournier1997-04-22
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* Major patch from Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-22
* Fix for Hash and arraysVadim B. Mikheev1997-04-22
* Fix for text_lt/text_le to avoid warnings if not def USE_LOCALE.Vadim B. Mikheev1997-04-21
* #include <string.h>Vadim B. Mikheev1997-04-21
* Fix for -Wno-errorVadim B. Mikheev1997-04-21
* Here is the Mismatched input/output patch for tintervals as reported overMarc G. Fournier1997-04-20
* Fix for -Wno-errorVadim B. Mikheev1997-04-18
* CommitInfoNeedsSave[buffer - 1] = 0Vadim B. Mikheev1997-04-18
* #ifdef BTREE_BUILD_STATS enables to get executor stats for btreeVadim B. Mikheev1997-04-18
* DeclarationVadim B. Mikheev1997-04-18
* PrintBufferUsage() changed to report about shared, local and directVadim B. Mikheev1997-04-18
* Fix bttextcmp() to use unsigned char*.Vadim B. Mikheev1997-04-18
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-17
* From: Raymond Toy <toy@rtp.ericsson.se>Marc G. Fournier1997-04-17
* From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier1997-04-17
* The patch fixes a rare bug that may occur when one tries to vacuum a singleVadim B. Mikheev1997-04-17
* StreamConnection(): setsockopt (..., TCP_NODELAY, ...) added.Vadim B. Mikheev1997-04-16
* 1. BTREE_VERSION_1: using bti_itup->t_tid as unique identifier for a givenVadim B. Mikheev1997-04-16
* Patch for Solaris 2.5 from: adrian@waltham.harvard.netMarc G. Fournier1997-04-15
* Various minor HP related patches from:Marc G. Fournier1997-04-15
* A small fix, where default: condition in case had not 'break;'...not required,Marc G. Fournier1997-04-15
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-15
* 2. The file /usr/local/pgsql/src/backend/lipq/pgcomprim.c has twoMarc G. Fournier1997-04-15
* Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier1997-04-15
* Add ccsym to tools to determine OS/compiler specific symbolsMarc G. Fournier1997-04-13
* Make sure postgres.h is included before we start checking #ifdef's for otherMarc G. Fournier1997-04-12
* Finish removing the TEST_MAIN stuff, which was mean for standaloneMarc G. Fournier1997-04-10
* Fix #include "cash.h" to be #include <utils/cash.h>Marc G. Fournier1997-04-10
* Copy indexkeys in _copyIndexPath.Vadim B. Mikheev1997-04-10
* Much improved configure that integrates the build script right into itMarc G. Fournier1997-04-09
* Add in D'Arcy's cash codeMarc G. Fournier1997-04-09
* From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>Marc G. Fournier1997-04-09
* GNUmakefile.in - remove backend/utils/Gen_fmgrtab.sh on distcleanMarc G. Fournier1997-04-09
* getattnvals(): if attnvals in pg_attribute is 0 then useVadim B. Mikheev1997-04-09
* 1. Enable to have different _CPU_PAGE_WEIGHT_ for heap and index.Vadim B. Mikheev1997-04-09
* Fix (hack) IndexSelectivity():Vadim B. Mikheev1997-04-09