summaryrefslogtreecommitdiff
path: root/src/include/catalog/pg_proc.h
AgeCommit message (Expand)Author
2008-10-03Add relation fork support to pg_relation_size() function. You can now passHeikki Linnakangas
2008-09-19Create a selectivity estimation function for the text search @@ operator.Tom Lane
2008-09-10Add "source file" and "source line" information to each GUC variable.Alvaro Herrera
2008-09-06Implement a psql command "\ef" to edit the definition of a function.Tom Lane
2008-08-25Convert remaining builtin set-returning functions to use OUT parameters, makingMagnus Hagander
2008-08-23Add missing descriptions for aggregates, functions and conversions.Bruce Momjian
2008-08-16Clean up the loose ends in selectivity estimation left by my patch for semiTom Lane
2008-07-18Implement SQL-spec RETURNS TABLE syntax for functions.Tom Lane
2008-07-16Add a "provariadic" column to pg_proc to eliminate the remarkably expensiveTom Lane
2008-07-16Support "variadic" functions, which can accept a variable number of argumentsTom Lane
2008-07-16Add array_fill() to create arrays initialized with a value.Bruce Momjian
2008-07-14Create a type-specific typanalyze routine for tsvector, which collects statsTom Lane
2008-07-03Add a function pg_get_keywords() to let clients find out the set of keywordsTom Lane
2008-06-17Clean up some problems with redundant cross-type arithmetic operators. AddTom Lane
2008-05-29Improve the documentation comment for replace(). Robert TreatTom Lane
2008-05-27Alter the xxx_pattern_ops opclasses to use the regular equality operator ofTom Lane
2008-05-16Extend GIN to support partial-match searches, and extend tsquery to supportTom Lane
2008-05-15Add support for tracking call counts and elapsed runtime for user-definedTom Lane
2008-05-08Make the new pg_stat_get_activity use OUT parameters, so you don't have toMagnus Hagander
2008-05-07Make the pg_stat_activity view call a SRF (pg_stat_get_activity())Magnus Hagander
2008-05-04Add timestamp and timestamptz versions of generate_series().Tom Lane
2008-05-04Add pg_conf_load_time() function to report when the Postgres configurationTom Lane
2008-04-29Fix volatility marking for the generate_series and generate_subscripts familiesAlvaro Herrera
2008-04-28Add generate_subscripts, a series-generation function which generates anAlvaro Herrera
2008-04-17Re-enable pg_terminate_backend() using SIGTERM. SIGTERM testing stillBruce Momjian
2008-04-15Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian
2008-04-15Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2008-04-10Replace "amgetmulti" AM functions with "amgetbitmap", in which the wholeTom Lane
2008-04-04Re-implement division for numeric values using the traditional "schoolbook"Tom Lane
2008-04-04Implement current_query(), that shows the currently executing query.Bruce Momjian
2008-03-27Reduce the need for frontend programs to include "postgres.h" by refactoringTom Lane
2008-03-23Create a function quote_nullable(), which works the same as quote_literal()Tom Lane
2008-03-22Add server side lo_import(filename, oid) function.Tatsuo Ishii
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Adjust the names of a couple of tsearch index support functions that hadTom Lane
2007-11-27Add quote_literal(anyelement) to preserve (and, in fact, extend) aTom Lane
2007-11-27Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-24Remove the aggregate form of ts_rewrite(), since it doesn't work as desiredTom Lane
2007-10-19Found another small glitch in tsearch API: the two versions of ts_lexize()Tom Lane
2007-10-19ts_rewrite() does not return a set, only one row; fix mislabeling inTom Lane
2007-10-13Migrate the former contrib/txid module into core. This will make it easierTom Lane
2007-09-25Just-in-time background writing strategy. This code avoids re-scanningTom Lane
2007-09-24Remove "convert 'blah' using conversion_name" facility, because if itAndrew Dunstan
2007-09-20HOT updates. When we update a tuple without changing any of its indexedTom Lane
2007-09-18Close previously open holes for invalidly encoded data to enter theAndrew Dunstan
2007-09-11Rename recently-added pg_stat_activity column from txn_start to xact_start,Tom Lane
2007-09-04Provide for binary input/output of enums, to fix complaint from Merlin Moncure.Andrew Dunstan
2007-09-03Improve stylistic consistency of descriptions of built-in objects by avoidingTom Lane