]> granicus.if.org Git - postgresql/history - src/include/catalog/pg_proc.h
Found another small glitch in tsearch API: the two versions of ts_lexize()
[postgresql] / src / include / catalog / pg_proc.h
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...
2006-09-16 Tom LaneRename the recently-added pg_timezonenames view to...
2006-09-14 Tom LaneAdd a couple of information functions to support direct...
2006-09-10 Tom LaneRename contains/contained-by operators to @> and <...
2006-08-19 Tom LaneAdd a 'waiting' column to pg_stat_activity to carry...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-07-28 Tom LaneSQL2003-standard statistical aggregates, by Sergey...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-25 Tom LaneRemove hard-wired lists of timezone abbreviations in...
2006-07-21 Tom LaneAdd the full set of comparison functions for type TID...
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-06 Tom LaneMake the planner estimate costs for nestloop inner...
2006-05-19 Alvaro HerreraAdd last-vacuum/analyze-time columns to the stats colle...
2006-05-10 Tom LaneClean up code associated with updating pg_class statist...
2006-05-02 Tom LaneClean up API for ambulkdelete/amvacuumcleanup as per...
2006-05-02 Teodor SigaevGIN: Generalized Inverted iNdex.
2006-04-26 Bruce MomjianMove ltree parentsel() selectivity function into /contr...
2006-04-26 Bruce MomjianEnhanced containment selectivity function for /contrib...
2006-04-25 Bruce MomjianAdd statement_timestamp(), clock_timestamp(), and
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-03-10 Neil ConwayImplement 4 new aggregate functions from SQL2003. Speci...
2006-03-10 Bruce MomjianRemove unintened change to pg_proc.h.
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-06 Bruce MomjianAttached is the new patch. To summarize:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-28 Tom LaneAllow the syntax CREATE TYPE foo, with no parameters...
2006-02-26 Neil ConwayImplement the <> operator for the tid type. Original...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-11 Tom LaneFix incorrect addition, subtraction, and overflow check...
2006-02-11 Bruce MomjianAdd INET/CIDR operators: and, or, not, plus int8, minus...
2006-02-09 Bruce MomjianUse "bitwise" rather than "binary for AND/OR descriptio...
2006-01-26 Tom LaneClean up the INET-vs-CIDR situation. Get rid of the...
2006-01-18 Neil ConwayAdd a new system view, pg_cursors, that displays the...
2006-01-11 Tom LaneCreate a standard function pg_sleep() to sleep for...
2006-01-08 Neil ConwayAdd a new system view, pg_prepared_statements, that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-09-16 Neil ConwayRename pg_complete_relation_size() to pg_total_relation...
2005-09-09 Tom LaneGiven its current definition that depends on time(NULL...
2005-08-13 Tom LaneMake pg_stat_file() use OUT parameters so that the...
2005-08-12 Tom LaneCode & docs review for server instrumentation patch...
2005-08-12 Bruce MomjianAdd files to do read I/O on the cluster directory:
2005-08-02 Tom LaneCode and docs review for pg_column_size() patch.
2005-07-29 Bruce MomjianMove dbsize functions into the backend. New functions:
2005-07-26 Tom LaneAdd pg_has_role() family of privilege inquiry functions...
2005-07-20 Bruce MomjianAdd 'day' field to INTERVAL so 1 day interval can be...
next