]> granicus.if.org Git - postgresql/history - src/include
This patch will ensure that the hash table iteration performed by
[postgresql] / src / include /
2005-05-11 Neil ConwayThis patch refactors away some duplicated code in the...
2005-05-11 Neil ConwayThis patch reduces the size of the message header used...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-05-10 Bruce MomjianBack out check for unreferenced files.
2005-05-10 Bruce MomjianReport index name on CLUSTER failure. Also, suggest...
2005-05-09 Neil ConwayComplete the following TODO items:
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-05 Tom LaneAdjust nodeBitmapIndexscan to keep the target index...
2005-05-03 Tom LaneClean up MultiXactIdExpand's API by separating out...
2005-05-02 Bruce MomjianCheck the file system on postmaster startup and report...
2005-05-02 Neil ConwayChange SPI functions to use a `long' when specifying...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-30 Tom LaneChange catalog entries for record_out and record_send...
2005-04-30 Tom LaneUse the standard lock manager to establish priority...
2005-04-29 Tom LaneRestructure LOCKTAG as per discussions of a couple...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-25 Tom LaneReplace slightly klugy create_bitmap_restriction()...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-24 Tom LaneAdjust nodeBitmapIndexscan.c to not keep the index...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-20 Tom LaneMinor performance improvement: avoid unnecessary creati...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-19 Bruce MomjianAttached patch gets rid of the global timezone in the...
2005-04-17 Tom LaneInitial implementation of lossy-tuple-bitmap data struc...
2005-04-16 Tom LaneCreate a new 'MultiExecProcNode' call API for plan...
2005-04-14 Tom LaneMarginal hack to use a specialized hash function for...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-04-13 Tom LaneSimplify initdb-time assignment of OIDs as I proposed...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-13 Tom LaneRevert yesterday's change to make pg_cast.h say 'OID...
2005-04-12 Tom LaneAdjust pg_cast.h so that the OIDs assigned to built...
2005-04-12 Tom LaneFix oversight in MIN/MAX optimization: must not return...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-11 Tom LaneCreate the planner mechanism for optimizing simple...
2005-04-11 Tom LaneFix interaction between materializing holdable cursors...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-04-05 Tom Laneplpgsql does OUT parameters, as per my proposal a few...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneAdd proallargtypes and proargmodes columns to pg_proc...
2005-03-29 Tom LaneFix grammar for IN/OUT/INOUT parameters. This commit...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
2005-03-29 Neil ConwayAdd SPI_getnspname(), including documentation.
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-28 Tom LaneRemove dead push/pop rollback code. Vadim once planned...
2005-03-28 Tom LaneRethink the order of expression preprocessing: eval_con...
2005-03-27 Tom LaneFirst steps towards index scans with heap access decoup...
2005-03-27 Tom LaneEliminate duplicate hasnulls bit testing in index tuple...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-26 Tom LaneExpand the 'special index operator' machinery to handle...
2005-03-25 Bruce MomjianUse 'cp' and 'chmod' in place of 'install' to install...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-25 Tom LaneFix resource owner code to generate catcache and relcac...
2005-03-25 Tom LaneAdd missing min/max parameters to DefineCustomIntVariab...
2005-03-25 Tom LaneKerberos fixes from Magnus Hagander --- in theory Kerbe...
2005-03-24 Tom Lanearray_map can't use the fn_extra field of the provided...
2005-03-24 Bruce MomjianChange Win32 O_SYNC method to O_DSYNC because that...
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-22 Tom LaneUse InitFunctionCallInfoData() macro instead of MemSet...
2005-03-22 Tom LaneCreate a routine PageIndexMultiDelete() that replaces...
2005-03-21 Tom LaneConvert index-related tuple handling routines from...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-03-20 Tom LaneOn Windows, use QueryPerformanceCounter instead of...
2005-03-20 Tom LaneRemove unnecessary calls of FlushRelationBuffers: there...
2005-03-19 Tom LaneAdd temp_buffers GUC variable to allow users to determi...
2005-03-18 Tom LaneNeed to reset local buffer pin counts, not only shared...
2005-03-17 Neil ConwayThis patch moves some code for preprocessing FOR UPDATE...
2005-03-16 Bruce MomjianForce initdb cause of encoding additions.
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-16 Bruce MomjianAdd sprintf support, that were were missing.
2005-03-16 Bruce MomjianPrevent locale-aware handling of upper, lower, and...
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-14 Tom LaneAvoid O(N^2) overhead in repeated nocachegetattr calls...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-13 Tom LaneAdd missing identification comment, remove entirely...
2005-03-11 Bruce MomjianAdd fprintf() custom version to libpgport.
2005-03-11 Bruce MomjianDefine snprintf() to call pg_snprintf() so our own...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-03-10 Bruce MomjianAdd spinlock support for Itanium processor with Intel...
2005-03-10 Neil ConwayRefactor fork()-related code. We need to do various...
2005-03-07 Tom LaneAdjust creation/destruction of TupleDesc data structure...
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-28 Neil ConwayImplement max() and min() aggregates for array types...
2005-02-27 Neil ConwayAdd explicit casts between int4 and boolean. Patch...
2005-02-27 Bruce MomjianAllow Win32 to support the O_SYNC open flag as an wal_s...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-25 Teodor SigaevIn accordance to
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-02-18 Tom LaneConvert MemoryContextSwitchTo() into an inline function...
2005-02-15 Bruce MomjianDocument usage of gettext_noop().
2005-02-03 Tom LaneEnsure that all details of the ARC algorithm are hidden...
2005-02-02 Neil ConwayAdd support for temporary views, including documentatio...
next