| Commit message (Expand) | Author | Age | Files | Lines |
| * | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane | 2000-06-28 | 51 | -2649/+2033 |
| * | Tamotsu Nakagawa has posted a fix for this to a local mail list in | Bruce Momjian | 2000-06-27 | 1 | -2/+3 |
| * | Relaxed pickiness about user and group commands in transaction blocks. | Peter Eisentraut | 2000-06-25 | 1 | -37/+5 |
| * | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut | 2000-06-22 | 6 | -137/+135 |
| * | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane | 2000-06-20 | 2 | -26/+118 |
| * | Make inheritance planning logic a little simpler and clearer, | Tom Lane | 2000-06-20 | 3 | -112/+139 |
| * | Fix handling of type tuple associated with a temp relation. We have | Tom Lane | 2000-06-20 | 2 | -33/+42 |
| * | Modify index-opening code to guarantee that the indexes of a relation | Tom Lane | 2000-06-19 | 2 | -16/+71 |
| * | Ensure that kernel error code is included in smgr-level error reports. | Tom Lane | 2000-06-19 | 2 | -26/+36 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 6 | -248/+98 |
| * | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane | 2000-06-18 | 21 | -846/+977 |
| * | Reinstate BufFileTell(). | Tom Lane | 2000-06-18 | 1 | -3/+1 |
| * | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane | 2000-06-17 | 10 | -139/+74 |
| * | Fix performance problems with pg_index lookups (see, for example, | Tom Lane | 2000-06-17 | 10 | -505/+357 |
| * | Clean out another pocket of functions called via nonspecific function | Tom Lane | 2000-06-17 | 5 | -287/+250 |
| * | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut | 2000-06-17 | 3 | -31/+6 |
| * | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane | 2000-06-16 | 2 | -21/+34 |
| * | Repair Large Object bugs demonstrated by Ian Grant's example. inv_write | Tom Lane | 2000-06-15 | 1 | -23/+33 |
| * | Final #include cleanup. | Bruce Momjian | 2000-06-15 | 26 | -68/+29 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 29 | -34/+68 |
| * | Add () around define -1. | Bruce Momjian | 2000-06-14 | 1 | -2/+2 |
| * | Big warnings cleanup for Solaris/GCC. Down to about 40 now, but | Peter Eisentraut | 2000-06-14 | 24 | -125/+130 |
| * | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane | 2000-06-14 | 9 | -42/+37 |
| * | Fix for memory leak from Denis Perchine | Bruce Momjian | 2000-06-14 | 1 | -2/+5 |
| * | > If read or write fails. Position will left the same. This | Bruce Momjian | 2000-06-14 | 1 | -5/+26 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 28 | -1191/+1198 |
| * | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian | 2000-06-12 | 7 | -37/+39 |
| * | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian | 2000-06-12 | 6 | -146/+30 |
| * | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane | 2000-06-11 | 2 | -73/+91 |
| * | Substituted new configure test for types of accept() | Peter Eisentraut | 2000-06-11 | 2 | -6/+6 |
| * | Update rule dumper for the brave new world of ONLY. | Tom Lane | 2000-06-10 | 1 | -8/+8 |
| * | nodeAppend tried to deal with multiple result relations, but apparently it never | Tom Lane | 2000-06-10 | 2 | -59/+76 |
| * | I have large database and with this DB work more users and I very need | Bruce Momjian | 2000-06-09 | 6 | -30/+146 |
| * | The enclosed patch changes the behaviour of the "ordinal" ('TH') format for | Bruce Momjian | 2000-06-09 | 1 | -4/+7 |
| * | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane | 2000-06-09 | 2 | -9/+15 |
| * | Cleanup to ensure good state of derived files in tarballs. | Tom Lane | 2000-06-09 | 2 | -6/+13 |
| * | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian | 2000-06-09 | 10 | -47/+234 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 15 | -1442/+1554 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 29 | -86/+158 |
| * | Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. | Bruce Momjian | 2000-06-08 | 1 | -1/+3 |
| * | Gen_fmgrtab.sh is strange: it is a platform dependent way (because it uses | Peter Eisentraut | 2000-06-07 | 4 | -54/+141 |
| * | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian | 2000-06-07 | 3 | -36/+21 |
| * | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian | 2000-06-07 | 2 | -4/+4 |
| * | init_fcache was being careless about using SearchSysCacheTuple result | Tom Lane | 2000-06-06 | 1 | -4/+9 |
| * | Improve comments for SearchSysCacheTuple and SearchSysCacheTupleCopy. | Tom Lane | 2000-06-06 | 1 | -4/+10 |
| * | typeTypeName() must return a pstrdup'd copy of the type name, not a | Tom Lane | 2000-06-06 | 1 | -3/+5 |
| * | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut | 2000-06-06 | 2 | -19/+6 |
| * | Update for 7.0.2. | Bruce Momjian | 2000-06-05 | 1 | -2/+2 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 27 | -1429/+1600 |
| * | Simplify build/install process for bki and description files. There's | Tom Lane | 2000-06-05 | 2 | -35/+24 |