]> granicus.if.org Git - postgresql/history - src/include/catalog/catversion.h
Add 'ignore_nulls' option to row_to_json
[postgresql] / src / include / catalog / catversion.h
2014-09-12 Stephen FrostAdd 'ignore_nulls' option to row_to_json
2014-09-10 Bruce MomjianImplement mxid_age() to compute multi-xid age
2014-09-09 Tom LaneAdd width_bucket(anyelement, anyarray).
2014-08-29 Tom LaneAdd min and max aggregates for inet/cidr data types.
2014-08-16 Tom LaneFix bogus commutator/negator links for JSONB containmen...
2014-08-14 Robert HaasAdd sortsupport routines for text.
2014-07-15 Andrew Dunstanjson_build_object and json_build_array are stable,...
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-06-29 Tom LaneRemove use_json_as_text options from json_to_record...
2014-06-26 Tom LaneGet rid of bogus separate pg_proc entries for json_extr...
2014-06-18 Tom LaneImplement UPDATE tab SET (col1,col2,...) = (SELECT...
2014-06-12 Tom LaneRename lo_create(oid, bytea) to lo_from_bytea().
2014-06-05 Andres FreundConsistently spell a replication slot's name as slot_name.
2014-06-05 Tom LaneAdd btree and hash opclasses for pg_lsn.
2014-05-11 Tom LaneRename jsonb_hash_ops to jsonb_path_ops.
2014-05-09 Tom LaneFix typcategory labeling of jsonb.
2014-05-09 Heikki LinnakangasMore jsonb cleanup.
2014-05-09 Tom LaneImprove key representation for GIN jsonb_ops, and fix...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Tom LaneFix pg_type.typlen for newly-revived line type.
2014-04-24 Tom LaneFix incorrect pg_proc.proallargtypes entries for two...
2014-04-23 Tom LaneAllow polymorphic aggregates to have non-polymorphic...
2014-04-16 Robert HaasAdd to_regprocedure() and to_regoperator().
2014-04-13 Tom LaneProvide moving-aggregate support for boolean aggregates.
2014-04-13 Tom LaneProvide moving-aggregate support for a bunch of numeric...
2014-04-12 Tom LaneCreate infrastructure for moving-aggregate optimization.
2014-04-08 Tom LaneAdd an in-core GiST index opclass for inet/cidr types.
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-04-04 Tom LaneFix non-equivalence of VARIADIC and non-VARIADIC functi...
2014-03-26 Andrew DunstanCleanup around json_to_record/json_to_recordset
2014-03-12 Heikki LinnakangasAllow opclasses to provide tri-valued GIN consistent...
2014-03-04 Alvaro HerreraConstructors for interval, timestamp, timestamptz
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-03 Robert HaasBump catversion.
2014-02-25 Robert HaasShow xid and xmin in pg_stat_activity and pg_stat_repli...
2014-02-24 Robert HaasUse pg_lsn data type in pg_stat_replication, too.
2014-02-19 Robert HaasSwitch various builtin functions to use pg_lsn instead...
2014-02-19 Robert HaasAdd a pg_lsn data type, to represent an LSN.
2014-02-03 Robert HaasAdjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-30 Robert HaasAdd convenience functions pg_sleep_for and pg_sleep_until.
2014-01-29 Andrew DunstanForgot to bump catalog version for json_array_elements_...
2014-01-28 Andrew DunstanNew json functions.
2014-01-21 Robert HaasAdd a cardinality function for arrays.
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-23 Tom LaneSupport ordered-set (WITHIN GROUP) aggregates.
2013-12-13 Heikki LinnakangasAdd GUC to enable WAL-logging of hint bits, even with...
2013-11-27 Peter EisentrautImplement information_schema.parameters.parameter_defau...
2013-11-22 Tom LaneSupport multi-argument UNNEST(), and TABLE() syntax...
2013-11-17 Tom LaneAdd make_date() and make_time() functions.
2013-11-16 Tom LaneImprove performance of numeric sum(), avg(), stddev...
2013-11-16 Tom LaneAllow aggregates to provide estimates of their transiti...
2013-11-08 Robert HaasAdd the notion of REPLICA IDENTITY for a table.
2013-10-28 Noah MischAdd large object functions catering to SQL callers.
2013-10-10 Andrew Dunstanjson_typeof function.
2013-10-09 Kevin GrittnerAdd record_image_ops opclass for matview concurrent...
2013-09-05 Kevin GrittnerEliminate pg_rewrite.ev_attr column and related dead...
2013-09-03 Tom LaneAllow aggregate functions to be VARIADIC.
2013-07-22 Robert HaasAdd infrastructure for mapping relfilenodes to relation...
2013-07-18 Stephen FrostWITH CHECK OPTION support for auto-updatable VIEWs
2013-07-17 Noah MischImplement the FILTER clause for aggregate function...
2013-07-05 Magnus HaganderExpose the estimation of number of changed tuples since...
2013-07-03 Fujii MasaoGet rid of pg_class.reltoastidxid.
2013-06-12 Tom LaneImprove updatability checking for views and foreign...
2013-05-06 Tom LaneMove materialized views' is-populated status into their...
2013-04-27 Tom LaneIncidental cleanup of matviews code.
2013-04-16 Andrew DunstanMark json IO and extraction functions immutable.
2013-04-12 Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-08 Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-03-29 Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-28 Alvaro HerreraAdd sql_drop event for event triggers
2013-03-20 Alvaro HerreraAllow extracting machine-readable object identity
2013-03-14 Heikki LinnakangasAdd cost estimation of range @> and <@ operators.
2013-03-10 Andrew DunstanJSON generation improvements.
2013-03-08 Heikki LinnakangasForgot catversion bump in the SP-GiST adjacent support...
2013-03-05 Kevin GrittnerBump catversion because of new function in the material...
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-13 Tom LaneFix CVE-2013-0255 properly.
2013-01-23 Alvaro HerreraImprove concurrency of foreign key locking
2013-01-22 Tom LaneAdd infrastructure for storing a VARIADIC ANY function...
2013-01-17 Heikki LinnakangasMake GiST indexes on-disk compatible with 9.2 again.
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-08 Tom LaneSupport automatically-updatable views.
2012-11-29 Tom LaneFix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
2012-10-07 Tatsuo IshiiBump up catalog vesion due to 64-bit large object API...
2012-08-27 Heikki LinnakangasCollect and use histograms of lower and upper bounds...
2012-08-16 Heikki LinnakangasAdd SP-GiST support for range types.
2012-08-07 Tom LaneImplement SQL-standard LATERAL subqueries.
2012-07-20 Alvaro Herreraconnoinherit may be true only for CHECK constraints
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-11 Tom LaneAdd array_remove() and array_replace() functions.
2012-06-18 Tom LaneRefer to the default foreign key match style as MATCH...
2012-06-14 Robert HaasNew SQL functons pg_backup_in_progress() and pg_backup_...
2012-05-10 Bruce MomjianRevert catalog bump; was post-beta1, and unnecessary.
2012-05-10 Bruce MomjianUpdate comment for 'name' data type to say 63 "bytes".
2012-04-30 Tom LaneConverge all SQL-level statistics timing values to...
2012-04-29 Tom LaneRename I/O timing statistics columns to blk_read_time...
2012-04-21 Alvaro HerreraRecast "ONLY" column CHECK constraints as NO INHERIT
2012-04-14 Robert Haaspg_size_pretty(numeric)
2012-04-13 Peter EisentrautRename bytea_agg to string_agg and add delimiter argument
next