| Age | Commit message (Expand) | Author |
| 2000-07-14 | Cleanup of code for creating index entries. Functional indexes with | Tom Lane |
| 2000-07-14 | Remove references to symbols that no longer get defined | Peter Eisentraut |
| 2000-07-14 | Implement nested block comments in the backend and in psql. | Thomas G. Lockhart |
| 2000-07-12 | Remove a bunch of unused configure tests, in particular cases where | Peter Eisentraut |
| 2000-07-12 | Add assert checking to GUC ("debug_assertions") | Peter Eisentraut |
| 2000-07-12 | First stage of reclaiming memory in executor by resetting short-term | Tom Lane |
| 2000-07-11 | Here is the patch with memory leak checker. This checker allow detect | Bruce Momjian |
| 2000-07-09 | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut |
| 2000-07-09 | Another round of those unportable config/build changes :-/ | Peter Eisentraut |
| 2000-07-08 | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane |
| 2000-07-07 | Fix misuse of StrNCpy to copy and add null to non-null-terminated data. | Tom Lane |
| 2000-07-07 | - format_type function, in use by psql | Peter Eisentraut |
| 2000-07-07 | Rename cash_words_out to cash_words. | Bruce Momjian |
| 2000-07-06 | Backend makefile cleanup. make maintainer-clean is now completely | Peter Eisentraut |
| 2000-07-06 | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane |
| 2000-07-05 | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane |
| 2000-07-05 | add check for libz compression library for pg_dump | Marc G. Fournier |
| 2000-07-05 | attached to this mail is a patch from a colleague that makes | Bruce Momjian |
| 2000-07-05 | Bugfix in ALTER TABLE CREATE TOAST TABLE | Jan Wieck |
| 2000-07-04 | Expand secondary password file feature, so that you can use these | Peter Eisentraut |
| 2000-07-04 | Make toast-table creation and deletion work somewhat reliably. | Tom Lane |
| 2000-07-04 | misc | Vadim B. Mikheev |
| 2000-07-04 | tuptoaster.h should surely not #include postgres.h. | Tom Lane |
| 2000-07-03 | TOAST changes to catalog | Jan Wieck |
| 2000-07-03 | TOAST | Jan Wieck |
| 2000-07-03 | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut |
| 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 |