| Age | Commit message (Expand) | Author |
| 2005-04-25 | On further experimentation, there were still a couple of bugs in | Tom Lane |
| 2005-04-25 | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane |
| 2005-04-25 | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane |
| 2005-04-25 | Avoid rechecking lossy operators twice in a bitmap scan plan. | Tom Lane |
| 2005-04-25 | While determining the filter clauses for an index scan (either plain | 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-24 | Actually, nodeBitmapIndexscan.c doesn't need to create a standard | Tom Lane |
| 2005-04-24 | Put back example of using Result node to execute an INSERT. | Tom Lane |
| 2005-04-24 | Update some comments to use SQL examples rather than QUEL. From Simon | Neil Conway |
| 2005-04-24 | Update VACUUM VERBOSE FSM message, per Tom. | Bruce Momjian |
| 2005-04-23 | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane |
| 2005-04-23 | Remove useless argtype_inherit() code, and make consequent simplifications. | Tom Lane |
| 2005-04-23 | Remove explicit FreeExprContext calls during plan node shutdown. The | Tom Lane |
| 2005-04-23 | Update VACUUM VERBOSE update, per Alvaro. | Bruce Momjian |
| 2005-04-23 | Update working of VACUUM VERBOSE. | Bruce Momjian |
| 2005-04-23 | Make VACUUM VERBOSE FSM output all output in a single INFO output | Bruce Momjian |
| 2005-04-23 | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane |
| 2005-04-23 | Allow -2147483648 to be treated as an INT4 rather than INT8 constant. | Tom Lane |
| 2005-04-23 | Recent changes got the sense of the notnull bit backwards in the 2.0 | Tom Lane |
| 2005-04-23 | Define the right-hand input of AT TIME ZONE as a full a_expr instead of | Tom Lane |
| 2005-04-23 | Modify output of VACUUM VERBOSE to be clearer. | Bruce Momjian |
| 2005-04-23 | Turns out that my recent elimination of the 'redundant' flatten_andors() | Tom Lane |
| 2005-04-23 | Teach choose_bitmap_and() to actually be choosy --- that is, try to | Tom Lane |
| 2005-04-23 | Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and | 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 | Make pg_ctl status do a kill() test to verify that the PID found in | Tom Lane |
| 2005-04-20 | Don't try to run clauseless index scans on index types that don't support | Tom Lane |
| 2005-04-20 | Fix mis-display of negative fractional seconds in interval values for | 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-18 | pg_dumpall should enforce the server version check for itself, rather | Tom Lane |
| 2005-04-18 | record_in and record_recv must be careful to return a separately | Tom Lane |
| 2005-04-17 | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane |
| 2005-04-17 | Fix comment typo. | Bruce Momjian |
| 2005-04-16 | Create a new 'MultiExecProcNode' call API for plan nodes that don't | Tom Lane |
| 2005-04-15 | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane |
| 2005-04-15 | Modify MoveOfflineLogs/InstallXLogFileSegment to avoid O(N^2) behavior | Tom Lane |
| 2005-04-15 | Revert addition of poorly-thought-out DUMP TIMESTAMP archive entry, | Tom Lane |
| 2005-04-15 | This patch changes the use of varargs.h to stdarg.h as | Neil Conway |
| 2005-04-15 | Remove an unused variable "waitingForSignal". From Qingqing Zhou. | Neil Conway |
| 2005-04-14 | Make equalTupleDescs() compare attlen/attbyval/attalign rather than | Tom Lane |
| 2005-04-14 | Put back blessing of record-function tupledesc, which I removed in a | Tom Lane |
| 2005-04-14 | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane |
| 2005-04-14 | Must count '*' characters as potential arguments. | Tom Lane |
| 2005-04-14 | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane |