| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix BCC to not define compiler location. | Bruce Momjian | 2005-04-30 | 1 | -1/+1 |
* | Restructure LOCKTAG as per discussions of a couple months ago. | Tom Lane | 2005-04-29 | 11 | -212/+319 |
* | Remove extern from optreset that was just added. | Bruce Momjian | 2005-04-29 | 1 | -2/+2 |
* | Improve cleanup from win32 client-only build. | Bruce Momjian | 2005-04-29 | 2 | -3/+3 |
* | Backpatch BCC compile changes to 8.0.X for psql. | Bruce Momjian | 2005-04-29 | 9 | -218/+243 |
* | This patch fixes a bug in the error message emitted by pg_restore on an | Neil Conway | 2005-04-29 | 1 | -2/+2 |
* | Implement sharable row-level locks, and use them for foreign key references | Tom Lane | 2005-04-28 | 47 | -345/+2616 |
* | Fix a whitespace problem. From Alvaro Herrera. | Dennis Bjorklund | 2005-04-28 | 1 | -1/+1 |
* | Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to | Bruce Momjian | 2005-04-28 | 1 | -7/+73 |
* | On further experimentation, there were still a couple of bugs in | Tom Lane | 2005-04-25 | 1 | -43/+44 |
* | Fix ExpandIndirectionStar to handle cases where the expression to be | Tom Lane | 2005-04-25 | 1 | -3/+151 |
* | get_expr_result_type probably needs to be able to handle OpExpr as well | Tom Lane | 2005-04-25 | 1 | -2/+8 |
* | Avoid rechecking lossy operators twice in a bitmap scan plan. | Tom Lane | 2005-04-25 | 1 | -1/+9 |
* | While determining the filter clauses for an index scan (either plain | Tom Lane | 2005-04-25 | 2 | -15/+51 |
* | Replace slightly klugy create_bitmap_restriction() function with a | Tom Lane | 2005-04-25 | 5 | -90/+99 |
* | Remove support for OR'd indexscans internal to a single IndexScan plan | Tom Lane | 2005-04-25 | 21 | -1927/+714 |
* | Adjust nodeBitmapIndexscan.c to not keep the index open across calls, | Tom Lane | 2005-04-24 | 2 | -88/+30 |
* | Actually, nodeBitmapIndexscan.c doesn't need to create a standard | Tom Lane | 2005-04-24 | 1 | -20/+11 |
* | Put back example of using Result node to execute an INSERT. | Tom Lane | 2005-04-24 | 1 | -2/+7 |
* | Update some comments to use SQL examples rather than QUEL. From Simon | Neil Conway | 2005-04-24 | 2 | -10/+9 |
* | Update VACUUM VERBOSE FSM message, per Tom. | Bruce Momjian | 2005-04-24 | 1 | -9/+8 |
* | Repair two TIME WITH TIME ZONE bugs found by Dennis Vshivkov. Comparison | Tom Lane | 2005-04-23 | 1 | -4/+12 |
* | Remove useless argtype_inherit() code, and make consequent simplifications. | Tom Lane | 2005-04-23 | 1 | -251/+45 |
* | Remove explicit FreeExprContext calls during plan node shutdown. The | Tom Lane | 2005-04-23 | 3 | -18/+21 |
* | Update VACUUM VERBOSE update, per Alvaro. | Bruce Momjian | 2005-04-23 | 1 | -2/+3 |
* | Update working of VACUUM VERBOSE. | Bruce Momjian | 2005-04-23 | 1 | -2/+2 |
* | Make VACUUM VERBOSE FSM output all output in a single INFO output | Bruce Momjian | 2005-04-23 | 1 | -14/+8 |
* | Add comment about checkpoint panic behavior during shutdown, per | Tom Lane | 2005-04-23 | 1 | -2/+5 |
* | Allow -2147483648 to be treated as an INT4 rather than INT8 constant. | Tom Lane | 2005-04-23 | 1 | -9/+26 |
* | Recent changes got the sense of the notnull bit backwards in the 2.0 | Tom Lane | 2005-04-23 | 1 | -3/+3 |
* | Define the right-hand input of AT TIME ZONE as a full a_expr instead of | Tom Lane | 2005-04-23 | 1 | -2/+2 |
* | Modify output of VACUUM VERBOSE to be clearer. | Bruce Momjian | 2005-04-23 | 1 | -6/+16 |
* | Turns out that my recent elimination of the 'redundant' flatten_andors() | Tom Lane | 2005-04-23 | 1 | -66/+157 |
* | Teach choose_bitmap_and() to actually be choosy --- that is, try to | Tom Lane | 2005-04-23 | 1 | -5/+132 |
* | Fix bogus EXPLAIN display of rowcount estimates for BitmapAnd and | Tom Lane | 2005-04-23 | 1 | -15/+19 |
* | First cut at planner support for bitmap index scans. Lots to do yet, | Tom Lane | 2005-04-22 | 22 | -586/+1015 |
* | Rethink original decision to use AND/OR Expr nodes to represent bitmap | Tom Lane | 2005-04-21 | 15 | -190/+318 |
* | Install some slightly realistic cost estimation for bitmap index scans. | Tom Lane | 2005-04-21 | 8 | -31/+195 |
* | Make pg_ctl status do a kill() test to verify that the PID found in | Tom Lane | 2005-04-20 | 1 | -23/+61 |
* | Don't try to run clauseless index scans on index types that don't support | Tom Lane | 2005-04-20 | 1 | -7/+17 |
* | Fix mis-display of negative fractional seconds in interval values for | Tom Lane | 2005-04-20 | 1 | -8/+15 |
* | Minor performance improvement: avoid unnecessary creation/unioning of | Tom Lane | 2005-04-20 | 4 | -17/+65 |
* | Create executor and planner-backend support for decoupled heap and index | Tom Lane | 2005-04-19 | 30 | -76/+2783 |
* | Attached patch gets rid of the global timezone in the following steps: | Bruce Momjian | 2005-04-19 | 11 | -191/+233 |
* | pg_dumpall should enforce the server version check for itself, rather | Tom Lane | 2005-04-18 | 1 | -4/+31 |
* | record_in and record_recv must be careful to return a separately | Tom Lane | 2005-04-18 | 1 | -3/+23 |
* | Initial implementation of lossy-tuple-bitmap data structures. | Tom Lane | 2005-04-17 | 4 | -6/+840 |
* | Fix comment typo. | Bruce Momjian | 2005-04-17 | 1 | -2/+2 |
* | Create a new 'MultiExecProcNode' call API for plan nodes that don't | Tom Lane | 2005-04-16 | 9 | -39/+121 |
* | Reduce PANIC to ERROR in several xlog routines that are used in both | Tom Lane | 2005-04-15 | 1 | -26/+40 |