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