| Age | Commit message (Expand) | Author |
| 2000-07-12 | Remove a bunch of unused configure tests, in particular cases where | 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-08 | Remove long-dead support for invoking queries from dynamically loaded | 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 | 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-03 | TOAST | Jan Wieck |
| 2000-07-03 | Move PGPORT envar handling to ResetAllOptions(). Improve long options | Peter Eisentraut |
| 2000-06-30 | Use a private memory context to store rule information in each relcache | 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-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-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-15 | Clean up #include's. | Bruce Momjian |
| 2000-06-15 | #include cleanups | Bruce Momjian |
| 2000-06-13 | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane |
| 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-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-05-31 | The heralded `Grand Unified Configuration scheme' (GUC) | Peter Eisentraut |
| 2000-05-29 | Convert array_map to use new fmgr interface. | Tom Lane |
| 2000-05-29 | Repair problems with overrun of timezone name length. Increase MAXTZLEN | Tom Lane |
| 2000-05-29 | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane |
| 2000-05-28 | First round of changes for new fmgr interface. fmgr itself and the | Tom Lane |
| 2000-05-24 | Update so init displays status with setproctitle too, like the rest of them. | Bruce Momjian |
| 2000-05-24 | Make setproctitle update for every query. | Bruce Momjian |
| 2000-05-23 | Comment out no-op ps updates for setproctitle(), until we figure out | Bruce Momjian |
| 2000-05-21 | Add debug code to aid in memory-leak tracking: if SHOW_MEMORY_STATS is | Tom Lane |
| 2000-05-12 | this fixes the bug where setting the entry in he process table no longer works | Marc G. Fournier |
| 2000-04-16 | Add new selectivity estimation functions for pattern-matching operators | Tom Lane |
| 2000-04-14 | Fix spelling of "millennium". | Thomas G. Lockhart |
| 2000-04-12 | A few more macro cleanups | Bruce Momjian |
| 2000-04-12 | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian |
| 2000-04-08 | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart |
| 2000-04-07 | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart |
| 2000-03-27 | Fix up comments where had been uglified by the automated reformatter. | Thomas G. Lockhart |
| 2000-03-24 | Rename bytea functions to not have upper-case letters in their names. | Tom Lane |
| 2000-03-23 | >> 5. empty define that results in an empty but terminated line ( ; ) | Bruce Momjian |
| 2000-03-18 | Clean up minor compiler warnings. | Tom Lane |
| 2000-03-14 | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart |
| 2000-02-27 | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck |