summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-2851-2649/+2033
* Tamotsu Nakagawa has posted a fix for this to a local mail list inBruce Momjian2000-06-271-2/+3
* Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut2000-06-251-37/+5
* Second pass over run-time configuration system. Adjust priorities on somePeter Eisentraut2000-06-226-137/+135
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-202-26/+118
* Make inheritance planning logic a little simpler and clearer,Tom Lane2000-06-203-112/+139
* Fix handling of type tuple associated with a temp relation. We haveTom Lane2000-06-202-33/+42
* Modify index-opening code to guarantee that the indexes of a relationTom Lane2000-06-192-16/+71
* Ensure that kernel error code is included in smgr-level error reports.Tom Lane2000-06-192-26/+36
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-196-248/+98
* Reimplement nodeMaterial to use a temporary BufFile (or even memory, if theTom Lane2000-06-1821-846/+977
* Reinstate BufFileTell().Tom Lane2000-06-181-3/+1
* Get rid of IndexIsUniqueNoCache() kluge by the simple expedient ofTom Lane2000-06-1710-139/+74
* Fix performance problems with pg_index lookups (see, for example,Tom Lane2000-06-1710-505/+357
* Clean out another pocket of functions called via nonspecific functionTom Lane2000-06-175-287/+250
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-173-31/+6
* Repair unforgivably brain-dead representation of CaseExpr nodes inTom Lane2000-06-162-21/+34
* Repair Large Object bugs demonstrated by Ian Grant's example. inv_writeTom Lane2000-06-151-23/+33
* Final #include cleanup.Bruce Momjian2000-06-1526-68/+29
* Clean up #include's.Bruce Momjian2000-06-1529-34/+68
* Add () around define -1.Bruce Momjian2000-06-141-2/+2
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-1424-125/+130
* I had overlooked the fact that some fmgr-callable functions return voidTom Lane2000-06-149-42/+37
* Fix for memory leak from Denis PerchineBruce Momjian2000-06-141-2/+5
* > If read or write fails. Position will left the same. ThisBruce Momjian2000-06-141-5/+26
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-1328-1191/+1198
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-127-37/+39
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-126-146/+30
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-112-73/+91
* Substituted new configure test for types of accept()Peter Eisentraut2000-06-112-6/+6
* Update rule dumper for the brave new world of ONLY.Tom Lane2000-06-101-8/+8
* nodeAppend tried to deal with multiple result relations, but apparently it neverTom Lane2000-06-102-59/+76
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-096-30/+146
* The enclosed patch changes the behaviour of the "ordinal" ('TH') format forBruce Momjian2000-06-091-4/+7
* Cause inheritance patch to meet minimum coding standards (no gccTom Lane2000-06-092-9/+15
* Cleanup to ensure good state of derived files in tarballs.Tom Lane2000-06-092-6/+13
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-0910-47/+234
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-0915-1442/+1554
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-0829-86/+158
* Mark ImmediateSharedRelationCacheInvalidate as NOT_USED.Bruce Momjian2000-06-081-1/+3
* Gen_fmgrtab.sh is strange: it is a platform dependent way (because it usesPeter Eisentraut2000-06-074-54/+141
* Re-order pg_listener index so it can later be used in an index scan.Bruce Momjian2000-06-073-36/+21
* Add index on pg_index.indrelid for Tom Lane.Bruce Momjian2000-06-072-4/+4
* init_fcache was being careless about using SearchSysCacheTuple resultTom Lane2000-06-061-4/+9
* Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy.Tom Lane2000-06-061-4/+10
* typeTypeName() must return a pstrdup'd copy of the type name, not aTom Lane2000-06-061-3/+5
* PGPORT envar was erroneously ignored by the backendPeter Eisentraut2000-06-062-19/+6
* Update for 7.0.2.Bruce Momjian2000-06-051-2/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-0527-1429/+1600
* Simplify build/install process for bki and description files. There'sTom Lane2000-06-052-35/+24