summaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Cleanup GiST header files. Since GiST extensions are often written asNeil Conway2005-05-172-117/+125
* GiST improvements:Neil Conway2005-05-171-12/+23
* Rename Rendezvous to Bonjour to match OS/X renaming.Bruce Momjian2005-05-152-4/+4
* Minor refactoring to eliminate duplicate code and make startup aTom Lane2005-05-141-1/+5
* Revise nodeMergejoin in light of example provided by Guillaume Smet.Tom Lane2005-05-133-35/+34
* This patch refactors away some duplicated code in the index AM buildNeil Conway2005-05-111-2/+3
* This patch reduces the size of the message header used by statisticsNeil Conway2005-05-111-9/+20
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-111-7/+7
* Back out check for unreferenced files.Bruce Momjian2005-05-102-6/+2
* Report index name on CLUSTER failure. Also, suggest ALTER TABLEBruce Momjian2005-05-101-2/+3
* Complete the following TODO items:Neil Conway2005-05-093-5/+15
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-061-2/+1
* Adjust nodeBitmapIndexscan to keep the target index opened from planTom Lane2005-05-051-1/+5
* Clean up MultiXactIdExpand's API by separating out the case where weTom Lane2005-05-031-4/+4
* Check the file system on postmaster startup and report any unreferencedBruce Momjian2005-05-022-2/+6
* Change SPI functions to use a `long' when specifying the number of tuplesNeil Conway2005-05-021-8/+8
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-011-5/+3
* Change catalog entries for record_out and record_send to show only oneTom Lane2005-04-302-5/+5
* Use the standard lock manager to establish priority order when thereTom Lane2005-04-301-1/+18
* Restructure LOCKTAG as per discussions of a couple months ago.Tom Lane2005-04-294-38/+101
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-2813-29/+102
* Replace slightly klugy create_bitmap_restriction() function with aTom Lane2005-04-252-3/+5
* Remove support for OR'd indexscans internal to a single IndexScan planTom Lane2005-04-257-83/+83
* Adjust nodeBitmapIndexscan.c to not keep the index open across calls,Tom Lane2005-04-241-5/+1
* First cut at planner support for bitmap index scans. Lots to do yet,Tom Lane2005-04-225-23/+21
* Rethink original decision to use AND/OR Expr nodes to represent bitmapTom Lane2005-04-214-9/+46
* Install some slightly realistic cost estimation for bitmap index scans.Tom Lane2005-04-212-6/+15
* Minor performance improvement: avoid unnecessary creation/unioning ofTom Lane2005-04-201-1/+3
* Create executor and planner-backend support for decoupled heap and indexTom Lane2005-04-1911-10/+288
* Attached patch gets rid of the global timezone in the following steps:Bruce Momjian2005-04-191-7/+10
* Initial implementation of lossy-tuple-bitmap data structures.Tom Lane2005-04-172-4/+64
* Create a new 'MultiExecProcNode' call API for plan nodes that don'tTom Lane2005-04-164-7/+10
* Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane2005-04-141-1/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-147-124/+13
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-1440-337/+329
* Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane2005-04-133-55/+26
* Change addRangeTableEntryForRelation() to take a Relation pointer insteadTom Lane2005-04-131-2/+2
* Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries.Tom Lane2005-04-131-257/+257
* Adjust pg_cast.h so that the OIDs assigned to built-in casts come fromTom Lane2005-04-121-256/+259
* Fix oversight in MIN/MAX optimization: must not return NULL entriesTom Lane2005-04-121-1/+2
* Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane2005-04-124-84/+98
* Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane2005-04-114-4/+16
* Fix interaction between materializing holdable cursors and firingTom Lane2005-04-112-4/+5
* Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway2005-04-071-1/+2
* Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane2005-04-066-91/+69
* plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane2005-04-051-1/+5
* First phase of OUT-parameters project. We can now define and use SQLTom Lane2005-03-315-21/+65
* Add proallargtypes and proargmodes columns to pg_proc, as per my earlierTom Lane2005-03-294-1687/+1706
* Fix grammar for IN/OUT/INOUT parameters. This commit doesn't actuallyTom Lane2005-03-291-2/+15
* Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane2005-03-292-9/+19