| Age | Commit message (Expand) | Author |
| 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 | 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 | 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 | 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 | 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-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-11 | PersistHoldablePortal must establish the correct value for ActiveSnapshot | Tom Lane |
| 2005-04-10 | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane |
| 2005-04-10 | Split out into a separate function the code in grouping_planner() that | Tom Lane |
| 2005-04-10 | SQL functions returning pass-by-reference types were copying the results | Tom Lane |
| 2005-04-08 | If we're going to have a non-panic check for held_lwlocks[] overrun, | Tom Lane |
| 2005-04-08 | Use an always-there test, not an Assert, to check for overrun of | Tom Lane |
| 2005-04-08 | Change the default setting of "add_missing_from" to false. This has been | Neil Conway |
| 2005-04-08 | Use fork_process() to avoid some fork()-related boilerplate code when | Neil Conway |