aboutsummaryrefslogtreecommitdiff
path: root/src/include
Commit message (Expand)AuthorAge
* Move exprType(), exprTypmod(), expression_tree_walker(), and related routinesTom Lane2008-08-25
* Get rid of the last remaining uses of var_is_rel(), to wit some debuggingTom Lane2008-08-25
* Convert remaining builtin set-returning functions to use OUT parameters, makingMagnus Hagander2008-08-25
* Add missing descriptions for aggregates, functions and conversions.Bruce Momjian2008-08-23
* Fix possible duplicate tuples while GiST scan. Now page is processedTeodor Sigaev2008-08-23
* Arrange to convert EXISTS subqueries that are equivalent to hashable INTom Lane2008-08-22
* Improve sublink pullup code to handle ANY/EXISTS sublinks that are at topTom Lane2008-08-17
* Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane2008-08-16
* Make the temporary directory for pgstat files configurable by the GUCMagnus Hagander2008-08-15
* Fix pull_up_simple_union_all to copy all rtable entries from child subquery toHeikki Linnakangas2008-08-14
* Implement SEMI and ANTI joins in the planner and executor. (Semijoins replaceTom Lane2008-08-14
* Have autovacuum consider processing TOAST tables separately from theirAlvaro Herrera2008-08-13
* Relation forks patch requires a catversion bump due to changes in the formatHeikki Linnakangas2008-08-11
* Introduce the concept of relation forks. An smgr relation can now consistHeikki Linnakangas2008-08-11
* Improve INTERSECT/EXCEPT hashing by realizing that we don't need to make anyTom Lane2008-08-07
* Support hashing for duplicate-elimination in INTERSECT and EXCEPT queries.Tom Lane2008-08-07
* Teach the system how to use hashing for UNION. (INTERSECT/EXCEPT will follow,Tom Lane2008-08-07
* Move pgstat.tmp into a temporary directory under $PGDATA named pg_stat_tmp.Magnus Hagander2008-08-05
* Improve SELECT DISTINCT to consider hash aggregation, as well as sort/uniq,Tom Lane2008-08-05
* Improve CREATE/DROP/RENAME DATABASE so that when failing because the sourceTom Lane2008-08-04
* Rearrange the querytree representation of ORDER BY/GROUP BY/DISTINCT itemsTom Lane2008-08-02
* Move ident authentication code into auth.c along with the other authenciationMagnus Hagander2008-08-01
* Fix parser so that we don't modify the user-written ORDER BY list in orderTom Lane2008-07-31
* Flip the default typispreferred setting from true to false. This affectsTom Lane2008-07-30
* Replace the hard-wired type knowledge in TypeCategory() and IsPreferredType()Tom Lane2008-07-30
* As noted by Andrew Gierth, there's really no need any more to force a junkTom Lane2008-07-26
* Use guc.c's parse_int() instead of pg_atoi() to parse fillfactor inTom Lane2008-07-23
* Adjust things so that the query_string of a cached plan and the sourceText ofTom Lane2008-07-18
* Provide a function hook to let plug-ins get control around ExecutorRun.Tom Lane2008-07-18
* Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane2008-07-18
* Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane2008-07-16
* Support "variadic" functions, which can accept a variable number of argumentsTom Lane2008-07-16
* Add array_fill() to create arrays initialized with a value.Bruce Momjian2008-07-16
* Clean up buildfarm failures arising from the seemingly straightforward pageTom Lane2008-07-14
* Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane2008-07-14
* Change the PageGetContents() macro to guarantee its result is maxalign'd,Tom Lane2008-07-13
* Clean up the use of some page-header-access macros: principally, useTom Lane2008-07-13
* Don't make --enable-cassert turn on RANDOMIZE_ALLOCATED_MEMORY automatically;Tom Lane2008-07-12
* Const-ify the arguments of str_tolower() and friends to suppress compileTom Lane2008-07-12
* Multi-column GIN indexes. Teodor SigaevTom Lane2008-07-11
* Tighten up SS_finalize_plan's computation of valid_params to exclude Params ofTom Lane2008-07-10
* Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane2008-07-03
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-03
* Extend VacAttrStats to allow typanalyze functions to store statistic valuesHeikki Linnakangas2008-07-01
* Teach autovacuum how to determine whether a temp table belongs to a crashedTom Lane2008-07-01
* Fix recovery.conf boolean variables to take the same range of stringBruce Momjian2008-06-30
* Turn PGBE_ACTIVITY_SIZE into a GUC variable, track_activity_query_size.Heikki Linnakangas2008-06-30
* If pnstrdup is going to be promoted to a generally available function,Tom Lane2008-06-28
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Merge duplicate upper/lower/initcap() routines in oracle_compat.c andBruce Momjian2008-06-23