aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* ADD array_ndims functionPeter Eisentraut2008-11-04
* Dept of second thoughts: seems it'd be safer if pg_typeof is markedTom Lane2008-11-03
* Clean up the messy semantics (not to mention inefficiency) of PageGetTempPageTom Lane2008-11-03
* suppress_redundant_updates_trigger function.Andrew Dunstan2008-11-03
* Add pg_typeof() function.Tom Lane2008-11-03
* Change the pgstat logic so that the stats collector writes the stats file onlyTom Lane2008-11-03
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Simplify ExecutorRun's API and save some trivial number of cycles by havingTom Lane2008-10-31
* Update FSM on WAL replay. This is a bit limited; the FSM is only updatedHeikki Linnakangas2008-10-31
* Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETETom Lane2008-10-31
* Unite ReadBufferWithFork, ReadBufferWithStrategy, and ZeroOrReadBufferHeikki Linnakangas2008-10-31
* Add support for user-defined I/O conversion casts.Heikki Linnakangas2008-10-31
* Support for Sun Studio compiler on LinuxPeter Eisentraut2008-10-29
* Unicode escapes in strings and identifiersPeter Eisentraut2008-10-29
* Be more tense about not creating tuplestores with randomAccess = true unlessTom Lane2008-10-29
* Extend ExecMakeFunctionResult() to support set-returning functions that returnTom Lane2008-10-28
* Arrange to squeeze out the MINIMAL_TUPLE_PADDING in the tuple representationTom Lane2008-10-28
* Remove support for (insecure) crypt authentication.Magnus Hagander2008-10-28
* Install a more robust solution for the problem of infinite error-processingTom Lane2008-10-27
* Reduce the memory footprint of large pending-trigger-event lists, as per myTom Lane2008-10-24
* Remove useless ps_OuterTupleSlot field from PlanState. I suppose this wasTom Lane2008-10-23
* * make pg_hba authoption be a set of 0 or more name=value pairsMagnus Hagander2008-10-23
* Dept of better ideas: refrain from creating the planner's placeholder_listTom Lane2008-10-22
* Fix GiST's killing tuple: GISTScanOpaque->curpos wasn'tTeodor Sigaev2008-10-22
* Add a concept of "placeholder" variables to the planner. These are variablesTom Lane2008-10-21
* Rework subtransaction commit protocol for hot standby.Alvaro Herrera2008-10-20
* Remove mark/restore support in GIN and GiST indexes.Teodor Sigaev2008-10-20
* Remove useless mark/restore support in hash index AM, per discussion.Tom Lane2008-10-17
* Add a new column to pg_am to specify whether an index AM supports backwardTom Lane2008-10-17
* Improve comments about RelOptInfo.reltargetlist.Tom Lane2008-10-17
* Improve headeline generation. Now headline can containTeodor Sigaev2008-10-17
* During repeated rescan of GiST index it's possible that scan keyTeodor Sigaev2008-10-17
* Extend the date type to support infinity and -infinity, analogously toTom Lane2008-10-14
* Implement comparison of generic records (composite types), and invent aTom Lane2008-10-13
* Un-break non-NLS builds.Tom Lane2008-10-09
* Fix two flaws in comments I just introduced, pointed out by Tom.Alvaro Herrera2008-10-09
* Improve the recently-added code for inlining set-returning functions so thatTom Lane2008-10-09
* Improve translatability of error messages for external modules by tweakingAlvaro Herrera2008-10-09
* Modify the parser's error reporting to include a specific hint for the caseTom Lane2008-10-08
* Extend CTE patch to support recursive UNION (ie, without ALL). TheTom Lane2008-10-07
* Fix up ruleutils.c for CTE features. The main problem was thatTom Lane2008-10-06
* When expanding a whole-row Var into a RowExpr during ResolveNew(), attachTom Lane2008-10-06
* Fix GetCTEForRTE() to deal with the possibility that the RTE it's given cameTom Lane2008-10-06
* Use fork names instead of numbers in the file names for additionalHeikki Linnakangas2008-10-06
* Add columns boot_val and reset_val to the pg_settings view, to exposeMagnus Hagander2008-10-06
* Index FSMs needs to be vacuumed as well. Report by Jeff Davis.Heikki Linnakangas2008-10-06
* Fix the implicit-RTE code to be able to handle implicit RTEs for CTEs, asTom Lane2008-10-06
* Remove obsolete internal functions istrue, isfalse, isnottrue, isnotfalse,Peter Eisentraut2008-10-05
* Implement SQL-standard WITH clauses, including WITH RECURSIVE.Tom Lane2008-10-04