| Age | Commit message (Expand) | Author |
| 2001-05-15 | Re-add pg_index.indhaskeytype. | Bruce Momjian |
| 2001-05-15 | Re-add pg_index.indisclustered in a minimalist way. Also fix BSDi | Bruce Momjian |
| 2001-05-15 | EvalPlanQual was thoroughly broken for concurrent update/delete on inheritance | Tom Lane |
| 2001-05-15 | Let's stick to the documented number of digits in CATVERSION, shall we? | Tom Lane |
| 2001-05-14 | Small include file fix for pg_variabie.h | Bruce Momjian |
| 2001-05-14 | Update catalog version for fix. | Bruce Momjian |
| 2001-05-14 | Pg_varaiable removal cleanup found from regression. | Bruce Momjian |
| 2001-05-14 | Remove columns pg_index.haskeytype and pg_index.indisclustered. Not used. | Bruce Momjian |
| 2001-05-14 | Remove unused tables pg_variable, pg_inheritproc, pg_ipl tables. Initdb | Bruce Momjian |
| 2001-05-12 | Modify RelationGetBufferForTuple() so that we only do lseek and lock | Tom Lane |
| 2001-05-12 | Make bootstrap debug messages more readable. Clean up some clutter. | Peter Eisentraut |
| 2001-05-11 | Cleanups of pltcl unknown thingy. | Peter Eisentraut |
| 2001-05-11 | Stamp CVS as 7.2. Update all interface version numbers. This is the | Bruce Momjian |
| 2001-05-10 | Up version to force initdb to fix regression problems. | Bruce Momjian |
| 2001-05-10 | Avoid unnecessary lseek() calls by cleanups in md.c. mdfd_lstbcnt was | Tom Lane |
| 2001-05-09 | First cut at making indexscan cost estimates depend on correlation | Tom Lane |
| 2001-05-09 | Cause planner to make use of average-column-width statistic that is now | Tom Lane |
| 2001-05-08 | Add SET SESSION AUTHORIZATION command. | Peter Eisentraut |
| 2001-05-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-05-03 | Consolidate several near-identical uses of mktime() into a single | Tom Lane |
| 2001-05-03 | BTW it does not add encodign it just patches existing one (KOI8) to | Bruce Momjian |
| 2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
| 2001-05-03 | Updates for 7.1.1. Not done yet. | Bruce Momjian |
| 2001-05-03 | Correct pg_description entry for type macaddr. | Tom Lane |
| 2001-04-24 | Undo pgindent brain damage, so that node type numbers can once again be | Tom Lane |
| 2001-04-18 | Make the world safe for passing whole rows of views to functions. This | Tom Lane |
| 2001-04-14 | Work with Readline 4.2. | Peter Eisentraut |
| 2001-04-13 | Suppress compiler warnings in Vax and NS32K assembly code: 'register foo' | Tom Lane |
| 2001-03-30 | Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData | Tom Lane |
| 2001-03-26 | Add #define HAVE_ATEXIT, per report from Magnus. | Tom Lane |
| 2001-03-25 | Improve comments for xlog item size #defines. | Tom Lane |
| 2001-03-25 | Re-order declarations to un-break the non-HAS_TEST_AND_SET case. | Tom Lane |
| 2001-03-23 | When using 'long long int' for int64 type, check to see if the compiler | Tom Lane |
| 2001-03-23 | Mark exception and assert global variables as DLLIMPORT, so that plpgsql | Tom Lane |
| 2001-03-23 | Fix comments that were mis-wrapped, for Tom Lane. | Bruce Momjian |
| 2001-03-22 | Remove dashes in comments that don't need them, rewrap with pgindent. | Bruce Momjian |
| 2001-03-22 | pgindent run. Make it all clean. | Bruce Momjian |
| 2001-03-18 | Remove NEXTXID xlog record type to avoid three-way deadlock risk. | Tom Lane |
| 2001-03-18 | Patches from Cyril Velter to make shared-memory-conflict-detection code | Tom Lane |
| 2001-03-16 | Support syncing WAL log to disk using either fsync(), fdatasync(), | Tom Lane |
| 2001-03-14 | Reduce amount of memory used per tuple for after-event triggers. This | Tom Lane |
| 2001-03-14 | Remove obsolete PowerPC-specific hack for comparisons to DBL_MIN | Tom Lane |
| 2001-03-13 | Change xlog page-header format to include StartUpID. Use the SUI to | Tom Lane |
| 2001-03-13 | XLOG (and related) changes: | Tom Lane |
| 2001-03-09 | Don't choke on superuser names containing random punctuation. | Tom Lane |
| 2001-03-04 | Update mysql converter, new version released. | Bruce Momjian |
| 2001-03-01 | Add missing semicolon required by QNX shell. | Peter Eisentraut |
| 2001-03-01 | Remove HAVE_OPTARG per discussion in hackers list. | Tatsuo Ishii |
| 2001-02-27 | Tweak portal (cursor) code so that it will not call the executor again | Tom Lane |
| 2001-02-27 | Mark new text<->date, text<->time, text<->timetz conversion functions as | Tom Lane |