summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2000-06-29Add test code to copy all parse/plan trees. Repair essential omissionsTom Lane
2000-06-29Remove freefuncs.c, which hasn't been used in a long time and is notTom Lane
2000-06-29Add SIGFPE to list of signals never to block. #ifdef all signals inTom Lane
2000-06-29Add #ifdef for LC_MESSAGES, because it is not ANSI C standard, and BSDIBruce Momjian
2000-06-28Suppress memory leak in COPY WITH OIDS TO wherever.Tom Lane
2000-06-28First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane
2000-06-27Tamotsu Nakagawa has posted a fix for this to a local mail list inBruce Momjian
2000-06-25Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut
2000-06-22Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut
2000-06-20Make renaming a temp table behave sensibly. We don't need to touchTom Lane
2000-06-20Make inheritance planning logic a little simpler and clearer,Tom Lane
2000-06-20Fix handling of type tuple associated with a temp relation. We haveTom Lane
2000-06-19Modify index-opening code to guarantee that the indexes of a relationTom Lane
2000-06-19Ensure that kernel error code is included in smgr-level error reports.Tom Lane
2000-06-19Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane
2000-06-18Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane
2000-06-18Reinstate BufFileTell().Tom Lane
2000-06-17Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane
2000-06-17Fix performance problems with pg_index lookups (see, for example,Tom Lane
2000-06-17Clean out another pocket of functions called via nonspecific functionTom Lane
2000-06-17Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut
2000-06-16Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane
2000-06-15Repair Large Object bugs demonstrated by Ian Grant's example. inv_writeTom Lane
2000-06-15Final #include cleanup.Bruce Momjian
2000-06-15Clean up #include's.Bruce Momjian
2000-06-14Add () around define -1.Bruce Momjian
2000-06-14Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut
2000-06-14I had overlooked the fact that some fmgr-callable functions return voidTom Lane
2000-06-14Fix for memory leak from Denis PerchineBruce Momjian
2000-06-14> If read or write fails. Position will left the same. ThisBruce Momjian
2000-06-13Another batch of fmgr updates. I think I have gotten all old-styleTom Lane
2000-06-12Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian
2000-06-12Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian
2000-06-11Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane
2000-06-11Substituted new configure test for types of accept()Peter Eisentraut
2000-06-10Update rule dumper for the brave new world of ONLY.Tom Lane
2000-06-10nodeAppend tried to deal with multiple result relations, but apparently it neverTom Lane
2000-06-09 I have large database and with this DB work more users and I very needBruce Momjian
2000-06-09The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian
2000-06-09Cause inheritance patch to meet minimum coding standards (no gccTom Lane
2000-06-09Cleanup to ensure good state of derived files in tarballs.Tom Lane
2000-06-09Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian
2000-06-09Another round of updates for new fmgr, mostly in the datetime code.Tom Lane
2000-06-08Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian
2000-06-08Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian
2000-06-07Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut
2000-06-07Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian
2000-06-07Add index on pg_index.indrelid for Tom Lane.Bruce Momjian
2000-06-06init_fcache was being careless about using SearchSysCacheTuple resultTom Lane
2000-06-06Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane