OSDN Git Service

Add system catalog columns pg_constraint.conindid and pg_trigger.tgconstrindid.
[pg-rex/syncrep.git] / src / include / catalog / catversion.h
2009-07-28 Tom LaneAdd system catalog columns pg_constraint.conindid and...
2009-07-07 Peter EisentrautMore sensible character_octet_length
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-09 Tom LaneRemove SQL-compatibility function cardinality(). It...
2009-04-07 Tom LaneAdd an optional parameter to pg_start_backup() that...
2009-04-05 Tom LaneChange cardinality() into a C-code function, instead...
2009-03-31 Tom LaneAdd a "relistemp" boolean column to pg_class, which...
2009-03-25 Tom LaneAdjust the APIs for GIN opclass support functions to...
2009-03-24 Tom LaneImplement "fastupdate" support for GIN indexes, in...
2009-02-24 Peter EisentrautAdd the possibility to specify an explicit validator...
2009-02-09 Tom LaneAdopt Bob Jenkins' improved hash function for hash_any...
2009-02-09 Alvaro HerreraUpdate autovacuum to use reloptions instead of a system...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-27 Peter EisentrautRevert updatable views
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-16 Heikki LinnakangasAdd vacuum_freeze_table_age GUC option, to control...
2009-01-05 Alvaro HerreraChange the reloptions machinery to use a table-based...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-31 Tom LaneAdd some basic support for window frame clauses to...
2008-12-28 Tom LaneSupport window functions a la SQL:2008.
2008-12-19 Tom LaneAdd a new column proiswindow to pg_proc. It doesn...
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-12-04 Peter EisentrautDefault values for function arguments
2008-12-03 Heikki LinnakangasForgot to bump catalog version in the visibility map...
2008-11-21 Magnus HaganderMake the enumvals column of pg_settings be text[] inste...
2008-11-15 Tom LaneMake SELECT FOR UPDATE/SHARE work on inheritance trees...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-11-14 Tom LaneImplement the basic form of UNNEST, ie unnest(anyarray...
2008-11-13 Peter Eisentrautarray_agg aggregate function, as per SQL:2008, but...
2008-11-12 Peter Eisentrautarray_length() function, and for SQL compatibility...
2008-11-09 Tom LaneReplace pg_class.reltriggers with relhastriggers, which...
2008-11-04 Peter EisentrautADD array_ndims function
2008-11-03 Tom LaneAdd pg_typeof() function.
2008-10-31 Heikki LinnakangasAdd support for user-defined I/O conversion casts.
2008-10-17 Tom LaneAdd a new column to pg_am to specify whether an index...
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 Tom LaneWhen expanding a whole-row Var into a RowExpr during...
2008-10-06 Heikki LinnakangasUse fork names instead of numbers in the file names...
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-04 Tom LaneImplement SQL-standard WITH clauses, including WITH...
2008-10-03 Heikki LinnakangasAdd relation fork support to pg_relation_size() functio...
2008-09-30 Heikki LinnakangasForgot to bump catalog version in the commit of FSM...
2008-09-25 Tom LaneEstablish the rule that array types should have the...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-09-19 Tom LaneCreate a selectivity estimation function for the text...
2008-09-15 Tom LaneChange hash indexes to store only the hash code rather...
2008-09-10 Alvaro HerreraAdd "source file" and "source line" information to...
2008-09-08 Tom LaneCreate a separate grantable privilege for TRUNCATE...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
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-08-11 Heikki LinnakangasRelation forks patch requires a catversion bump due...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-07-30 Tom LaneFlip the default typispreferred setting from true to...
2008-07-30 Tom LaneReplace the hard-wired type knowledge in TypeCategory...
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-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-06-17 Tom LaneClean up some problems with redundant cross-type arithm...
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-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-14 Tom LanePush index operator lossiness determination down to...
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-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...
next