summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2008-10-31Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane
2008-10-31Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas
2008-10-31Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane
2008-10-31Added missing ';'Michael Meskes
2008-10-31Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas
2008-10-31Add support for user-defined I/O conversion casts.Heikki Linnakangas
2008-10-30Revert previous patch to put the shared memory segment on win32Magnus Hagander
2008-10-30Fix recoveryLastXTime logic so that it actually does what one would expect.Tom Lane
2008-10-29Support for Sun Studio compiler on LinuxPeter Eisentraut
2008-10-29Update on array features supportPeter Eisentraut
2008-10-29Since SQL:2003, the array size specification in the SQL ARRAY syntax hasPeter Eisentraut
2008-10-29Unicode escapes in strings and identifiersPeter Eisentraut
2008-10-29Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane
2008-10-28Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane
2008-10-28Change WorkTableScan to not support backward scan. The apparent supportTom Lane
2008-10-28Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane
2008-10-28Add WITH [NO] DATA clause to CREATE TABLE AS, per SQL.Peter Eisentraut
2008-10-28Remove support for (insecure) crypt authentication.Magnus Hagander
2008-10-27Downgrade can't-happen error reports to elog().Alvaro Herrera
2008-10-27No need for extra code to log freezing zero tuples. Callers already check thatAlvaro Herrera
2008-10-27Make hba parsing error messages more specific.Magnus Hagander
2008-10-27Install a more robust solution for the problem of infinite error-processingTom Lane
2008-10-27SQL:2008 syntax CURRENT_CATALOG, CURRENT_SCHEMA, SET CATALOG, SET SCHEMA.Peter Eisentraut
2008-10-27Allow EXPLAIN on CREATE TABLE AS.Peter Eisentraut
2008-10-27Feature list updatePeter Eisentraut
2008-10-26Better solution to the IN-list issue: instead of having an arbitrary cutoff,Tom Lane
2008-10-25Be a little smarter about qual handling for semi-joins: a qual that mentionsTom Lane
2008-10-25Add a heuristic to transformAExprIn() to make it prefer expanding "x IN (list)"Tom Lane
2008-10-24Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane
2008-10-24Replace now unnecessary goto statements by using return directly.Magnus Hagander
2008-10-24Remove a "TODO-list" structure at the top of the file, referring backMagnus Hagander
2008-10-24Remove large parts of the old SSL readme, that consisted of a coupleMagnus Hagander
2008-10-23Fix an oversight in two different recent patches: nodes that support SRFsTom Lane
2008-10-23Remove useless ps_OuterTupleSlot field from PlanState. I suppose this wasTom Lane
2008-10-23* make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander
2008-10-23Feature T173 "Extended LIKE clause in table definition" is supportedPeter Eisentraut
2008-10-23Feature T401 is not listed in the SQL standard. Must have been a mistake.Peter Eisentraut
2008-10-23When estimating without benefit of MCV lists (suggesting that one or bothTom Lane
2008-10-22Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane
2008-10-22Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev
2008-10-22SQL:2008 alternative syntax for LIMIT/OFFSET:Peter Eisentraut
2008-10-21Add a concept of "placeholder" variables to the planner. These are variablesTom Lane
2008-10-21Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut
2008-10-21Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPEPeter Eisentraut
2008-10-20Properly access a buffer's LSN using existing access macros instead of abusingAlvaro Herrera
2008-10-20These functions no longer return a value, per complaint from gothic_moth viaAlvaro Herrera
2008-10-20Rework subtransaction commit protocol for hot standby.Alvaro Herrera
2008-10-20Remove support of backward scan in GiST. Per discussionTeodor Sigaev
2008-10-20SQL 200N -> SQL:2003Peter Eisentraut
2008-10-20Feature T411 is not found in SQL:2003 or 2008 anymore, so it must have beenPeter Eisentraut