| Age | Commit message (Expand) | Author |
| 2001-08-10 | Make OIDs optional, per discussions in pghackers. WITH OIDS is still the | Tom Lane |
| 2001-08-10 | 1. null-safe interface to GiST | Bruce Momjian |
| 2001-07-22 | Suppress gcc warning in USE_LOCALE case. | Tom Lane |
| 2001-07-19 | Arrange to recycle old XLOG log segment files as new segment files, | Tom Lane |
| 2001-07-16 | Improve documentation about reasoning behind the order of operations | Tom Lane |
| 2001-07-15 | Restructure index AM interface for index building and index tuple deletion, | Tom Lane |
| 2001-07-13 | Minor code cleanup/beautification in RelationPutHeapTuple. | Tom Lane |
| 2001-07-12 | Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies the | Tom Lane |
| 2001-07-06 | Implement LockBufferForCleanup(), which will allow concurrent VACUUM | Tom Lane |
| 2001-07-06 | Fix my old fault(returns auto variable reference). | Hiroshi Inoue |
| 2001-06-29 | Further work on connecting the free space map (which is still just a | Tom Lane |
| 2001-06-28 | Repair logic error for multi-key indexes. From Oleg Bartunov. | Tom Lane |
| 2001-06-27 | Install infrastructure for shared-memory free space map. Doesn't actually | Tom Lane |
| 2001-06-25 | Optimizer can now estimate selectivity of IS NULL, IS NOT NULL, | Tom Lane |
| 2001-06-22 | Statistical system views (yet without the config stuff, but | Jan Wieck |
| 2001-06-21 | Tweak error message. | Tom Lane |
| 2001-06-19 | Clean up some longstanding problems in shared-cache invalidation. | Tom Lane |
| 2001-06-12 | Clean up various to-do items associated with system indexes: | Tom Lane |
| 2001-06-11 | Nest macros with slightly less enthusiasm, for performance and to avoid | Tom Lane |
| 2001-06-09 | Remove RelationGetBufferWithBuffer(), which is horribly confused about | Tom Lane |
| 2001-06-06 | Adjust WAL code so that checkpoints truncate the xlog at the previous | Tom Lane |
| 2001-06-03 | Mark many strings in backend not covered by elog for translation. Also, | Peter Eisentraut |
| 2001-06-01 | Clean up some minor problems exposed by further thought about Panon's bug | Tom Lane |
| 2001-05-31 | Updates to make GIST work with multi-key indexes (from Oleg Bartunov | Tom Lane |
| 2001-05-30 | Tweak StrategyEvaluation data structure to eliminate hardwired limit on | Tom Lane |
| 2001-05-30 | Remove SEP_CHAR, replace with / or '/' as appropriate. | Bruce Momjian |
| 2001-05-25 | Oops, only wanted python change in the last commit. Backing out. | Bruce Momjian |
| 2001-05-25 | While changing Cygwin Python to build its core as a DLL (like Win32 | Bruce Momjian |
| 2001-05-22 | I found the answer to this: the partition had filled up, and so the problem | Bruce Momjian |
| 2001-05-18 | Small code cleanups,formatting. | Bruce Momjian |
| 2001-05-17 | Prevent forced blank line before comment block in pgindent. | Bruce Momjian |
| 2001-05-17 | Spacing cleanup. | Bruce Momjian |
| 2001-05-17 | Small cleanup of spacing. | Bruce Momjian |
| 2001-05-16 | Repair race condition introduced into heap_update() in 7.1 --- | Tom Lane |
| 2001-05-15 | we found a problem in GiST with massive insert/update operations | Bruce Momjian |
| 2001-05-15 | Re-add pg_index.indhaskeytype. | 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-07 | Rewrite of planner statistics-gathering code. ANALYZE is now available as | Tom Lane |
| 2001-05-04 | Seems like we should not hold off cancel/die interrupts while we are | Tom Lane |
| 2001-05-03 | Ensure that btree sort ordering functions and boolean comparison operators | Tom Lane |
| 2001-04-05 | Fix comment that Vadim found confusing. | Tom Lane |
| 2001-04-05 | StartupXLOG(): initialize XLogCtl->Insert to new page if there is | Vadim B. Mikheev |
| 2001-03-25 | Fix unportable assumptions about alignment of local char[n] variables. | Tom Lane |
| 2001-03-25 | Fix code that incorrectly assumed a 'char foo[N]' local variable would | 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 |