| Age | Commit message (Expand) | Author |
| 2005-05-20 | Implement md5(bytea), update regression tests and documentation. Patch | Neil Conway |
| 2005-05-19 | Factor out lock cleanup code that is needed in several places in lock.c. | Tom Lane |
| 2005-05-19 | Split the shared-memory array of PGPROC pointers out of the sinval | Tom Lane |
| 2005-05-17 | Extend the pg_locks system view so that it can fully display all lock | Tom Lane |
| 2005-05-17 | Cleanup GiST header files. Since GiST extensions are often written as | Neil Conway |
| 2005-05-17 | GiST improvements: | Neil Conway |
| 2005-05-15 | Rename Rendezvous to Bonjour to match OS/X renaming. | Bruce Momjian |
| 2005-05-14 | Minor refactoring to eliminate duplicate code and make startup a | Tom Lane |
| 2005-05-13 | Revise nodeMergejoin in light of example provided by Guillaume Smet. | Tom Lane |
| 2005-05-11 | This patch refactors away some duplicated code in the index AM build | Neil Conway |
| 2005-05-11 | This patch reduces the size of the message header used by statistics | Neil Conway |
| 2005-05-11 | Code cleanup: in C89, there is no point casting the first argument to | Neil Conway |
| 2005-05-10 | Back out check for unreferenced files. | Bruce Momjian |
| 2005-05-10 | Report index name on CLUSTER failure. Also, suggest ALTER TABLE | Bruce Momjian |
| 2005-05-09 | Complete the following TODO items: | Neil Conway |
| 2005-05-06 | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane |
| 2005-05-05 | Adjust nodeBitmapIndexscan to keep the target index opened from plan | Tom Lane |
| 2005-05-03 | Clean up MultiXactIdExpand's API by separating out the case where we | Tom Lane |
| 2005-05-02 | Check the file system on postmaster startup and report any unreferenced | Bruce Momjian |
| 2005-05-02 | Change SPI functions to use a `long' when specifying the number of tuples | Neil Conway |
| 2005-05-01 | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane |
| 2005-04-30 | Change catalog entries for record_out and record_send to show only one | Tom Lane |
| 2005-04-30 | Use the standard lock manager to establish priority order when there | Tom Lane |
| 2005-04-29 | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane |
| 2005-04-28 | Implement sharable row-level locks, and use them for foreign key references | Tom Lane |
| 2005-04-25 | Replace slightly klugy create_bitmap_restriction() function with a | Tom Lane |
| 2005-04-25 | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane |
| 2005-04-24 | Adjust nodeBitmapIndexscan.c to not keep the index open across calls, | Tom Lane |
| 2005-04-22 | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane |
| 2005-04-21 | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane |
| 2005-04-21 | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane |
| 2005-04-20 | Minor performance improvement: avoid unnecessary creation/unioning of | Tom Lane |
| 2005-04-19 | Create executor and planner-backend support for decoupled heap and index | Tom Lane |
| 2005-04-19 | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian |
| 2005-04-17 | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane |
| 2005-04-16 | Create a new 'MultiExecProcNode' call API for plan nodes that don't | Tom Lane |
| 2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane |
| 2005-04-14 | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-14 | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane |
| 2005-04-13 | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane |
| 2005-04-13 | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane |
| 2005-04-13 | Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. | Tom Lane |
| 2005-04-12 | Adjust pg_cast.h so that the OIDs assigned to built-in casts come from | Tom Lane |
| 2005-04-12 | Fix oversight in MIN/MAX optimization: must not return NULL entries | Tom Lane |
| 2005-04-12 | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane |
| 2005-04-11 | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane |
| 2005-04-11 | Fix interaction between materializing holdable cursors and firing | Tom Lane |
| 2005-04-07 | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway |
| 2005-04-06 | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane |
| 2005-04-05 | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane |