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