summaryrefslogtreecommitdiff
path: root/src/backend/utils
AgeCommit message (Expand)Author
2005-04-14Marginal hack to use a specialized hash function for dynahash hashtablesTom Lane
2005-04-14Completion of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-14First phase of project to use fixed OIDs for all system catalogs andTom Lane
2005-04-13Simplify initdb-time assignment of OIDs as I proposed yesterday, andTom Lane
2005-04-12Add aggsortop column to pg_aggregate, so that MIN/MAX optimization canTom Lane
2005-04-11Create the planner mechanism for optimizing simple MIN and MAX queriesTom Lane
2005-04-11Fix interaction between materializing holdable cursors and firingTom Lane
2005-04-08Change the default setting of "add_missing_from" to false. This has beenNeil Conway
2005-04-07Add a "USING" clause to DELETE, which is equivalent to the FROM clauseNeil Conway
2005-04-06Apply the "nodeAgg" optimization to more of the builtin transitionNeil Conway
2005-04-06Merge Resdom nodes into TargetEntry nodes to simplify code and save aTom Lane
2005-04-06This file was whacked by pgindent before it knew it shouldn't removeNeil Conway
2005-04-05plpgsql does OUT parameters, as per my proposal a few weeks ago.Tom Lane
2005-04-04This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAggNeil Conway
2005-04-01Second try at making examine_variable and friends behave sanely inTom Lane
2005-04-01Fix wrong week returnded by date_trunc('week') for early dates inBruce Momjian
2005-03-31First phase of OUT-parameters project. We can now define and use SQLTom Lane
2005-03-29Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set theTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-03-28Rethink the order of expression preprocessing: eval_const_expressionsTom Lane
2005-03-27First steps towards index scans with heap access decoupled from indexTom Lane
2005-03-26Fix a pair of related issues with estimation of inequalities that involveTom Lane
2005-03-26Prevent to_char(interval) from dumping core on month-related formatsTom Lane
2005-03-25Fix resource owner code to generate catcache and relcache leak warningsTom Lane
2005-03-25Add missing min/max parameters to DefineCustomIntVariable() andTom Lane
2005-03-25Fix to_date to behave reasonably when CC and YY fields are both used.Tom Lane
2005-03-24array_map can't use the fn_extra field of the provided fcinfo struct asTom Lane
2005-03-24Change Win32 O_SYNC method to O_DSYNC because that is what the methodBruce Momjian
2005-03-22Use InitFunctionCallInfoData() macro instead of MemSet in performanceTom Lane
2005-03-21Fix quote_ident to use quote_identifier rather than its own, not quiteTom Lane
2005-03-20Change the return value of HeapTupleSatisfiesUpdate() to be an enum,Neil Conway
2005-03-19Add temp_buffers GUC variable to allow users to determine the sizeTom Lane
2005-03-18Need to reset local buffer pin counts, not only shared buffer pins,Tom Lane
2005-03-18Need to release buffer pins before attempting to drop files duringTom Lane
2005-03-18Treat EPERM as a non-error case when checking to see if old postmasterTom Lane
2005-03-16Add missing include for new lc_ctype_is_c() function.Bruce Momjian
2005-03-16Prevent locale-aware handling of upper, lower, and initcap when theBruce Momjian
2005-03-14Add support for Win1252 encoding.Bruce Momjian
2005-03-14Update comments for new encoding names.Bruce Momjian
2005-03-13Make default_with_oids default to false -- user-created tables will nowNeil Conway
2005-03-13Document aliases for our supported encodings.Bruce Momjian
2005-03-12Adjust the API for aggregate function calls so that a C-coded functionTom Lane
2005-03-12Fix problem with infinite recursion between write_syslogger_file andTom Lane
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-07Unbreak out-of-tree builds, by fixing a typo.Neil Conway
2005-03-07Adjust creation/destruction of TupleDesc data structure to reduce theTom Lane
2005-03-07Rename canonical encodings, per Peter:Bruce Momjian
2005-03-06Revise hash join code so that we can increase the number of batchesTom Lane
2005-03-04Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane
2005-03-01Allow Trace_lock_oidmin to be set to zero; this is a reasonableTom Lane