| Age | Commit message (Expand) | Author |
| 2000-07-03 | heap' logging | Vadim B. Mikheev |
| 2000-07-02 | Attached is a new patch which addresses this problem. (oids in | Bruce Momjian |
| 2000-07-02 | Version number now set in configure, available through Makefile.global | Peter Eisentraut |
| 2000-06-30 | Fixes for Solaris/cc suggested by <pgsql-hackers@thewrittenword.com> | Peter Eisentraut |
| 2000-06-30 | Use a private memory context to store rule information in each relcache | Tom Lane |
| 2000-06-29 | Rearrange config.h entries into a more sensible order, and add some | Tom Lane |
| 2000-06-28 | First phase of memory management rewrite (see backend/utils/mmgr/README | Tom Lane |
| 2000-06-22 | Second pass over run-time configuration system. Adjust priorities on some | Peter Eisentraut |
| 2000-06-20 | Make renaming a temp table behave sensibly. We don't need to touch | Tom Lane |
| 2000-06-20 | Make inheritance planning logic a little simpler and clearer, | Tom Lane |
| 2000-06-19 | Integrated ODBC driver into regular build. No more standalone business, | Peter Eisentraut |
| 2000-06-19 | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane |
| 2000-06-18 | Reimplement nodeMaterial to use a temporary BufFile (or even memory, if the | Tom Lane |
| 2000-06-18 | Reinstate BufFileTell(). | Tom Lane |
| 2000-06-17 | Get rid of IndexIsUniqueNoCache() kluge by the simple expedient of | Tom Lane |
| 2000-06-17 | Fix performance problems with pg_index lookups (see, for example, | Tom Lane |
| 2000-06-17 | Clean out another pocket of functions called via nonspecific function | Tom Lane |
| 2000-06-17 | Remove fmgrstamp-h business -- not needed and confusing | Peter Eisentraut |
| 2000-06-16 | Repair unforgivably brain-dead representation of CaseExpr nodes in | Tom Lane |
| 2000-06-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-15 | #include cleanups | Bruce Momjian |
| 2000-06-14 | I had overlooked the fact that some fmgr-callable functions return void | Tom Lane |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 2000-06-12 | Brand 7.1 release. Also update jdbc version in release branch. | Bruce Momjian |
| 2000-06-12 | Rename rule CURRENT to OLD in source tree. Add mapping for backward | Bruce Momjian |
| 2000-06-12 | Back out pg_shadow changes to allow create table and locking permissions. | Bruce Momjian |
| 2000-06-11 | Update sequence-related functions to new fmgr style. Remove downcasing, | Tom Lane |
| 2000-06-11 | Substituted new configure test for types of accept() | Peter Eisentraut |
| 2000-06-09 | I have made the couple of mods required to make the odbc driver with | Bruce Momjian |
| 2000-06-09 | I have large database and with this DB work more users and I very need | Bruce Momjian |
| 2000-06-09 | Cause inheritance patch to meet minimum coding standards (no gcc | Tom Lane |
| 2000-06-09 | Inheritance overhaul by Chris Bitmead <chris@bitmead.com> | Bruce Momjian |
| 2000-06-09 | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane |
| 2000-06-08 | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian |
| 2000-06-08 | Mark ImmediateSharedRelationCacheInvalidate as NOT_USED. | Bruce Momjian |
| 2000-06-07 | Re-order pg_listener index so it can later be used in an index scan. | Bruce Momjian |
| 2000-06-07 | New system index, initdb everyone. | Bruce Momjian |
| 2000-06-07 | Add index on pg_index.indrelid for Tom Lane. | Bruce Momjian |
| 2000-06-06 | PGPORT envar was erroneously ignored by the backend | Peter Eisentraut |
| 2000-06-05 | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane |
| 2000-06-04 | Removed ELOG_TIMESTAMPS #define in favor of two run-time | Peter Eisentraut |
| 2000-06-04 | New ps display code, works on more platforms. | Peter Eisentraut |
| 2000-06-03 | New warning code about auto-created range table entries. | Bruce Momjian |
| 2000-06-02 | More cleanup of c.h binary macros | Bruce Momjian |
| 2000-06-02 | Reverse PG_BINARY defines | Bruce Momjian |
| 2000-06-02 | Remove NT-specific file open defines by defining our own open macros for | Bruce Momjian |
| 2000-06-02 | heap' xlog records | Vadim B. Mikheev |
| 2000-06-02 | Create an fd.c entry point that is just like plain open(2) except that | Tom Lane |
| 2000-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-30 | Third round of fmgr updates: eliminate calls using fmgr() and | Tom Lane |