| Age | Commit message (Expand) | Author |
| 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 |
| 2005-03-31 | First phase of OUT-parameters project. We can now define and use SQL | Tom Lane |
| 2005-03-29 | Add proallargtypes and proargmodes columns to pg_proc, as per my earlier | Tom Lane |
| 2005-03-29 | Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actually | Tom Lane |
| 2005-03-29 | Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the | Tom Lane |
| 2005-03-29 | Add SPI_getnspname(), including documentation. | Neil Conway |
| 2005-03-29 | Convert oidvector and int2vector into variable-length arrays. This | Tom Lane |
| 2005-03-28 | Remove dead push/pop rollback code. Vadim once planned to implement | Tom Lane |
| 2005-03-28 | Rethink the order of expression preprocessing: eval_const_expressions | Tom Lane |
| 2005-03-27 | First steps towards index scans with heap access decoupled from index | Tom Lane |
| 2005-03-27 | Eliminate duplicate hasnulls bit testing in index tuple access, and | Tom Lane |
| 2005-03-27 | Add a back-link from IndexOptInfo structs to their parent RelOptInfo | Tom Lane |
| 2005-03-26 | Expand the 'special index operator' machinery to handle special cases | Tom Lane |
| 2005-03-25 | Use 'cp' and 'chmod' in place of 'install' to install header files. | Bruce Momjian |
| 2005-03-25 | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane |
| 2005-03-25 | Fix resource owner code to generate catcache and relcache leak warnings | Tom Lane |
| 2005-03-25 | Add missing min/max parameters to DefineCustomIntVariable() and | Tom Lane |
| 2005-03-25 | Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth | Tom Lane |
| 2005-03-24 | array_map can't use the fn_extra field of the provided fcinfo struct as | Tom Lane |
| 2005-03-24 | Change Win32 O_SYNC method to O_DSYNC because that is what the method | Bruce Momjian |
| 2005-03-23 | WAL must log CREATE and DROP DATABASE operations *without* using any | Tom Lane |
| 2005-03-22 | Use InitFunctionCallInfoData() macro instead of MemSet in performance | Tom Lane |
| 2005-03-22 | Create a routine PageIndexMultiDelete() that replaces a loop around | Tom Lane |
| 2005-03-21 | Convert index-related tuple handling routines from char 'n'/' ' to bool | Tom Lane |
| 2005-03-20 | Change the return value of HeapTupleSatisfiesUpdate() to be an enum, | Neil Conway |
| 2005-03-20 | On Windows, use QueryPerformanceCounter instead of gettimeofday for | Tom Lane |