]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Re-implement division for numeric values using the traditional "schoolbook"
[postgresql] / src / include / catalog / catversion.h
2008-04-04 Tom LaneRe-implement division for numeric values using the...
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-03-10 Magnus HaganderBump catversion from guc enum patch, which I forgot...
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-10-24 Tom LaneRemove the aggregate form of ts_rewrite(), since it...
2007-10-23 Tom LaneRename and slightly redefine the default text search...
2007-10-22 Tom LaneAdjust ts_debug's output as per my proposal of yesterda...
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-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-30 Tom LaneAdd an extra header byte to TOAST-pointer datums to...
2007-09-25 Tom LaneChange on-disk representation of NUMERIC datatype so...
2007-09-25 Tom LaneJust-in-time background writing strategy. This code...
2007-09-21 Tom LaneImprove handling of prune/no-prune decisions by storing...
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-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-09-04 Andrew DunstanProvide for binary input/output of enums, to fix compla...
2007-09-03 Tom LaneFix breakage of GIN support for varchar[] and cidr...
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-25 Tom LaneRename built-in Snowball stemmer dictionaries to be...
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-25 Tom LaneArrange to put TOAST tables belonging to temporary...
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-06-01 Tom LaneFix several hash functions that were taking chintzy...
2007-05-21 Peter EisentrautXPath fixes:
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-04-15 Tatsuo IshiiMake JOHAB client only encoding per discussions in...
2007-04-11 Tom LaneCode review for btree page split WAL reduction patch...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautUpdate catversion for new XML mapping functions
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-26 Tom LaneAllow non-superuser database owners to create procedura...
2007-03-25 Tatsuo IshiiAdd new encoding EUC_JIS_2004 and SHIFT_JIS_2004,
2007-03-20 Neil ConwayAdd three new regexp functions: regexp_matches, regexp_...
2007-03-20 Jan WieckBumping catversion due to changes to pg_trigger and...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-03-16 Magnus HaganderAdd new columns for tuple statistics on a database...
2007-03-02 Tom LaneSuppress useless searches for unused line pointers...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
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-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-02-07 Tom LaneAdd a function pg_stat_clear_snapshot() that discards...
2007-02-06 Tom LaneAdd support for cross-type hashing in hashed subplans...
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-02-03 Peter EisentrautImplement XMLSERIALIZE for real. Analogously, make...
2007-01-31 Neil ConwayRewrite uuid input and output routines to avoid depende...
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 Tom LaneSimplify pg_am representation of ordering-capable acces...
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-09 Tom LaneSupport ORDER BY ... NULLS FIRST/LAST, and add ASC...
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-23 Tom LaneRestructure operator classes to allow improved handling...
2006-12-21 Peter EisentrautCatalog version bump for SQL/XML changes.
2006-12-18 Tom LaneSet pg_am.amstrategies to zero for index AMs that don...
2006-12-10 Tom LaneAdd a paramtypmod field to Param nodes. This is dead...
2006-12-06 Neil ConwayAdd a txn_start column to pg_stat_activity. This makes...
2006-11-24 Tom LaneChange pg_stat_all_tables and sister views to put the...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
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-09-05 Tom LaneGet rid of the separate RULE privilege for tables:...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
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-12 Tom LaneAdd INSERT/UPDATE/DELETE RETURNING, with basic docs...
2006-08-10 Tom LaneFix UNION/INTERSECT/EXCEPT so that when two inputs...
2006-08-06 Tom LaneAdd support for forcing a switch to a new xlog file...
2006-08-02 Joe ConwayAdd support for multi-row VALUES clauses as part of...
next