]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
array_length() function, and for SQL compatibility also cardinality()
[postgresql] / src / include / catalog / pg_proc.h
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-03 Tom LaneDept of second thoughts: seems it'd be safer if pg_type...
2008-11-03 Andrew Dunstansuppress_redundant_updates_trigger function.
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-14 Tom LaneExtend the date type to support infinity and -infinity...
2008-10-13 Tom LaneImplement comparison of generic records (composite...
2008-10-06 Magnus HaganderAdd columns boot_val and reset_val to the pg_settings...
2008-10-05 Peter EisentrautRemove obsolete internal functions istrue, isfalse...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-08-25 Magnus HaganderConvert remaining builtin set-returning functions to...
2008-08-23 Bruce MomjianAdd missing descriptions for aggregates, functions...
2008-08-16 Tom LaneClean up the loose ends in selectivity estimation left...
2008-07-18 Tom LaneImplement SQL-spec RETURNS TABLE syntax for functions.
2008-07-16 Tom LaneAdd a "provariadic" column to pg_proc to eliminate...
2008-07-16 Tom LaneSupport "variadic" functions, which can accept a variab...
2008-07-16 Bruce MomjianAdd array_fill() to create arrays initialized with...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-05-29 Tom LaneImprove the documentation comment for replace(). Rober...
2008-05-27 Tom LaneAlter the xxx_pattern_ops opclasses to use the regular...
2008-05-16 Tom LaneExtend GIN to support partial-match searches, and exten...
2008-05-15 Tom LaneAdd support for tracking call counts and elapsed runtim...
2008-05-08 Magnus HaganderMake the new pg_stat_get_activity use OUT parameters...
2008-05-07 Magnus HaganderMake the pg_stat_activity view call a SRF (pg_stat_get_...
2008-05-04 Tom LaneAdd timestamp and timestamptz versions of generate_seri...
2008-05-04 Tom LaneAdd pg_conf_load_time() function to report when the...
2008-04-29 Alvaro HerreraFix volatility marking for the generate_series and...
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-17 Bruce MomjianRe-enable pg_terminate_backend() using SIGTERM. SIGTER...
2008-04-15 Bruce MomjianRevert addition of pg_terminate_backend() because of...
2008-04-15 Bruce MomjianAdd pg_terminate_backend() to allow terminating only...
2008-04-14 Tom LanePush index operator lossiness determination down to...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-04 Tom LaneRe-implement division for numeric values using the...
2008-04-04 Bruce MomjianImplement current_query(), that shows the currently...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-23 Tom LaneCreate a function quote_nullable(), which works the...
2008-03-22 Tatsuo IshiiAdd server side lo_import(filename, oid) function.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-27 Tom LaneAdd quote_literal(anyelement) to preserve (and, in...
2007-11-27 Peter EisentrautMake casts from xml to text independent of the XML...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-24 Tom LaneRemove the aggregate form of ts_rewrite(), since it...
2007-10-19 Tom LaneFound another small glitch in tsearch API: the two...
2007-10-19 Tom Lanets_rewrite() does not return a set, only one row; fix...
2007-10-13 Tom LaneMigrate the former contrib/txid module into core. ...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
2007-09-20 Tom LaneHOT updates. When we update a tuple without changing...
2007-09-18 Andrew DunstanClose previously open holes for invalidly encoded data...
2007-09-11 Tom LaneRename recently-added pg_stat_activity column from...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-09-03 Tom LaneImprove stylistic consistency of descriptions of built...
2007-09-03 Tom LaneImplement function-local GUC parameter settings, as...
2007-08-27 Tom LaneRemove the 'not in' operator (!!=). This was a hangove...
2007-08-22 Tom LaneSimplify the syntax of CREATE/ALTER TEXT SEARCH DICTION...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-05-21 Peter EisentrautXPath fixes:
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-22 Bruce MomjianAdd xmlpath() to evaluate XPath expressions, with names...
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-03 Bruce MomjianAdd lo_truncate() to backend and libpq for large object...
2007-02-20 Peter EisentrautAdd missing OIDs to pg_proc.
2007-02-17 Bruce MomjianCreate AVG() aggregates for int8 and NUMERIC which...
2007-02-16 Peter EisentrautFunctions for mapping table data and table schemas...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-28 Neil ConwayAdd a new builtin type, "uuid". This implements a UUID...
2007-01-22 Tom LaneAdd COST and ROWS options to CREATE/ALTER FUNCTION...
2007-01-20 Neil ConwayMake setseed() return void, rather than an int4 without...
2007-01-20 Peter EisentrautFix xmlconcat by properly merging the XML declarations...
2007-01-16 Neil ConwayImplement width_bucket() for the float8 data type.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2007-01-02 Bruce MomjianAdd n_live_tuples and n_dead_tuples to pg_stat_all_tables.
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-12-28 Peter EisentrautAdd send and recv functions for xml type.
2006-12-24 Tom LaneCode review for XML patch. Instill a bit of sanity...
2006-12-21 Peter EisentrautInitial SQL/XML support: xml data type and initial...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-28 Tom LaneMark to_char(timestamp without timezone) as stable...
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-18 Tom LaneAdd built-in userlock manipulation functions to replace...
next