]> granicus.if.org Git - postgresql/history - src/include/catalog
Create a type-specific typanalyze routine for tsvector, which collects stats
[postgresql] / src / include / catalog /
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-06-19 Alvaro HerreraImprove our #include situation by moving pointer types...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
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 LaneAdd a RESTART (without parameter) option to ALTER SEQUE...
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-09 Tom LaneChange the rules for inherited CHECK constraints to...
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 HerreraRemove typename from A_Const.
2008-04-29 Alvaro HerreraFix volatility marking for the generate_series and...
2008-04-28 Alvaro HerreraBump the catversion for the previous patch.
2008-04-28 Alvaro HerreraAdd generate_subscripts, a series-generation function...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
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-12 Tom LaneCreate new routines systable_beginscan_ordered, systabl...
2008-04-10 Tom LaneReplace "amgetmulti" AM functions with "amgetbitmap...
2008-04-06 Tom LaneImprove hash_any() to use word-wide fetches when hashin...
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-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-24 Tom LaneUse new errdetail_log() mechanism to provide a less...
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-19 Tom LaneSupport ALTER TYPE RENAME. Petr Jelinek
2008-03-10 Magnus HaganderBump catversion from guc enum patch, which I forgot...
2008-02-17 Tom LaneReplace time_t with pg_time_t (same values, but always...
2008-01-17 Tom LaneFix ALTER INDEX RENAME so that if the index belongs...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-01 Tom LaneCode review for LIKE ... INCLUDING INDEXES patch. ...
2007-11-28 Tom LaneAdjust the names of a couple of tsearch index support...
2007-11-28 Tom LaneInstall a lookaside cache to speed up repeated lookups...
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 MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
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-24 Andrew DunstanRemove "convert 'blah' using conversion_name" facility...
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 LaneImprove stylistic consistency of descriptions of built...
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-20 Tom LaneTo support external compression of archived WAL data...
2007-05-16 Alvaro HerreraHave TRUNCATE advance the affected table's relfrozenxid...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-05-08 Tom LaneReserve some pg_statistic "kind" codes for use by the...
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-12 Neil ConwayFixes for RESET SESSION patch, per Alvaro. Fix a typo...
2007-04-12 Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
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-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautUpdate catversion for new XML mapping functions
next